Remove command permission lookup
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user