rowboat/apps/cli
tusharmagar 28488d5fd1 Add security allowlist for command execution and update copilot instructions
- Add security.ts with allowlist configuration for shell commands
- Update command-executor.ts to enforce security policy (exit code 126 for blocked commands)
- Update copilot instructions to clarify builtin tools vs shell commands
- Document that builtin tools (deleteFile, createFile, etc.) bypass security filtering
- Only executeCommand (shell commands) requires security.json allowlist entries
2025-11-18 20:42:11 +05:30
..
bin refactor agent execution 2025-11-16 20:58:31 +05:30
examples Better Updated Promting 2025-11-17 23:27:00 +05:30
src Add security allowlist for command execution and update copilot instructions 2025-11-18 20:42:11 +05:30
.gitignore first commit 2025-11-04 15:31:12 +05:30
package-lock.json everything is an agent 2025-11-15 02:15:55 +05:30
package.json everything is an agent 2025-11-15 02:15:55 +05:30
todo.md first commit 2025-11-04 15:31:12 +05:30
tsconfig.json first commit 2025-11-04 15:31:12 +05:30