ID:WORK-021Status:done
Update Plan Documents to Use Xref Syntax
Priority:highComplexity:unknownSource:SPEC-008
e900a90f262d7bebe0c6438e75236424098Plan documents currently use plain-text references like Ref: SPEC-008 (Unbuilt Runes) and Dependencies: WORK-015. Replace these with {% ref %} tags so cross-references are machine-readable and will resolve to links once WORK-020 (entity registration) is complete.
All files under plan/work/, plan/spec/, and plan/decision/ that contain cross-references to other plan documents.
Before:
> Ref: SPEC-008 (Unbuilt Runes) — Package: `@refrakt-md/media`
After:
> Ref: {% xref "SPEC-008" /%} — Package: `@refrakt-md/media`
Before:
- Requires track and playlist runes (WORK-015) to exist as child content
After:
- Requires track and playlist runes ({% xref "WORK-015" /%}) to exist as child content
SPEC-###, WORK-###, ADR-### references in plan documents use {% xref %} syntaxRef: lines use xref for each referenced IDid="WORK-004"){% ref %} syntax)