assistant 1.4.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
12
# tests/

Integration tests for the `assistant` crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `cli_sanity.rs` | Compile and link sanity check for the `ast` binary against all Layer 2 crates |
| `aggregation.rs` | Super-app aggregation feature and invariant tests (FT-1..4, IC-1..2, negative) |
| `workspace_invariants.rs` | Static analysis tests for workspace structural invariants (WD-1, PI-1..2, VS-1..2, DM-1..2, CL-1..2) |
| `docs/` | Test surface specifications for feature and invariant doc instances |