@@ -34,11 +34,11 @@ Extract **Context Directive Records (CDRs)** from the **current feature specific
3434** Input** :
3535- Current feature spec, plan, tasks (from ` specs/{feature}/ ` )
3636- Optional: ` trace.md ` if generated by ` /levelup.trace ` (enriches CDR extraction)
37- - Existing modules from ` {TEAM_DIRECTIVES }/.cdrs.json ` (if any)
37+ - Existing CDRs from ` {REPO_ROOT }/.specify/memory/cdr.md ` (if any)
3838
3939** Output** :
40- - New proposed modules added to ` {TEAM_DIRECTIVES }/.cdrs.json ` with status "proposed "
41- - Enriched existing modules with feature-specific evidence
40+ - New proposed CDRs added to ` {REPO_ROOT }/.specify/memory/cdr.md ` with status "Discovered" or "Proposed "
41+ - Enriched existing CDRs with feature-specific evidence
4242
4343## Role & Context
4444
@@ -113,9 +113,9 @@ If artifacts are missing, note which are unavailable.
113113
114114** Objective** : Load modules to refine
115115
116- Read ` {TEAM_DIRECTIVES }/.cdrs.json ` and filter:
117- - Status = "discovered " or "proposed "
118- - Match user-specified module IDs if provided
116+ Read ` {REPO_ROOT }/.specify/memory/cdr.md ` and filter:
117+ - Status = "Discovered " or "Proposed "
118+ - Match user-specified CDR IDs if provided
119119
120120### Phase 3: Enrich CDRs
121121
@@ -182,12 +182,12 @@ Append evidence to CDR:
182182- [ ] No issues reported
183183```
184184
185- ### Phase 4: Update Modules
185+ ### Phase 4: Update CDRs
186186
187- ** Objective** : Write enriched modules to ` .cdrs.json `
187+ ** Objective** : Write enriched CDRs to ` .specify/memory/cdr.md `
188188
189- Update ` {TEAM_DIRECTIVES }/.cdrs.json ` :
190- - Add evidence metadata to module entries
189+ Update ` {REPO_ROOT }/.specify/memory/cdr.md ` :
190+ - Add evidence metadata to CDR entries
191191- Update enrichment timestamp
192192- Add enrichment source reference
193193
@@ -231,11 +231,11 @@ Consider adding more context:
231231
232232| File | Description |
233233| ------| -------------|
234- | ` {TEAM_DIRECTIVES }/.cdrs.json ` | Enriched Context Directive Records |
234+ | ` {REPO_ROOT }/.specify/memory/cdr.md ` | Enriched Context Directive Records |
235235
236236## Notes
237237
238- - This command enriches modules , it doesn't change their status
238+ - This command enriches CDRs , it doesn't change their status
239239- Status changes happen in ` /levelup.clarify `
240240- Works best with complete feature implementation
241241- Can be run multiple times to add more evidence
0 commit comments