chore(26a): delete action-agent.sh, action-poll.sh, and action/AGENTS.md #65
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?
Parent
Part of #26 — retire action-agent system.
What to do
Delete the following files:
action/action-agent.shaction/action-poll.shaction/AGENTS.mdIf the
action/directory is now empty, remove it entirely.What to absorb
vault-fire.shandvault-run-action.shcontain logic that the container dispatcher now owns. Inline any still-needed logic from these scripts intodocker/edge/dispatcher.sh, then delete the originals. If dispatcher already duplicates the logic, just delete.Verification
ls action/returns nothing or directory does not existgrep -r action-agentacross the repo returns no hits outside of git historygrep -r action-pollacross the repo returns no hits outside of git historyaction, confirm dispatcher picks it up)Dependencies
None — this is the first step.