Remove command permission lookup

This commit is contained in:
2026-07-19 18:38:38 +02:00
parent 276b5590b5
commit f68d7cbc32
4 changed files with 6 additions and 48 deletions
+3 -4
View File
@@ -15,9 +15,9 @@ one persistent Docker Compose service on the same Docker network as Gitea.
| PR | `/agent iterate [message]` | Resume an agent implementation and its reviewer once. |
| PR | `/agent fix [message]` | Start a fresh one-shot fix session and push one commit. |
Only repository writers and administrators can enqueue commands. Each command
gets separate queued and started comments. Final plans, PR results, failures,
and remaining review findings are posted separately.
Anyone who can comment on an issue or pull request can enqueue commands. Each
command gets separate queued and started comments. Final plans, PR results,
failures, and remaining review findings are posted separately.
## Deploy
@@ -83,4 +83,3 @@ uv run pytest
The tests fail if any tracked Python file exceeds 250 lines. Prompts and JSON
schemas live outside Python so orchestration modules remain small and readable.