docs: clarify CLAUDE.md status and add plans reference

This commit is contained in:
2026-04-04 14:15:20 +02:00
parent f2fcf447fc
commit deb732b12a
+6
View File
@@ -1,5 +1,7 @@
# autoresearch # 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. Autonomous research loop for Claude Code. Runs inside tmux, one window per project.
## Key files ## Key files
@@ -18,6 +20,10 @@ bin/start.sh stop # stop all windows
bin/start.sh status # show running experiments bin/start.sh status # show running experiments
``` ```
## Plans
`docs/plans/` contains design and implementation documents for this project.
## Logs ## Logs
- `~/.claude/autoresearch/log.jsonl` — append-only experiment log - `~/.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": ["..."] }` - Each line: `{ "ts": "ISO8601", "project": "...", "exp": "NNNN", "metric_before": 0.0, "metric_after": 0.0, "kept": true, "files_changed": ["..."] }`