Releases: softcane/cc-session-recover
Releases · softcane/cc-session-recover
v0.1.5
Immutable
release. Only release title and notes can be modified.
- Add a
UserPromptSubmitrecovery reminder hook so the schedule instruction is repeated next to every prompt, not just at session start (it was getting buried in long sessions). - Make the schedule rule unconditional and consistent across both injection points: always ensure one recurring auto-continue schedule exists, instead of leaving the model a "is this a long task?" judgment call that silently skipped audits and skill-driven runs. An explicit user instruction not to schedule still wins.
- Preserve existing
.claude/settings.local.jsonon install by merging the recovery hooks in, rather than skipping when the file exists. - Use the quoted
"$CLAUDE_PROJECT_DIR"form in example hook commands (safe for paths with spaces).
v0.1.4
v0.1.3
Immutable
release. Only release title and notes can be modified.
0.1.3
- Install only the runtime .claude files and HANDOFF.md into target projects; package tooling now stays in the npm package.
- Enable hooks by default, with --no-hooks as the opt-out flag.
- Add cc-session-recover watch for running the closed-terminal watcher through npx.
- Remove the old one-time reminder flow and its loop.md prompt from the packaged workflow.
v0.1.2
Immutable
release. Only release title and notes can be modified.
- Stop installing the package docs into target projects.
- Keep runtime files out of target git history by appending the session-recovery ignore block.
- Remove the fake-quota try-it flow from the README.