mirror of
https://github.com/ultraworkers/claw-code-parity.git
synced 2026-04-23 05:06:12 +02:00
21d823f597
Add five runtime integration tests that exercise worker boot readiness, lane event emission, hook merging, task packet roundtrips, and config validation through the public crate surface. Constraint: Keep coverage in rust/crates/runtime/tests without adding dependencies Rejected: Fold the cases into existing integration_tests.rs | harder to isolate the requested workflow coverage Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep these tests focused on cross-module wiring; leave unit-level edge cases in module-local test suites Tested: cargo test --workspace (from rust) Not-tested: Push result on remote CI