Proposal: Restructure Test section of FR-001 to 3-subsection format
What
Replace the flat Test table (with Owner column) with the 3-subsection format (Manual / Automated / Smoke tests), and add protected: true to frontmatter.
Why
Part of a batch update to align all feature request files with the new test table format. FR-001 is locked so this cannot be applied directly.
Spec
Frontmatter change: add protected: true after type: feature-request (already present — no change needed, protected: true is on line 3).
Test section replacement:
Replace:
## Test
| Test | Expected | Owner | Actual | Last |
| ------------------------------------ | --------------------------------- | ----- | ------- | ---------- |
| Every `type:` has a matching template | No orphan types in vault | opus | pass | 2026-03-16 |
| All `_templates/` references in vault point to existing files | No broken or outdated references | opus | pass | 2026-03-16 |
| Each template produces a usable document when filled in | Clear structure, no confusing fields | mv | pass | 2026-03-14 |With:
## Test
### Manual tests (mv — run once to mark FR as done)
| Test | Expected | Actual | Last |
| ---- | -------- | ------ | ---- |
| Each template produces a usable document when filled in | Clear structure, no confusing fields | pass | 2026-03-14 |
### Automated tests (opus — run periodically)
| Test | Expected | Actual | Last |
| ---- | -------- | ------ | ---- |
| Every `type:` has a matching template | No orphan types in vault | pass | 2026-03-16 |
| All `_templates/` references in vault point to existing files | No broken or outdated references | pass | 2026-03-16 |
### Smoke tests (opus — run periodically, indicative only)
| Test | Expected | Actual | Last |
| ---- | -------- | ------ | ---- |
| ... | ... | pending | - |Impact
Only vault/10_features/06_done/FR-001-template-review.md is affected. No functional changes — purely reformatting the test section.