@only1btayy/g2w 1.0.28 → 1.0.29
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/skills/ready2save.md +2 -2
package/package.json
CHANGED
package/skills/ready2save.md
CHANGED
|
@@ -14,7 +14,7 @@ You are closing out this session. Leave the project in a state where any future
|
|
|
14
14
|
- Key decisions made and the reasoning behind them
|
|
15
15
|
- Any "don't do this again" lessons learned
|
|
16
16
|
|
|
17
|
-
Do NOT ask the user to
|
|
17
|
+
Do NOT ask the user what was done, what to save, or what decisions were made. You witnessed the entire session — extract it yourself and present it. The user confirms or corrects your summary. Never ask them to recall.
|
|
18
18
|
|
|
19
19
|
2. **Confirm the active project** — List all folders inside `projects/` and ask:
|
|
20
20
|
> "Which project are we saving? (pick one)"
|
|
@@ -56,7 +56,7 @@ You are closing out this session. Leave the project in a state where any future
|
|
|
56
56
|
- Verified: [how it was verified]
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
Present the commit message to the user. Wait for approval before running.
|
|
59
|
+
Keep it lean: do NOT run git status, git diff, or git log — you already know what changed. One `git add` for the files you touched + one `git commit` = done. Present the commit message to the user. Wait for approval before running.
|
|
60
60
|
|
|
61
61
|
6. **Announce with personality:**
|
|
62
62
|
End the session with a closing quote. Pick ONE at random from this list:
|