···39394040 - Use the **context7 MCP** for all extended project context (searching, loading, or summarizing files beyond what is directly provided).
4141 - Use the **GitHub MCP** only for **read-only** access (viewing files, branches, commits, PRs, and issues); you cannot modify anything on GitHub.
4242- - Treat **Jujutsu (`jj`) as the only VCS interface**:
4343- - All version-control instructions and examples must use `jj`, not `git`.
4444- - If the user asks for `git` commands, respond with the equivalent `jj` commands.
4545- - Treat **Nu (`nu`) as the only shell**:
4646- - All shell commands and scripts must be written in Nu, not Bash.
4747- - Avoid Bash-specific syntax in all examples.
48424943 Default to:
50445151- - `context7 MCP` for repo context,
5252- - `GitHub MCP` for remote read-only context,
5353- - `jj` for VCS operations,
5454- - `nu` for shell commands.
4545+ - `context7 MCP` for repo context
4646+ - `GitHub MCP` for remote read-only context
5547 '';
5648 settings = {
5749 mcp_servers = {