safeword 0.7.4 → 0.7.5

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": "safeword",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -182,7 +182,6 @@ status: in_progress
182
182
  | ------------------------------- | ---------------------------------------------------------------------------- |
183
183
  | Multiple artifacts at once | One log per artifact (don't combine) |
184
184
  | No clear artifact (exploratory) | Create `explore-{topic}.md`, convert to proper artifact when scope clarifies |
185
- | Resuming after context loss | Re-read entire log before continuing |
186
185
 
187
186
  ---
188
187