1 2 3 4 5 6 7 8 9 10
# src/ Source code for the `assistant` crate. ## Responsibility Table | File | Responsibility | |------|----------------| | `lib.rs` | Crate root; feature-gate declarations and Layer 2 registry aggregation | | `main.rs` | `clt` binary entry point; delegates to aggregated command registries |