Bootstrap repo for Mushi
setup_repo_for_mushiWrites the three Mushi bootstrap files—Cursor rules, lesson cache, and project contract—into the repo root to prepare for agent collaboration.
Instructions
Writes the three Mushi bootstrap files into the current repo root: .cursorrules (Cursor evolution-loop coding rules), .mushi/lessons.json (initial empty lesson cache), and MUSHI.md (one-page project contract for agents). Idempotent — safe to re-run after lessons sync. Requires mcp:write scope. Call this once after connecting the repo; subsequently use mushi sync-lessons from CI to keep lessons current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project UUID — defaults to configured project |