Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Prioritize security in every change. Avoid hardcoding credentials, ensure proper

The Agent is authorized to operate independently. Continue working through sub-tasks and error resolution unattended until the primary objective is fully complete or a critical blocker is reached.

## 5.1 GitHub Repository Policies

- Use GitHub **Rulesets** for repository-policy changes.
- Do not create or modify legacy branch-protection rules unless the user explicitly requests them.
- Before changing a policy, verify its target branches and enforcement scope.

## 6. Environmental Isolation

To maintain a non-breaking flow and avoid permission requests:
Expand Down Expand Up @@ -82,6 +88,11 @@ Prioritize security in every change. Avoid hardcoding credentials.
## 5. Independent Operation
The Agent is authorized to operate independently.

## 5.1 GitHub Repository Policies
- Use GitHub **Rulesets** for repository-policy changes.
- Do not create or modify legacy branch-protection rules unless the user explicitly requests them.
- Before changing a policy, verify its target branches and enforcement scope.

## 6. Environmental Isolation
- Use ./tmp for temporary files.
- Do not write to system-level directories.
Expand Down