specweave 0.26.9 → 0.26.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "0.26.9",
3
+ "version": "0.26.10",
4
4
  "description": "Spec-driven development framework for Claude Code. AI-native workflow with living documentation, intelligent agents, and multilingual support (9 languages). Enterprise-grade traceability with permanent specs and temporary increments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,12 +1,24 @@
1
1
  ---
2
2
  name: specweave:archive
3
- description: Manually archive completed increments - NEVER auto-archives, explicit user action only
3
+ description: Manually archive completed increments and sync living docs - NEVER auto-archives, explicit user action only
4
4
  ---
5
5
 
6
6
  # Archive Increments (Manual Only)
7
7
 
8
8
  **CRITICAL POLICY**: Increments are **NEVER** auto-archived. Archiving is **MANUAL ONLY** and requires explicit user action via this command.
9
9
 
10
+ ## NEW: CLI Command Available!
11
+
12
+ You can now use the CLI command for archiving:
13
+
14
+ ```bash
15
+ specweave archive [increments...] [options]
16
+ ```
17
+
18
+ This command automatically synchronizes living docs by archiving features in:
19
+ - `.specweave/docs/internal/specs/_features/_archive/`
20
+ - `.specweave/docs/internal/specs/{project}/_archive/`
21
+
10
22
  ## Philosophy
11
23
 
12
24
  **Keep recent work visible** - Completed increments remain in the main folder for easy reference until you explicitly archive them. This allows: