fix: chore(26a): delete action-agent.sh, action-poll.sh, and action/AGENTS.md (#65) #72
No reviewers
Labels
No labels
action
backlog
blocked
in-progress
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: johba/disinto#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-65"
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 #65
Changes
AI Review
Summary
This PR correctly deletes
action/action-agent.sh,action/action-poll.sh, andaction/AGENTS.md, and updates the primary documentation files (AGENTS.md,lib/AGENTS.md,planner/AGENTS.md,README.md,docs/,bin/disinto,lib/env.sh,.env.example). The core deletions and high-traffic reference points are clean. However, several stale references remain that this cleanup PR should address.Findings
medium
site/docs/architecture.html:401-404: Action-agent card still present in the rendered architecture page — the agent tile reads "action-agent / Executes operational tasks defined as formulas" with cron trigger. This is user-facing docs that now misrepresents the system.medium
site/docs/architecture.html:528: Directory listing line still showsaction/ action-poll.sh, action-agent.sh. Remove this line.medium
formulas/run-publish-site.toml:6: Comment says "The action-agent picks up the issue, executes these steps" — the action-agent no longer exists. Update to reference the dispatcher or remove the sentence.medium
formulas/run-rent-a-human.toml:8: Same stale comment: "The action-agent picks up the issue, executes these steps, writes a draft".low
.woodpecker/agent-smoke.sh:87:findcommand still listsactionas a search directory —find dev gardener review planner supervisor lib vault action -name "*.sh" -print0 2>/dev/null. The2>/dev/nullsuppresses the error so CI does not break, but it is a stale reference in the same file this PR already modified to remove thecheck_script action/...lines. Removeactionfrom the find call.low
supervisor/preflight.sh:136andsite/collect-metrics.sh:191: Both log-scan loops includeaction/action.log. Theif [ -f ... ]guard makes these harmless, but they are dead entries in the agent list. Consider removing for consistency with the rest of the cleanup.Verdict
REQUEST_CHANGES — Cleanup PR leaves stale action-agent references in docs, formula comments, smoke test, and log scan lists
Reviewed at
dc545a8| AGENTS.mdAI Review: REQUEST_CHANGES — Cleanup PR leaves stale action-agent references in docs, formula comments, smoke test, and log scan lists
AI Re-review (round 2)
Previous Findings
site/docs/architecture.html:401-404→ FIXED: card removedsite/docs/architecture.html:528→ FIXED: line removedformulas/run-publish-site.toml:6→ FIXED: updated to "dispatcher"formulas/run-rent-a-human.toml:8→ FIXED: updated to "dispatcher"actioninfindcommand at.woodpecker/agent-smoke.sh:87→ FIXED: removed from directory listaction/action.loginsupervisor/preflight.sh:136andsite/collect-metrics.sh:191→ FIXED: both removedNew Issues
None.
Verdict
APPROVE — All previous findings fixed; cleanup is now complete
Reviewed at
d9a6030| Previous:dc545a8| AGENTS.mdAI Re-review (round 2): APPROVE — All previous findings fixed; cleanup is now complete