kodegraf-cli 0.1.0

Structural code intelligence for AI coding assistants — CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod build;
pub mod check;
pub mod deps;
pub mod dependents;
pub mod eval;
pub mod find;
pub mod generate_rules;
pub mod hook;
pub mod impact;
pub mod init;
pub mod insights;
pub mod install;
pub mod session_greeting;
pub mod status;