Skip to content

v1.0.0

Choose a tag to compare

@benmarte benmarte released this 11 Mar 14:56
· 39 commits to main since this release

autoimprove v1.0.0

Autonomous codebase improvement loop for Claude Code.

Installation

/plugin marketplace add benmarte/autoimprove
/plugin install autoimprove@autoimprove

Features

  • Auto-detect stack and generate autoimprove.config.md via /autoimprove:setup
  • Run improvement loop with isolated git worktrees — main branch is never touched mid-session
  • Composite quality score (type check, build, tests, lint) on a 0–100 scale
  • Winning experiments squash-merged to main, losers deleted cleanly
  • Detailed logging to autoimprove-log.md
  • Inline focus mode: /autoimprove:improve 10 "Replace all any types" — no config editing needed
  • Support for 10+ languages (TypeScript, Python, Go, Rust, Ruby, Java, C#, PHP, Swift, and more)

Commands

  • /autoimprove:setup — detect stack, generate config, show baseline score
  • /autoimprove:improve [N] ["focus"] — run N iterations, optionally focused on a specific task
  • /autoimprove:measure — check current score without changes
  • /autoimprove:status — summary of all runs from the log