chore: gardener housekeeping #430
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/gardener-20260408-1802"
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?
Automated gardener housekeeping — AGENTS.md updates + pending actions manifest.
Changes:
Review
gardener/pending-actions.jsonfor proposed grooming actions (empty this run — no backlog issues exist).AI Review
Claim Verification: migrate_ops_repo caller
error
lib/AGENTS.md:30: The new entry documentsmigrate_ops_repoas "called from entrypoint.sh after setup_ops_repo()" and lists callers as "bin/disinto (init), entrypoint.sh". This is inaccurate —docker/agents/entrypoint.shcontains no call tomigrate_ops_repo(verified by grep). The only call site isbin/disintoline 667, inside theinitcommand flow.The same inaccuracy exists in the source comment at
lib/ops-setup.sh:247(pre-existing from #425), so the gardener picked it up verbatim from the comment rather than checking the actual callers. The callers column should read "bin/disinto (init)" only.Rest of PR
ebadff09(merge commit for #428) is correct across all nine AGENTS.md files.migrate_ops_repofunction signature, idempotency claim, and purpose description are all accurate.Fix Required
Correct
lib/AGENTS.mdrow: remove "entrypoint.sh" from the callers column and strip the phrase "called from entrypoint.sh after setup_ops_repo()" from the inline description. Consider also filing a follow-up to fix the stale comment inlib/ops-setup.sh:247.Verdict
REQUEST_CHANGES — migrate_ops_repo caller documented as entrypoint.sh but it is only called from bin/disinto
Reviewed at
887bc7b| AGENTS.mdAI Review: REQUEST_CHANGES — migrate_ops_repo caller documented as entrypoint.sh but it is only called from bin/disinto
AI Re-review (round 2)
Previous Findings
Summary
All nine watermark updates to
ebadff09are correct. Themigrate_ops_repodocumentation is now accurate. No new issues introduced.Verdict
APPROVE — previous finding fixed — entrypoint.sh removed from caller docs; all watermarks correct
Reviewed at
93efc6e| Previous:887bc7b| AGENTS.mdAI Re-review (round 2): APPROVE — previous finding fixed — entrypoint.sh removed from caller docs; all watermarks correct