| title | Code Atlas |
|---|
-
:material-folder-outline: Layer 1: Repository Surface
Directory tree, file counts, project structure
100% coverage -
:material-code-braces: Layer 2: AST + LSP Bindings
Cross-file imports, symbol references, dead code
100% coverage**total definitions**: 605 | **total exports**: 27 | **total imports**: 91 | **potentially dead**: 1 -
:material-package-variant: Layer 3: Compile-time Dependencies
External deps, internal import graph, circular deps
100% coverage**external dep**: 87 | **internal packages**: 18 | **internal edges**: 18 | **circular dependency**: 0 -
:material-server-network: Layer 4: Runtime Topology
Processes, ports, subprocess calls, env vars
100% coverage**subprocess call**: 17 | **unique subprocess files**: 4 | **port binding**: 0 | **docker service**: 0 -
:material-api: Layer 5: API Contracts
CLI commands, HTTP routes, hooks, recipes
100% coverage**cli command**: 0 | **cli argument**: 13 | **click typer command**: 1 | **http route**: 0 -
:material-transit-connection-variant: Layer 6: Data Flow
File I/O, database ops, network I/O, data paths
100% coverage**file io**: 15 | **database op**: 0 | **network io**: 1 | **transformation point**: 0 -
:material-view-module: Layer 7: Service Components
Package boundaries, coupling metrics, architecture
100% coverage**total packages**: 2 | **core packages**: 0 | **leaf packages**: 1 -
:material-routes: Layer 8: User Journeys
Entry-to-outcome traces for CLI, HTTP, hooks
100% coverage**total journeys**: 3 | **cli journeys**: 3 | **http journeys**: 0 | **hook journeys**: 0
Primary language: Rust | Total code: 77,314 lines | Detected via: tokei
| Language | Files | Code Lines | % | Analysis Available |
|---|---|---|---|---|
| Rust | 241 | 47,244 | 61.1% | Dependencies (Cargo.toml) |
| Json | 9 | 12,414 | 16.1% | File-level only |
| Typescript | 69 | 10,604 | 13.7% | Dependencies (package.json) |
| Python | 18 | 3,839 | 5.0% | Full (AST, imports, dead code, journeys) |
| Javascript | 21 | 1,196 | 1.5% | Dependencies (package.json) |
| Bash | 13 | 894 | 1.2% | File-level only |
| Yaml | 5 | 499 | 0.6% | File-level only |
| Toml | 9 | 274 | 0.4% | File-level only |
| Hcl | 3 | 179 | 0.2% | File-level only |
| Html | 2 | 97 | 0.1% | File-level only |
| Css | 2 | 56 | 0.1% | File-level only |
| Svg | 2 | 18 | 0.0% | File-level only |
Analysis Coverage: This codebase is primarily Rust (61.1% of code). Full AST analysis is available for Python files. Rust analysis covers dependencies and file structure. See issue #3310 for expanded language support.
| Category | Layers | Color |
|---|---|---|
| Structural | 1, 2, 3, 4, 7 | Blue |
| Behavioral | 5, 6, 8 | Orange |
- Health Dashboard -- cross-layer check results
- Glossary -- atlas terminology