claude-native 0.2.0

Scan any project and score how Claude Native it is — optimized for AI-assisted development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod cli;
pub mod config;
pub mod detection;
pub mod diff;
pub mod fix;
pub mod history;
pub mod hooks;
pub mod init;
pub mod mcp;
pub mod multi_tool;
pub mod output;
pub mod rules;
pub mod scan;
pub mod scoring;
pub mod token_cost;
pub mod watch;