Agent-Driven Assessment
Your agent defines the engineering principles. Hone finds the one your code violates most and plans a fix.
A CLI that hones your codebase one principle at a time
# 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