You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another pass complete. make verify is green — smoke, audit, operator smoke, and 93 unit tests.
What changed
Doctor as a first-class operator surface
format_doctor_report() — human-readable summary with checks, bootstrap fill status, sample task, recommendations, and next command
roadmap(action='doctor') includes a report field
health.py roadmap doctor CLI subcommand prints the formatted report
Richer steering digest
build_project_steering_digest() now includes agent_next_call from the fill plan (single source for autofill → validate flow)
Evidence pipeline hardening
extend_evidence() ensures project_fingerprint is attached when upgrading light → standard/full tiers (checkpoint cache paths no longer miss fingerprint)
Native write hints carry digest
roadmap_write_hint() attaches project_steering_digest when bootstrap is incomplete (sample task + remaining count on _roadmap_write_hint)
Cockpit report
Shows sample fill replacement preview from digest when bootstrap placeholders remain
Audit & tests (+3)
Digest agent_next_call, doctor report, extend_evidence fingerprint
Tests: digest agent_next_call, doctor report, native bridge digest on write hint
Per-project steering now flows through doctor CLI, write transforms, and evidence extension — not only checkpoint/cockpit tool responses.
0 commit comments