generated from coulomb/repo-seed
Normalize agent instructions and workplan frontmatter (STATE-WP-0067)
- Align agent files with on-disk workplan prefixes (infer from workplan ids) - Set workplan domain to registered domain_slug; add topic_slug where applicable - Repair frontmatter delimiter formatting; migrate legacy task status literals - Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id: CE-WP-0001
|
||||
type: workplan
|
||||
title: "Foundations — TS scaffold, folder layout, lint boundaries, normalization, fixtures"
|
||||
domain: citation_evidence
|
||||
domain: infotech
|
||||
repo: citation-evidence
|
||||
repo_id: a677c189-b4e2-4f2a-9e48-faa482c277e6
|
||||
topic_slug: citation_evidence_mvp
|
||||
@@ -16,8 +16,7 @@ spec_refs:
|
||||
- wiki/ProductRequirementsDocument.md
|
||||
- wiki/ArchitectureOverview.md
|
||||
- wiki/SharedContracts.md
|
||||
- wiki/DependencyMap.md
|
||||
---
|
||||
- wiki/DependencyMap.md---
|
||||
|
||||
# CE-WP-0001 — Foundations
|
||||
|
||||
@@ -48,7 +47,6 @@ T01 (toolchain decision + package.json)
|
||||
└─ T06 (README upgrade + dev workflow doc)
|
||||
└─ T07 (write the six pending ADRs as stubs)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## T01 — Toolchain + package.json + tsconfig
|
||||
@@ -124,7 +122,8 @@ Install `eslint-plugin-boundaries` (or equivalent) and configure rules per
|
||||
`wiki/DependencyMap.md` §4:
|
||||
|
||||
| Folder | May import from |
|
||||
|--------------|--------------------------------------------------|
|
||||
|--------------|------------------------------------
|
||||
--------------|
|
||||
| `shared/` | (nothing internal) |
|
||||
| `engine/` | `shared/` |
|
||||
| `anchor/` | `shared/`, `engine/` |
|
||||
|
||||
Reference in New Issue
Block a user