claude_assets 1.5.1

CLI for installing Claude Code artifacts (rules, skills, commands) via symlinks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# docs/

### Scope

**Responsibilities:** Documentation for the `claude_assets` crate covering behavioral requirements, CLI command design, and non-functional constraints.
**In Scope:** Feature requirements (`feature/`), source-root and env constraints (`invariant/`), and doc cross-reference graph.
**Out of Scope:** Source code (→ `src/`), automated tests (→ `tests/`), build scripts (→ `verb/`).

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `feature/` | Asset CLI command design and adapter behavior |
| `invariant/` | Source root resolution constraint and env var requirement |
| `doc_graph.yml` | Cross-reference graph for all doc instances |