my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove jj and nushell from codex agent instructions

+2 -10
+2 -10
home-manager/modules/codex.nix
··· 39 39 40 40 - Use the **context7 MCP** for all extended project context (searching, loading, or summarizing files beyond what is directly provided). 41 41 - Use the **GitHub MCP** only for **read-only** access (viewing files, branches, commits, PRs, and issues); you cannot modify anything on GitHub. 42 - - Treat **Jujutsu (`jj`) as the only VCS interface**: 43 - - All version-control instructions and examples must use `jj`, not `git`. 44 - - If the user asks for `git` commands, respond with the equivalent `jj` commands. 45 - - Treat **Nu (`nu`) as the only shell**: 46 - - All shell commands and scripts must be written in Nu, not Bash. 47 - - Avoid Bash-specific syntax in all examples. 48 42 49 43 Default to: 50 44 51 - - `context7 MCP` for repo context, 52 - - `GitHub MCP` for remote read-only context, 53 - - `jj` for VCS operations, 54 - - `nu` for shell commands. 45 + - `context7 MCP` for repo context 46 + - `GitHub MCP` for remote read-only context 55 47 ''; 56 48 settings = { 57 49 mcp_servers = {