safeword 0.7.2 → 0.7.3

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.3",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -161,11 +161,12 @@ 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. Risk of losing context? Create log
169
+ 4. Quick single-action task? → Skip log
169
170
 
170
171
  **Think hard behaviors:**
171
172
 
@@ -176,6 +177,15 @@ status: in_progress
176
177
 
177
178
  **Log what helps you stay on track:** findings, decisions, hypotheses, blockers, scratch calculations. Use your discretion.
178
179
 
180
+ **Edge cases:**
181
+
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 |
188
+
179
189
  ---
180
190
 
181
191
  ## Feature Development