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 deep audit and production-hardening pass is complete. 99 roadmap tests, smoke, operator smoke, and production audit all pass.
Kernel + roadmap unified cockpit
kernel_cockpit.py now merges per-project roadmap steering into the kernel operator view:
_roadmap_cockpit_brief() — pulls live session_brief() (identity, bootstrap state, digest)
build_cockpit_report() — includes roadmap_steering in the payload
format_cockpit_report() — shows project name, stack, verify command, bootstrap fill guidance, and roadmap health
Agents/operators get one screen for both kernel patch state and project-specific roadmap steering.
Richer project fingerprint
project_fingerprint.py adds industry-standard signals:
Signal Source
compose_services
docker-compose.yml / compose.yml service names
.cursor/rules/*.mdc
Cursor rule files (alongside .md)
Runtime hint
Uses compose service names when Docker is present
These flow through steering context, digest, and agent steering lines.
Bootstrap fill — no dead-end fallbacks
_fallback_replacement() now chains through purpose_hint → operators_hint → runtime_center_hint → stack_summary → steering_brief before ever reaching manual review. Unmapped phrases get project-specific replacements whenever any fingerprint signal exists.
Dynamic gate messaging
gate.py evaluate_gate_checks() now personalizes closed gates:
Bootstrap gate — why includes project steering_brief + placeholder count
Schema gate — when bootstrap incomplete, fix prioritizes apply_bootstrap_fill before validate
collect_gate_inputs() — passes project_fingerprint through for enrichment
Cross-surface wiring
JoyZoning _merge_steering_next_actions — adds Project verify: make verify from digest
Roadmap cockpit report — shows verification commands during bootstrap fill
Agent steering lines — show Compose services when present
Audit expansion
Production audit now verifies:
JoyZoning verify hint from digest
Gate why/fix personalization with project brief
Kernel cockpit roadmap_steering payload + formatted bootstrap/verify lines
Architecture (end-to-end)
project_fingerprint (verify, compose, cursor rules, CODEOWNERS, …)
→ gate inputs + bootstrap_fill_plan → project_steering_digest
→ session / roadmap cockpit / kernel cockpit / write hints / joyzoning
→ apply_bootstrap_fill → validate → recommended_next_action
Evidence-driven skeletons with README + Makefile can still autofill all template phrases in one pass; partial placeholders route through apply_bootstrap_fill with per-project replacements from fingerprint, git, and code soup audit.
0 commit comments