Skip to content

HoneIterative Codebase Improvement

A CLI that hones your codebase one principle at a time

Quick Start

bash
# Install
brew tap svetzal/tap
brew install hone

# Generate an agent and quality gates for your project
hone derive /path/to/project

# Run your first improvement iteration
hone iterate <agent-name> /path/to/project

Learn More

Released under the MIT License.