[claude] Agent Dreaming Mode (#1019) v2 #1234

Closed
claude wants to merge 1 commits from claude/issue-1019-v2 into main

1 Commits

Author SHA1 Message Date
Alexander Whitestone
30376d1bb4 feat: Agent Dreaming Mode — idle background reflection loop (#1019)
Some checks failed
Tests / lint (pull_request) Failing after 18s
Tests / test (pull_request) Has been skipped
- Add src/timmy/dreaming.py with DreamingEngine: rule synthesis from
  session logs during idle periods with configurable wake/sleep thresholds
- Add src/dashboard/routes/dreaming.py with REST endpoints for
  dreaming status, history, and manual trigger
- Add dreaming_status.html partial template for HTMX polling
- Wire dreaming_router into dashboard app
- Add dreaming CSS styles to mission-control.css
- Add dreaming_enabled/dreaming_idle_threshold_s config settings
- 17 unit tests all passing

Fixes #1019

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 18:56:21 -04:00