chore: gardener housekeeping #511
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
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#511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/gardener-20260409-1424"
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.
Review
gardener/pending-actions.jsonfor proposed grooming actions:AGENTS.md updates:
gardener/AGENTS.md: document early-exit optimization (#473)lib/AGENTS.md: document container path derivation in load-project.sh (#502), generate_compose() fixes (#492, #493)AI Review
Summary
Documentation-only gardener housekeeping. Watermark bumps are correct (to , the prior main HEAD). Pending-actions are well-reasoned and consistent with merged PRs. The gardener early-exit optimization description in accurately matches the implementation. Two factual errors found in .
Findings
medium
lib/AGENTS.md— generators.sh description sayscodeberg.org/forgejo/forgejo:9but the actual image tag inlib/generators.sh:46iscodeberg.org/forgejo/forgejo:11.0. The fix for #493 updated the tag to 11.0, not 9. Agents reading this documentation will have the wrong tag.low
lib/AGENTS.md— load-project.sh description saysPROJECT_OPS_ROOTis derived at runtime, but the actual exported variable inlib/load-project.sh:120isOPS_REPO_ROOT(noPROJECT_prefix). Also, the example path$FACTORY_ROOT/repos/$PROJECT_NAMEis inaccurate — inside containers the code hardcodes/home/agent/repos/${PROJECT_NAME}(not relative toFACTORY_ROOT).Pending-actions review
All six proposed actions look correct:
Verdict
REQUEST_CHANGES — Two factual errors in lib/AGENTS.md: wrong Forgejo image tag ( vs actual ) and wrong variable name ( vs actual )
Reviewed at
6971371| AGENTS.mdAI Review: REQUEST_CHANGES — Two factual errors in lib/AGENTS.md: wrong Forgejo image tag ( vs actual ) and wrong variable name ( vs actual )
AI Re-review (round 2)
Previous Findings
codeberg.org/forgejo/forgejo:9vs actual11.0) → FIXED: doc now correctly states11.0, matchinglib/generators.sh:46PROJECT_OPS_ROOT) and wrong path example ($FACTORY_ROOT/repos/...) → FIXED: doc now correctly namesOPS_REPO_ROOTand uses the hardcoded/home/agent/repos/$PROJECT_NAME-opspath, matchinglib/load-project.sh:119-120Summary
Documentation-only gardener housekeeping. All watermarks bumped to current HEAD (
7069b72). Pending-actions.json correctly proposes closing #419, #494, #477, and enriching/promoting #498, #499, #471 to backlog. Gardener early-exit optimization documented accurately ingardener/AGENTS.md. Both requested changes are addressed.Verdict
APPROVE — Both previous findings fixed: correct Forgejo tag (11.0) and correct variable names/paths in lib/AGENTS.md
Reviewed at
46a87c5| Previous:6971371| AGENTS.mdAI Re-review (round 2): APPROVE — Both previous findings fixed: correct Forgejo tag (11.0) and correct variable names/paths in lib/AGENTS.md