Skip to main content

init_project

Function init_project 

Source
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 integration
  • setup_opencode - Whether to set up OpenCode integration
  • setup_windsurf - Whether to set up Windsurf integration (also auto-detects .windsurf/)
  • no_auto_update - Deprecated (ignored). Version checking is now always-on.