Skip to content

Commit 6c75c5c

Browse files
Add zsh usage and nvm check instructions to AGENTS.md
1 parent 86ea7d5 commit 6c75c5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,8 @@ The repository does **not** contain a `.cursor/` directory or a `.github/copilot
211211

212212
**Agent Restrictions**: Agents must not modify any files outside the project directory. They also may not commit changes without explicit user permission; always ask for review before committing.
213213

214+
**Shell Environment**: Agents should execute commands using **zsh** (as the user’s default shell) to ensure compatibility with tools installed in that environment.
215+
216+
**Node Version Management**: Agents must always verify that **nvm** (Node Version Manager) is installed before invoking any `node` or `npm` commands. If `nvm` is not available, they should inform the user and suggest installing it. Agents should never run Node directly without first ensuring the appropriate version is selected via `nvm`.
217+
214218
_End of file – agents should keep this document up to date as the project evolves._

0 commit comments

Comments
 (0)