Expand description
Auto-configure AI tools after binary release.
Runs after super::release::release_binaries succeeds. For each
detected AI client (Claude Code, Codex, Cursor, OpenCode), registers
the MCP integration pointing at ~/.spool/bin/spool-mcp and installs
Claude Code hooks where applicable.
Best-effort: any individual client failure is recorded in the report but never aborts the overall bootstrap.
Structs§
- Auto
Configure Report - Aggregate report for the auto-configure phase.
- Client
Config Report - Per-client auto-configuration outcome.
Functions§
- auto_
configure_ clients - Auto-configure every detected AI client.