Commit Graph

14 Commits

Author SHA1 Message Date
thomas.kopp a49b68f854 docs: update CLAUDE.md status to MVP complete
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 16:09:41 +02:00
thomas.kopp c8486f236f feat: PostSessionStart hook for auto-start on budget OK
Adds bin/session-start-hook.sh as a SessionStart hook that checks
API budget on session start and launches the autoresearch tmux session
in background if budget threshold is met.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 16:07:04 +02:00
thomas.kopp 9eeb4dd385 fix: parallel window init, safe path quoting in start.sh 2026-04-04 16:04:00 +02:00
thomas.kopp 3dc002fbb5 feat: tmux orchestrator start/stop/status 2026-04-04 16:02:10 +02:00
thomas.kopp d523272cd7 feat: metrics summary panel for overview pane 2026-04-04 14:35:58 +02:00
thomas.kopp bf911b2117 feat: stuck detection — alerts when same files repeat 3x
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 14:34:52 +02:00
thomas.kopp 8fdbd81a05 feat: experiment log append/read utilities and rich viewer 2026-04-04 14:31:45 +02:00
thomas.kopp 02d44d30be feat: Anthropic API budget checker, fails open on error 2026-04-04 14:26:55 +02:00
thomas.kopp b2f38f071d fix: validate project path key, avoid shared mutable default 2026-04-04 14:19:32 +02:00
thomas.kopp 10a05ba55a feat: config loader with validation and tilde expansion
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 14:16:49 +02:00
thomas.kopp deb732b12a docs: clarify CLAUDE.md status and add plans reference 2026-04-04 14:15:20 +02:00
thomas.kopp f2fcf447fc feat: project scaffolding 2026-04-04 14:13:05 +02:00
thomas.kopp cef8e38b22 Add autoresearch implementation plan
11 tasks covering config, budget check, log utilities, stuck detection,
metrics display, skills, tmux orchestrator, and PostSessionStart hook.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 13:59:53 +02:00
thomas.kopp 3dd72faed3 Add autoresearch design document
Autonomous research loop for Claude Code: iteratively improves
Claude config and project code via tmux + ralph-loop + git worktrees.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 12:06:16 +02:00