/add-project <project> ──▶ pick a recent OpenCode project ──▶ creates its channel npx kimaki project add ──▶ add the current (or any) directory from the CLI
/add-project <project> — autocompletes recent OpenCode projects and creates Discord channels for the one you pick. Run it in the server where you want the channels.12345678# Add the current directory npx -y kimaki project add # Add a specific directory npx -y kimaki project add /code/web-app # Specify the server when the bot is in multiple npx -y kimaki project add ./web-app --guild 123456789
/create-new-project <name> creates a new project folder, initializes git, sets up the channel, and starts a session, all in one step. Great for spinning up a fresh repo entirely from Discord./remove-project <project> removes the Discord channels for a project. The directory on your machine is left untouched; only the channel mapping is deleted.1npx -y kimaki project remove <channel-id>
1npx -y kimaki project list
--json flag outputs machine-readable data with guild_id and guild_name fields for disambiguation when the same project is registered on multiple servers.--data-dir; see Advanced Setup.