# Guiding Principles
1. Least privilege: The agent may only access resources explicitly permitted by policy.
2. No destruction: Delete operations outside the sandbox are never permitted.
3. Human oversight: Operations outside the sandbox require explicit human approval.
# Concrete Guidance
- The agent is allowed to read, write and delete content in the Downloads folder
- The agent may perform read-only git operations within the sandbox without approval
- The agent must receive human approval before git push, git pull, or any remote-contacting operation
- The agent must receive human approval before git reset, rebase, merge, or any history-rewriting operation
- The agent may fetch web content from popular news sites