diff --git a/CLAUDE.md b/CLAUDE.md index 0883cab..d61e37b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,7 @@ # autoresearch +> **Status: Under construction** — most files listed below are planned, not yet built. + Autonomous research loop for Claude Code. Runs inside tmux, one window per project. ## Key files @@ -18,6 +20,10 @@ bin/start.sh stop # stop all windows bin/start.sh status # show running experiments ``` +## Plans + +`docs/plans/` contains design and implementation documents for this project. + ## Logs - `~/.claude/autoresearch/log.jsonl` — append-only experiment log - Each line: `{ "ts": "ISO8601", "project": "...", "exp": "NNNN", "metric_before": 0.0, "metric_after": 0.0, "kept": true, "files_changed": ["..."] }`