KeiSeiKit-1.0/_manifests
Parfii-bot 7b112747e4 fix(substrate): TOML scope-capture + dangling physics-deriver bodies + rule paths
Three independent manifest fixes from Opus TOML + Sonnet TOML + Sonnet Markdown
audits.

1. TOML scope-capture (Sonnet TOML, HIGH)
   _manifests/critic-anti-pattern.toml + critic-perf.toml had [references]
   appearing AFTER [[handoff]] array-of-tables. Per TOML spec, this makes
   [references] parse as a SUB-TABLE of the last [[handoff]] element, not as
   a top-level table. All references in those manifests were silently
   unreachable by the assembler's top-level resolver.

   Moved [references] block before [[handoff]] in both files. Added 3-line
   warning comment immediately above [[handoff]] explaining the TOML scope rule
   to future editors.

2. Dangling physics-deriver in role bodies (Opus TOML, HIGH)
   Group F earlier (commit baf5425) removed [[handoff]] blocks targeting
   physics-deriver / patent-compliance / patent-researcher, but role text
   strings + forbidden_domain arrays still referenced physics-deriver in:
   - _manifests/ml-researcher.toml (lines 16, 41, 76, 89)
   - _manifests/ml-implementer.toml (line 15)
   - _manifests/infra-implementer.toml (line 16) — already scrubbed in P0
     commit 94f31ee as part of EC2-ID strip; leaving for context

   Replaced live mentions with "architect" (canonical fallback). Historical
   comments documenting the prior removal kept intentionally — they are
   documentation, not live references.

3. Wrong rule paths (Opus TOML, MEDIUM)
   ml-researcher.toml + ml-implementer.toml referenced files that don't exist
   under their stated paths:
   - path:user-rules/specialized-node-training.md → cfc-specialized-nodes.md
   - path:user-rules/observable-classification.md → paradigm-native-measurement.md

   Fixed both paths in both files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 15:37:18 +08:00
..
architect.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer-flutter.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer-go.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer-python.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer-rust.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
code-implementer-swift.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer-typescript.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
code-implementer.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
cost-guardian.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
critic-anti-pattern.toml fix(substrate): TOML scope-capture + dangling physics-deriver bodies + rule paths 2026-05-03 15:37:18 +08:00
critic-bug.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
critic-perf.toml fix(substrate): TOML scope-capture + dangling physics-deriver bodies + rule paths 2026-05-03 15:37:18 +08:00
critic-tech-debt.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
critic.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
fal-ai-runner.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
frontend-validator.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
infra-implementer-cicd.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
infra-implementer-container.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
infra-implementer-iac.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
infra-implementer-secrets.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
infra-implementer.toml fix(security): scrub Tailscale IP + EC2 instance ID from public surface (P0) 2026-05-03 15:36:29 +08:00
ml-implementer.toml fix(substrate): TOML scope-capture + dangling physics-deriver bodies + rule paths 2026-05-03 15:37:18 +08:00
ml-researcher.toml fix(substrate): TOML scope-capture + dangling physics-deriver bodies + rule paths 2026-05-03 15:37:18 +08:00
modal-runner.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
researcher-code.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
researcher-hybrid.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
researcher-web.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
researcher.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00
security-auditor-differential.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
security-auditor-supply-chain.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
security-auditor-variant.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
security-auditor.toml feat(path-atoms): atomize ~/.claude memory + rules path references 2026-05-01 22:29:50 +08:00
validator-api.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
validator-benchmark.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
validator-code-reality.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
validator-doc.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
validator-version.toml feat(model-tier+branch-dna): activate cost router + give branches DNA 2026-05-01 23:05:07 +08:00
validator.toml fix(substrate): dangling handoffs + atomar manifest fill-out + validator extension 2026-05-02 21:41:16 +08:00