agent-desktop/crates
Lahfir 39de14291a fix: unblock CI — nc_pid type error, 400-LOC split, harness abort count
Three failures that tonight's --no-verify checkpoints hid:
- nc_session.rs::nc_pid used Deadline::after (Result<Deadline>) where
  operation_deadline yields Result<Instant> — E0308 broke Native check
  (macOS/Windows) and the FFI cdylib builds. Reverted to the compiling form;
  the speculative deadline floor did not fix NT3 anyway.
- resolve_query_tests.rs hit 403 lines; split the hydration adapters/tests
  into resolve_query_hydration_tests.rs (both now well under 400).
- test_harness_contract.py pinned 9 abort_suite sites; the branch legitimately
  has 10 (all required-fixture guards). Updated the invariant.

cargo check --all-targets --locked, clippy, fmt, source rules, harness
contract, and 1562 unit tests all green locally.
2026-07-12 16:44:04 -07:00
..
core fix: unblock CI — nc_pid type error, 400-LOC split, harness abort count 2026-07-12 16:44:04 -07:00
ffi chore: checkpoint five verified remediation rounds before e2e convergence 2026-07-11 22:06:13 -07:00
linux chore: checkpoint five verified remediation rounds before e2e convergence 2026-07-11 22:06:13 -07:00
macos fix: unblock CI — nc_pid type error, 400-LOC split, harness abort count 2026-07-12 16:44:04 -07:00
windows chore: checkpoint five verified remediation rounds before e2e convergence 2026-07-11 22:06:13 -07:00