status(rcust): P5 complete on branch (68954be) — unit 191 green + lint PASS; starting P6
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
autonomic-bot
2026-06-10 18:58:33 +00:00
parent 270476beb3
commit 52f5266dfb
2 changed files with 28 additions and 5 deletions

View File

@ -16,15 +16,19 @@ Work branch: `restructure/recipe-custom` (one commit per phase P1P6; merged t
take ctx; legacy signatures raise MetaError at load naming the migration (branch fd02d9f)
- [x] P4 — custom-test ergonomics: placement rule (custom under functional/+playwright/ only),
op_state fixture, deps fixture tests (branch 29a28e2)
- [ ] P5 — customization manifest
- [x] P5 — customization manifest: one block at run start (non-default meta keys, hooks, overlays,
custom-test counts, active CCCI_SKIP_GENERIC* env overrides with !! CI flag) printed +
embedded verbatim in results.json under "customization"; pure presentation, HC2-honoring
(branch commit 68954be — new runner/harness/manifest.py + tests/unit/test_manifest.py)
- [ ] P6 — docs
## P1P4 verification facts (for the eventual M1 cold-verify)
## P1P5 verification facts (for the eventual M1 cold-verify)
- WHERE: branch `restructure/recipe-custom`, P1=472a68b, P2=8cd72fd, P3=fd02d9f, P4=29a28e2.
- WHERE: branch `restructure/recipe-custom`, P1=472a68b, P2=8cd72fd, P3=fd02d9f, P4=29a28e2,
P5=68954be.
- HOW: `cc-ci-run -m pytest tests/unit -q` and `nix develop .#lint --command scripts/lint.sh`
from a clean checkout of the branch.
- EXPECTED: 184 passed; `lint: PASS`.
- EXPECTED: 191 passed; `lint: PASS`.
- New single loader: `runner/harness/meta.py::load()`; all-recipes typo gate + R2 proof in
`tests/unit/test_meta.py`; docs §4 table generated by `scripts/gen-meta-docs.py` (sync pinned
by unit test).
@ -35,4 +39,5 @@ Work branch: `restructure/recipe-custom` (one commit per phase P1P6; merged t
## Current
P1P4 done on the branch; starting P5 (customization manifest).
P1P5 done on the branch; starting P6 (docs rewrite), then M1 prep (concurrency suite proof +
baseline matrix) before claiming M1.