safeword 0.7.2 → 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.2",
3
+ "version": "0.7.4",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -161,11 +161,11 @@ status: in_progress
161
161
 
162
162
  **One artifact = one log.** If log exists, append a new session. Don't spawn multiple logs for the same work.
163
163
 
164
- **When to create:**
164
+ **Create log? Answer IN ORDER, stop at first match:**
165
165
 
166
- - Starting execution of a plan, ticket, or spec
167
- - Investigation or debugging that may span multiple attempts
168
- - Any work where you might lose context
166
+ 1. Executing a plan, ticket, or spec? → Create log
167
+ 2. Investigation/debugging with multiple attempts? Create log
168
+ 3. Quick single-action task? Skip log
169
169
 
170
170
  **Think hard behaviors:**
171
171
 
@@ -176,6 +176,14 @@ status: in_progress
176
176
 
177
177
  **Log what helps you stay on track:** findings, decisions, hypotheses, blockers, scratch calculations. Use your discretion.
178
178
 
179
+ **Edge cases:**
180
+
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 |
186
+
179
187
  ---
180
188
 
181
189
  ## Feature Development