1.1 KiB
1.1 KiB
id, prd, title, type, status, features, created
| id | prd | title | type | status | features | created | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| conformance-hardening-v1 | null | Conformance hardening v1 — AST manifest parsing + dev-seed boot assertion | epic | done |
|
2026-05-13 |
Goal
Tighten two known fragilities in conformance-system-v1:
_manifest-source.jsuses regex forname+requiredCoresextraction — replace with AST parsing for correctness (comments, quote styles, edge cases)- Boot assertion only runs at the production binder's tail. Dev mode
(
USE_DEV_SEED=true) skips it. Extend to dev-seed paths.
Why
- The regex false-match concern was flagged by the milestone iii.a final
reviewer and held only by today's convention; a future manifest with
a
// name: "x"comment would breakrequired-cores-installed. pnpm devis the inner loop. Drift in dev-seed binders is currently invisible until production boot — too late.