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
# detection/

Project type detection. 3-phase heuristic:
1. Structure check (monorepo via workspace configs)
2. Domain markers (Flutter, Django, Terraform, etc.) — in `domain.rs`
3. Micro-repo fallback (single manifest, <50 files)

`signals.rs` + `signals_backend.rs` contain the individual detection functions.