From deb732b12aaaa00829274b1156417681ed6b96fd Mon Sep 17 00:00:00 2001 From: "thomas.kopp" Date: Sat, 4 Apr 2026 14:15:20 +0200 Subject: [PATCH] docs: clarify CLAUDE.md status and add plans reference --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) 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": ["..."] }`