Address review feedback

- Remove shell commands section from agent instructions
- Merge Platform Notes into Agent-Specific Notes section
- Remove redundant description text from bash tool
This commit is contained in:
pullfrog
2026-01-08 20:04:02 +00:00
committed by Colin McDonnell
parent 9291ee5952
commit 6260b23de7
4 changed files with 20 additions and 1233 deletions
+1 -3
View File
@@ -83,9 +83,7 @@ Use this tool to:
- Run shell commands (ls, cat, grep, find, etc.)
- Execute build tools (npm, pnpm, cargo, make, etc.)
- Run tests and linters
- Perform git operations
The command runs in a bash shell with a filtered environment that excludes sensitive variables like API keys and tokens.`,
- Perform git operations`,
parameters: BashParams,
execute: execute(async (params) => {
const timeout = Math.min(params.timeout ?? 120000, 600000);