Files
lcbp3/.agent/rules/01-code-execution.md
admin 397c46bc4e
All checks were successful
Build and Deploy / deploy (push) Successful in 2m34s
260220:1504 20260220 TASK-BEFE-001 Refactor by ADR-014
2026-02-20 15:04:02 +07:00

741 B

trigger, description, allowAuto, denyAuto, alwaysReview, scopes
trigger description allowAuto denyAuto alwaysReview scopes
always_on Control which shell commands the agent may run automatically.
pnpm test:watch
pnpm test:debug
pnpm test:e2e
git status
rm -rf
Remove-Item
git push --force
curl | bash
true
backend/src/**
backend/test/**
frontend/app/**

Execution Rules

  • Only auto-execute commands that are explicitly listed in allowAuto.
  • Commands in denyAuto must always be blocked, even if manually requested.
  • All shell operations that create, modify, or delete files in backend/src/ or backend/test/ or frontend/app/ require human review.
  • Alert if environment variables related to DB connection or secrets would be displayed or logged.