fix: refactor: simplify gardener formula — remove AD check, portfolio, blocked-review, stale-PR (#127) #128
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#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-127"
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 #127
Changes
AI Review
Summary
Non-code PR (formula/docs only) — CI not required.
Removes four gardener steps (blocked-review, stale-pr-recycle, AD-alignment-check, portfolio-lifecycle) and updates the vault action template to use the proper
vault_request()helper. All changes are internally consistent.Verification
lib/vault.shdefines the function (lines 48–222) — the new VAULT template in the grooming step correctly calls it withsource "$(dirname "$0")/../lib/vault.sh".agents-updatenowneeds = ["dust-bundling"]instead ofstale-pr-recycle— correct given the removed steps.gardener-run.shbehavior (line 108: "Do NOT write PHASE: signals — the orchestrator handles CI, review, and merge"). This actually fixes a pre-existing mismatch between the old formula description and the shell script.Pre-existing Tech Debt
gardener/AGENTS.mdlines 22–23 and 39–40 still describe a PHASE-signal lifecycle (PHASE:awaiting_ci,PHASE:awaiting_review,PHASE:done) thatgardener-run.shno longer uses — the orchestrator callspr_walk_to_merge()directly instead. This stale description predates this PR and is not introduced by it.Verdict
APPROVE — Clean simplification: removes unused steps, fixes vault template to use vault_request(), and correctly syncs AGENTS.md
Reviewed at
7eacb27| AGENTS.mdAI Review: APPROVE — Clean simplification: removes unused steps, fixes vault template to use vault_request(), and correctly syncs AGENTS.md