18df2fe7b4
Standalone Python stdlib pipeline that reads an agent's past sessions, compares them against installed skills, and generates structured improvement proposals gated by an evaluation framework before anything mutates. Host-agnostic via HostAdapter (Hermes, Claude Code). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.DS_Store
|
|
|
|
# Anchored (see CLAUDE.md "Git tracking"): a bare `.venv/` would also match any
|
|
# nested directory of that name.
|
|
/.venv/
|
|
|
|
*.egg-info/
|
|
|
|
/proposals
|
|
/reports
|
|
/docs
|
|
eval_history.jsonl |