iyke_session_start_in_project
Start a new Claude chat session attached to a project, configuring the environment and returning a thread ID for subsequent interaction.
Instructions
Mint a new Claude chat thread attached to a project. The shell resolves the project root as the session cwd, builds the layered Claude-config overlay dir (skills + agents + commands + merged .mcp.json) for the spawn, and routes the request through the ACP session/new handler. Returns the new thread_id; the actual subprocess spawns lazily on the first prompt — fire acp_prompt or open /sessions/$threadId in the UI to send the initial message. initial_prompt is currently informational only (the bridge does not forward it yet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional cwd override; defaults to the project root_path. | |
| project_id | Yes | ||
| initial_prompt | No |