You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(extensions): move trace command to levelup extension
- Move trace command from templates/ to levelup extension
- Add trace command to extension.yml with /levelup.trace alias
- Create symlinks for trace scripts in extension folder
- Move trace-template.md to extension templates
- Add pre-installed extension banner to CLI init output
- Update catalog.json with trace command
- Update roadmap and tests for new locations
- Remove extension references from core CLI banner
BREAKING: /trace command now requires levelup extension
Copy file name to clipboardExpand all lines: extensions/levelup/commands/trace.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ validation_script:
10
10
11
11
## Overview
12
12
13
-
The `/trace` command generates comprehensive AI session execution traces from implementation metadata and feature artifacts. Traces include a **human-friendly Summary** (Problem → Key Decisions → Final Solution) followed by detailed technical sections for tool integration and learning.
13
+
The `/levelup.trace` command generates comprehensive AI session execution traces from implementation metadata and feature artifacts. Traces include a **human-friendly Summary** (Problem → Key Decisions → Final Solution) followed by detailed technical sections for tool integration and learning.
14
14
15
15
**Purpose**:
16
16
@@ -25,14 +25,16 @@ The `/trace` command generates comprehensive AI session execution traces from im
-**Optional**: Trace not required for workflow but enhances `/levelup.spec`
291
294
-**Version Control**: Commit trace.md with feature implementation
295
+
-**Extension**: This command is part of LevelUp extension for team learning
292
296
293
297
## Success Criteria
294
298
@@ -306,4 +310,12 @@ Check execution metadata for corruption.
306
310
307
311
---
308
312
309
-
**Next Steps**: After generating trace, optionally run `/levelup.spec` to extract Context Decision Records (CDRs) from your completed feature for team-ai-directives contributions. The trace enriches CDR extraction with detailed execution context.
313
+
**Next Steps**: After generating trace, optionally run `/levelup.spec` to extract Context Directive Records (CDRs) from your completed feature for team-ai-directives contributions. The trace enriches CDR extraction with detailed execution context.
314
+
315
+
## Related Commands
316
+
317
+
-`/levelup.init` - Discover CDRs from codebase
318
+
-`/levelup.clarify` - Resolve ambiguities and accept CDRs
319
+
-`/levelup.spec` - Extract CDRs from feature context (uses trace if available)
320
+
-`/levelup.skills` - Build skills from accepted CDRs
321
+
-`/levelup.implement` - Create PR to team-ai-directives
0 commit comments