assistant 1.2.0

Agent-agnostic CLI super-app; aggregates all coding agent CLI tools into a single binary
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` | `ast` binary entry point; delegates to aggregated command registries |