status(rcust): P4 complete on branch (29a28e2) — unit 184 green + lint PASS; starting P5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
autonomic-bot
2026-06-10 17:14:38 +00:00
parent 63befd05b0
commit ff09c4075b
2 changed files with 20 additions and 5 deletions

View File

@ -14,16 +14,17 @@ Work branch: `restructure/recipe-custom` (one commit per phase P1P6; merged t
(branch commit 8cd72fd)
- [x] P3 — uniform ctx hook convention: HookCtx(.domain/.base_url/.meta/.deps/.op); all hooks
take ctx; legacy signatures raise MetaError at load naming the migration (branch fd02d9f)
- [ ] P4 — custom-test ergonomics (placement rule, op_state/deps fixtures)
- [x] P4 — custom-test ergonomics: placement rule (custom under functional/+playwright/ only),
op_state fixture, deps fixture tests (branch 29a28e2)
- [ ] P5 — customization manifest
- [ ] P6 — docs
## P1P3 verification facts (for the eventual M1 cold-verify)
## P1P4 verification facts (for the eventual M1 cold-verify)
- WHERE: branch `restructure/recipe-custom`, P1=472a68b, P2=8cd72fd, P3=fd02d9f.
- WHERE: branch `restructure/recipe-custom`, P1=472a68b, P2=8cd72fd, P3=fd02d9f, P4=29a28e2.
- 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: 180 passed; `lint: PASS`.
- EXPECTED: 184 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).
@ -34,4 +35,4 @@ Work branch: `restructure/recipe-custom` (one commit per phase P1P6; merged t
## Current
P1P3 done on the branch; starting P4 (custom-test ergonomics).
P1P4 done on the branch; starting P5 (customization manifest).