diff --git a/AGENTS.md b/AGENTS.md index 89bea64..3f571f8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -131,6 +131,28 @@ self-testing, reflection — use every tool he has. ## Agent Roster +### Gitea Permissions + +All agents that push branches and create PRs require **write** permission on the +repository. Set via the Gitea admin API or UI under Repository → Settings → Collaborators. + +| Agent user | Required permission | Gitea login | +|------------|--------------------|----| +| kimi | write | `kimi` | +| claude | write | `claude` | +| gemini | write | `gemini` | +| antigravity | write | `antigravity` | +| hermes | write | `hermes` | +| manus | write | `manus` | + +To grant write access (requires Gitea admin or repo admin token): +```bash +curl -s -X PUT "http://143.198.27.163:3000/api/v1/repos/rockachopa/Timmy-time-dashboard/collaborators/" \ + -H "Authorization: token " \ + -H "Content-Type: application/json" \ + -d '{"permission": "write"}' +``` + ### Build Tier **Local (Ollama)** — Primary workhorse. Free. Unrestricted.