Skip to main content

Module auto_configure

Module auto_configure 

Source
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§

AutoConfigureReport
Aggregate report for the auto-configure phase.
ClientConfigReport
Per-client auto-configuration outcome.

Functions§

auto_configure_clients
Auto-configure every detected AI client.