docs.rs failed to build assistant-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
assistant-1.1.0
assistant
Layer 3 super-app aggregating all claude_* CLI commands into a single clt binary.
Architecture
clt (Layer 3)
├── claude_version (Layer 2) — 14 commands: .status, .version.*, .processes.*, .settings.*, .account.*
├── claude_profile (Layer 2) — 8 commands: .account.*, .token.status, .paths, .usage
├── claude_runner (Layer 2) — 2 commands: .claude, .claude.help
└── claude_storage (Layer 2) — 9 commands: .status, .list, .show, .count, .search, .export, .session, .sessions
Usage
Responsibility Table
| File | Responsibility |
|---|---|
src/ |
clt binary entry and feature-gated Layer 2 registry aggregation |
build.rs |
YAML aggregation for claude_runner and claude_storage commands |
docs/ |
Behavioral requirements: feature and invariant doc instances |
tests/ |
Compile and link sanity checks for the clt binary |