Files
claw-code-parity/rust/crates/runtime/tests
Yeachan-Heo 21d823f597 test: add integration tests for worker boot, lane events, hooks
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
2026-04-04 16:08:32 +00:00
..