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
11
12
13
14
15
# docs/

### Scope

**Responsibilities:** Documentation for the `assistant` crate covering behavioral requirements, aggregation design, and non-functional constraints for the `ast` super-app binary.
**In Scope:** Feature requirements (`feature/`), aggregation invariants (`invariant/`), and doc cross-reference graph.
**Out of Scope:** Source code (→ `src/`), automated tests (→ `tests/`), build scripts (→ `verb/`).

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `feature/` | Super-app aggregation design and Layer 2 command registration |
| `invariant/` | Aggregation completeness constraint for Layer 2 crates |
| `doc_graph.yml` | Cross-reference graph for all doc instances |