lean-spec 0.2.5-dev.20251124062211 → 0.2.5-dev.20251124070920

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.
@@ -81,9 +81,11 @@ lean-spec update <spec> --status in-progress
81
81
  3. **Start implementation** - Mark `in-progress` BEFORE implementing what the spec describes
82
82
  4. **Implement changes** - Keep spec in sync as you learn
83
83
  5. **Complete implementation** - Mark `complete` AFTER implementing what the spec describes
84
- 6. **Archive when done** - `lean-spec archive <spec>` moves to archive
84
+ 6. **Document** - Report progress and document changes into the spec
85
85
 
86
86
  **Remember**: Status tracks implementation work, not spec document creation. Creating a spec = planning (stays `planned` until implementation starts).
87
+
88
+ **Note on Archiving**: Archive specs when they're no longer actively referenced (weeks/months after completion), not immediately. Use `lean-spec archive <spec>` to move old specs to `archived/` directory.
87
89
  **CRITICAL - What "Work" Means:**
88
90
  - ❌ **NOT**: Creating/writing the spec document itself
89
91
  - ✅ **YES**: Implementing what the spec describes (code, docs, features, etc.)
@@ -107,9 +107,11 @@ lean-spec update <spec> --status in-progress --assignee yourname
107
107
  5. **Start implementation** - Mark `in-progress` BEFORE implementing what the spec describes
108
108
  6. **Implement changes** - Keep spec in sync as you learn
109
109
  7. **Complete implementation** - Mark `complete` AFTER implementing what the spec describes
110
- 8. **Archive when done** - `lean-spec archive <spec>` moves to archive
110
+ 8. **Document** - Report progress and document changes into the spec
111
111
 
112
112
  **Remember**: Status tracks implementation work, not spec document creation. Creating a spec = planning (stays `planned` until implementation starts).
113
+
114
+ **Note on Archiving**: Archive specs when they're no longer actively referenced (weeks/months after completion), not immediately. Use `lean-spec archive <spec>` to move old specs to `archived/` directory.
113
115
  **CRITICAL - What "Work" Means:**
114
116
  - ❌ **NOT**: Creating/writing the spec document itself
115
117
  - ✅ **YES**: Implementing what the spec describes (code, docs, features, etc.)