Skip to content

Commit c773ef6

Browse files
authored
fix: correct archive path in onboarding template (Fission-AI#585)
The onboarding template incorrectly documented the archive path as `openspec/archive/YYYY-MM-DD--<name>/` when the actual implementation uses `openspec/changes/archive/YYYY-MM-DD-<name>/`. This fixes two issues: - Missing `changes/` directory in the path - Double dash `--` instead of single dash `-` Fixes discussion Fission-AI#583
1 parent 0bfe1d4 commit c773ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/templates/skill-templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ The change is implemented! One more step—let's archive it.
13461346
\`\`\`
13471347
## Archiving
13481348
1349-
When a change is complete, we archive it. This moves it from \`openspec/changes/\` to \`openspec/archive/YYYY-MM-DD--<name>/\`.
1349+
When a change is complete, we archive it. This moves it from \`openspec/changes/\` to \`openspec/changes/archive/YYYY-MM-DD-<name>/\`.
13501350
13511351
Archived changes become your project's decision history—you can always find them later to understand why something was built a certain way.
13521352
\`\`\`
@@ -1358,7 +1358,7 @@ openspec archive "<name>"
13581358
13591359
**SHOW:**
13601360
\`\`\`
1361-
Archived to: \`openspec/archive/YYYY-MM-DD--<name>/\`
1361+
Archived to: \`openspec/changes/archive/YYYY-MM-DD-<name>/\`
13621362
13631363
The change is now part of your project's history. The code is in your codebase, the decision record is preserved.
13641364
\`\`\`

0 commit comments

Comments
 (0)