Implement sprints 118-119 distributed failure evidence and triage

This commit is contained in:
Bill
2026-02-24 12:31:17 -07:00
parent b9e666dc9c
commit 1c0645b2f9
40 changed files with 1021 additions and 0 deletions

View File

@@ -858,3 +858,4 @@ for use by Claude Code sessions in the `/home/bill/Documents` workspace.
| 2026-02-23 | Codex | Multi-project corpus added for anti-local-minima coverage: `example_projects/` (10 curated fixtures), `datasets/example_run_specs/` (600 project-scoped specs), generator script `tools/mcp/generate_example_projects_and_specs.sh`, novelty loop integration (`INCLUDE_EXAMPLE_PROJECT_SPECS=1`), and batch-summary collision fix (`run_spec_batch_with_capture.sh` unique stamp). |
| 2026-02-23 | Codex | Data quality metadata upgrade: `tools/mcp/reclassify_tool_execution_quality.sh` now writes `tool_call_success`, `failure_class`, `recovery_pattern`, `failure_terminality`, `quality_schema_version=2`; loop now reclassifies each cycle and emits UTC heartbeat telemetry. Session ended with churn intentionally stopped on user request. |
| 2026-02-24 | Codex | Sprints 93117 implemented in one pass: added step coverage 11591407 (models, MCP tool registrations, integration summaries, and tests), wired CMake targets, and validated representative build/run set (`step1159_test`, `step1165_test`, `step1208_test`, `step1248_test`, `step1308_test`, `step1348_test`, `step1358_test`, `step1368_test`, `step1378_test`, `step1388_test`, `step1398_test`, `step1407_test`) all passing. |
| 2026-02-24 | Codex | Sprints 118119 complete: added steps 14191438 (distributed failure evidence capture + deterministic cross-node triage), wired MCP registrations, added tests/CMake targets, and validated representative targets (`step1419_test`, `step1423_test`, `step1428_test`, `step1429_test`, `step1433_test`, `step1438_test`) all passing. |