refactor: simplify gardener formula — remove AD check, portfolio, blocked-review, stale-PR #127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
The gardener formula has accumulated responsibilities that are now handled elsewhere or are no longer needed. It also has stale references to the old vault file-queue model and phase protocol that the SDK mode doesn't use.
What to remove
Steps to delete entirely
issue_is_ready(). With #115 (dev-agent cleanup on block), blocked issues get properly recycled. Gardener unblocking is redundant.Sections to remove from grooming (step 2)
Stale references to fix
"No memory, no journal"— the gardener now has journaling via .profile (#97). Update to reflect this.$OPS_REPO_ROOT/vault/pending/<id>.md. Should uselib/vault.sh:vault_request()instead (PR-based vault model from #73-#77).agent_run), not tmux/phase monitoring. Remove phase protocol instructions from the formula — the orchestrator handles CI/review viapr_walk_to_merge.Steps: preflight -> grooming -> dust-bundling -> agents-update -> commit-and-prAfter cleanup
The gardener becomes 5 steps:
vault_request().Affected files
formulas/run-gardener.toml(main change — remove steps 4+5, trim grooming, fix stale refs)gardener/AGENTS.md(update role description to match simplified formula)Acceptance criteria