Skip to content

v0.1.5

Latest

Choose a tag to compare

@softcane softcane released this 13 Jun 20:22
Immutable release. Only release title and notes can be modified.
  • Add a UserPromptSubmit recovery 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.json on 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).