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
# claude_assets

| File | Responsibility |
|------|----------------|
| `Cargo.toml` | Package manifest, feature gates, optional dependencies |
| `unilang.commands.yaml` | CLI command definitions metadata for unilang |
| `src/` | Library and binary source code |
| `docs/` | Behavioral requirements: feature and invariant doc instances |
| `tests/` | Integration test suite |
| `verb/` | Shell scripts for each `do` protocol verb. |