safeword 0.7.3 → 0.7.4

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.3",
3
+ "version": "0.7.4",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -165,8 +165,7 @@ status: in_progress
165
165
 
166
166
  1. Executing a plan, ticket, or spec? → Create log
167
167
  2. Investigation/debugging with multiple attempts? → Create log
168
- 3. Risk of losing context? → Create log
169
- 4. Quick single-action task? → Skip log
168
+ 3. Quick single-action task? → Skip log
170
169
 
171
170
  **Think hard behaviors:**
172
171
 
@@ -179,12 +178,11 @@ status: in_progress
179
178
 
180
179
  **Edge cases:**
181
180
 
182
- | Situation | Action |
183
- | ------------------------------- | --------------------------------------------------------------------------------------------- |
184
- | Multiple artifacts at once | One log per artifact (don't combine) |
185
- | No clear artifact (exploratory) | Create `explore-{topic}.md`, convert to proper artifact when scope clarifies |
186
- | Very long artifact name | Abbreviate slug: `ticket-001-implement-oauth-with-refresh.md` `ticket-001-oauth-refresh.md` |
187
- | Resuming after context loss | Re-read entire log before continuing |
181
+ | Situation | Action |
182
+ | ------------------------------- | ---------------------------------------------------------------------------- |
183
+ | Multiple artifacts at once | One log per artifact (don't combine) |
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 |
188
186
 
189
187
  ---
190
188