You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).