Summary
Today darnit install --client claude (see #270 for the Claude Code vs Claude Desktop nuance) is the only supported init flow. Coding-agent adoption is broader than Claude Code, and darnit's product path is skills + MCP tools invoked from a coding agent (per the memory note "CLI is not the product"). To meet users where they are, the install path should support:
- OpenAI Codex CLI (first-class alongside Claude Code)
- Cursor
- OpenCode (assumed to be sst/opencode or the equivalent -- please correct on this issue if it's a different tool)
Scope
Out of scope
- Building a shared abstraction over N clients (defer until third client is real code).
- Documentation improvements for each client's darnit setup story (separate issue if needed).
- Marketing / awareness work.
Related
Summary
Today
darnit install --client claude(see #270 for the Claude Code vs Claude Desktop nuance) is the only supported init flow. Coding-agent adoption is broader than Claude Code, and darnit's product path is skills + MCP tools invoked from a coding agent (per the memory note "CLI is not the product"). To meet users where they are, the install path should support:Scope
darnit installto accept--client codex | cursor | opencodeand register the darnit MCP server + skills into each client's expected config location.--clientflag; no auto-detection in v0. (Auto-detection can be a follow-up.)Out of scope
Related