pub fn init_project(
setup_claude: bool,
setup_opencode: bool,
setup_windsurf: bool,
_no_auto_update: bool,
) -> Result<(), String>Expand description
Initialize a new deciduous project with AI assistant integration
ยงArguments
setup_claude- Whether to set up Claude Code integrationsetup_opencode- Whether to set up OpenCode integrationsetup_windsurf- Whether to set up Windsurf integration (also auto-detects .windsurf/)no_auto_update- Deprecated (ignored). Version checking is now always-on.