diff --git a/Backlog.md b/Backlog.md index dc54468..c642ff3 100644 --- a/Backlog.md +++ b/Backlog.md @@ -6,3 +6,4 @@ Tasks and to-dos that need attention when time allows. - [ ] Switch Jane to Opus 4.6 (claude-opus-4-6) in config - [ ] Fix typing indicator to keep running during multi-message responses (currently stops after first message) +- [ ] Lightweight watcher system: let Jane write small code snippets (curl + diff) that run cheaply on a cron. Only wake the full AI model if the check returns something interesting. Two-tier: cheap watcher → full agent on trigger.