assistant 1.3.1

Agent-agnostic CLI super-app; aggregates all coding agent CLI tools into a single binary
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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 |
| `bin/` | Additional binary entry point (`ast` alias) |