cc-session-recover 0.1.3 → 0.1.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/.claude/standing-instructions.md +3 -1
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Standing quota-recovery instructions for this project:
|
|
2
2
|
|
|
3
|
-
If the user gives
|
|
3
|
+
If the user gives any multi-step task — coding, analysis, research, document work, or any workflow likely to take more than a few minutes:
|
|
4
4
|
|
|
5
5
|
1. Keep `HANDOFF.md` updated after every small safe step.
|
|
6
6
|
2. Create a recurring schedule every 45 minutes with this prompt: "Read .claude/auto-continue.md and follow it."
|
|
7
7
|
3. Cancel that schedule when the task is fully complete.
|
|
8
8
|
|
|
9
|
+
These instructions also apply when a skill or automated workflow is driving the session; recovery matters most on long runs.
|
|
10
|
+
|
|
9
11
|
Do not create the schedule for quick questions or single-step requests.
|
|
10
12
|
Do not create a second schedule if one already exists.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.4 — 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Expand standing quota-recovery instructions to cover long analysis, research, document, and automated workflow tasks, not only coding tasks.
|
|
6
|
+
|
|
3
7
|
## 0.1.3 — 2026-06-12
|
|
4
8
|
|
|
5
9
|
- Install only the runtime `.claude` files and `HANDOFF.md` into target projects; package tooling now stays in the npm package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-session-recover",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Quota-resume workflow for Claude Code: handoff notebook, heartbeat auto-continue, StopFailure hooks, and an unattended watcher that resumes after quota resets.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"check": "node --check bin/cli.js && bash -n scripts/*.sh .claude/hooks/*.sh .claude/statusline-quota-cache.sh && bash scripts/verify-claude-loop-workflow.sh",
|