claude-hook-advisor 0.2.1

A Claude Code hook that provides intelligent command suggestions and semantic directory aliasing for enhanced AI-assisted development workflows
Documentation
1
2
3
4
5
6
7
//! Claude Hook Advisor binary entry point

use claude_hook_advisor::cli::run_cli;

fn main() -> anyhow::Result<()> {
    run_cli()
}