Claude Auto Tune
A self-improving Claude Code workspace. Run Claude locally in Docker for safe autonomous operation, or through CI via the official anthropics/claude-code-action@v1 GitHub Action.
The workspace is designed to grow incrementally — start simple, add tooling as patterns emerge — and to periodically tune its own configuration, prompts, and scripts based on accumulated run history.
Documentation
- Quick start — run Claude locally or wire it into CI.
- Configuration —
auto_tune_config.yml, model aliases, and workspace settings. - Workflows — the CI workflows (
claude,claude-code-review,auto-improve) and what each does. - Architecture — repo layout and how the pieces fit together.
Source
The project lives at damien-robotsix/claude_auto_tune.