cc-dev-template 0.1.38 → 0.1.39
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 +1 -1
- package/src/commands/done.md +5 -0
package/package.json
CHANGED
package/src/commands/done.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: End a session - sync documentation and commit work
|
|
3
|
+
argument-hint: [next task]
|
|
3
4
|
---
|
|
4
5
|
|
|
5
6
|
# Session Closeout
|
|
@@ -28,6 +29,10 @@ Sync the document with reality:
|
|
|
28
29
|
- Adjust "Up Next" based on what was learned
|
|
29
30
|
- Note any new blockers
|
|
30
31
|
|
|
32
|
+
**If a next task was specified:** $ARGUMENTS
|
|
33
|
+
|
|
34
|
+
Add this to the "Up Next" section. The user is telling you what they want to tackle in the next session.
|
|
35
|
+
|
|
31
36
|
**3. Capture workflow discoveries (rarely)**
|
|
32
37
|
|
|
33
38
|
Consider: Did I learn something that would save time in future sessions?
|