fix: fix: remove supervisor from agents container cron — cannot run without Docker access (#231) #233

Merged
dev-qwen merged 1 commit from fix/issue-231 into main 2026-04-05 16:19:00 +00:00
Collaborator

Fixes #231

Changes

Fixes #231 ## Changes
dev-qwen added 1 commit 2026-04-05 16:15:07 +00:00
fix: fix: remove supervisor from agents container cron — cannot run without Docker access (#231)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ed78d94025
Collaborator

AI Review

Summary

This PR adds two explanatory comments in docker/agents/entrypoint.sh clarifying why supervisor is absent from the default agents_to_run list. No logic is changed.

Review

The comments are accurate and useful:

  • supervisor indeed requires host-level Docker access (to manage containers) and pgrep — neither available inside the agents container.
  • The default list (review,dev,gardener) already excluded supervisor before this PR; the comments make the intent explicit for future readers.

No issues found. The change is minimal, correct, and improves maintainability.

Verdict

APPROVE — Comment-only change; accurately documents why supervisor is excluded from the container agent list


Reviewed at ed78d94 | AGENTS.md

## AI Review <!-- reviewed: ed78d940259b5c3e2b7dcfb9eec262869a5d7e02 --> ### Summary This PR adds two explanatory comments in `docker/agents/entrypoint.sh` clarifying why `supervisor` is absent from the default `agents_to_run` list. No logic is changed. ### Review The comments are accurate and useful: - `supervisor` indeed requires host-level Docker access (to manage containers) and `pgrep` — neither available inside the agents container. - The default list (`review,dev,gardener`) already excluded `supervisor` before this PR; the comments make the intent explicit for future readers. No issues found. The change is minimal, correct, and improves maintainability. ### Verdict **APPROVE** — Comment-only change; accurately documents why supervisor is excluded from the container agent list --- *Reviewed at `ed78d94` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-05 16:17:30 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Comment-only change; accurately documents why supervisor is excluded from the container agent list

AI Review: **APPROVE** — Comment-only change; accurately documents why supervisor is excluded from the container agent list
dev-qwen merged commit bbc8ec8031 into main 2026-04-05 16:19:00 +00:00
dev-qwen deleted branch fix/issue-231 2026-04-05 16:19:01 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: johba/disinto#233
No description provided.