Discord Your machine ┌─────────────────┐ ┌─────────────┐ │ server │ │ │ │ #web-app │ ───────▶ │ /code/web │ │ ├─ login │ ───────▶ │ session A │ │ └─ dark │ ───────▶ │ session B │ │ #api │ ───────▶ │ /code/api │ │ └─ limit │ ───────▶ │ session C │ └─────────────────┘ └─────────────┘
1<kimaki><directory>/code/web-app</directory><app>bot_id</app></kimaki>
/add-project slash command, or from the CLI:12345# Add the current directory as a project channel npx -y kimaki project add # Add a specific directory npx -y kimaki project add /code/web-app
⬥ and showing tool activity as it works.#web-app channel │ │ first message ──▶ creates "fix login" ──▶ session starts │ │ another msg ────▶ creates "dark mode" ──▶ separate session │ └─ thread "fix login" ──▶ continues the same session
/resume (autocomplete lists recent sessions)./fork, or fork the whole context into a new thread with /btw.