docs: clarify CLAUDE.md status and add plans reference
This commit is contained in:
@@ -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": ["..."] }`
|
||||||
|
|||||||
Reference in New Issue
Block a user