fix: fix: remove supervisor from agents container cron — cannot run without Docker access (#231) #233
No reviewers
Labels
No labels
action
backlog
blocked
in-progress
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: johba/disinto#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-231"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #231
Changes
AI Review
Summary
This PR adds two explanatory comments in
docker/agents/entrypoint.shclarifying whysupervisoris absent from the defaultagents_to_runlist. No logic is changed.Review
The comments are accurate and useful:
supervisorindeed requires host-level Docker access (to manage containers) andpgrep— neither available inside the agents container.review,dev,gardener) already excludedsupervisorbefore 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.mdAI Review: APPROVE — Comment-only change; accurately documents why supervisor is excluded from the container agent list