create-sessions-dir 0.1.0 → 0.1.1
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
|
@@ -30,6 +30,8 @@ As you work, document important decisions, architecture choices, and progress:
|
|
|
30
30
|
|
|
31
31
|
### 3. End the Session
|
|
32
32
|
|
|
33
|
+
**End frequently** (every 20-30 minutes is fine). Think of it like saving your game - save often!
|
|
34
|
+
|
|
33
35
|
Use the slash command:
|
|
34
36
|
```
|
|
35
37
|
/end-session
|
|
@@ -142,15 +144,17 @@ Clean up .sessions/index.md by removing completed items.
|
|
|
142
144
|
|
|
143
145
|
## Tips
|
|
144
146
|
|
|
145
|
-
1. **
|
|
147
|
+
1. **End sessions frequently** - Sessions can be 20-30 minutes. Think of `/end-session` like saving your game - save often. It's better to end and start fresh than to keep a session open all day.
|
|
148
|
+
|
|
149
|
+
2. **Update as you go** - Don't wait until the end. Document decisions as you make them.
|
|
146
150
|
|
|
147
|
-
|
|
151
|
+
3. **Be specific** - "Fixed auth bug" is less useful than "Fixed token refresh race condition in AuthProvider"
|
|
148
152
|
|
|
149
|
-
|
|
153
|
+
4. **Track blockers** - Note what's blocking progress so the next session can pick up smoothly
|
|
150
154
|
|
|
151
|
-
|
|
155
|
+
5. **Commit often** - Each session should have at least one commit updating `.sessions/index.md`
|
|
152
156
|
|
|
153
|
-
|
|
157
|
+
6. **Archive completed work** - Once a feature is done, move detailed notes to `.sessions/archive/` to keep your index file scannable
|
|
154
158
|
|
|
155
159
|
---
|
|
156
160
|
|