chore: tear down old vault scripts — prepare for PR-based vault #73
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?
Context
The vault is being redesigned as a PR-based approval workflow on the ops repo. The current file-queue implementation (vault-poll, vault-agent, vault-fire, vault-reject, run-action) must be removed before new code is written.
What to delete
vault/vault-poll.shvault/vault-agent.shvault/vault-fire.shvault/vault-reject.shvault/run-action.shvault/AGENTS.mdvault/.locks/directoryformulas/run-vault.toml(the LLM classification formula)What to KEEP
vault/vault-env.sh— shared env setup, still neededformulas/run-rent-a-human.toml— still useful as a formula agents can request via vault PRvault/pending/,vault/approved/,vault/fired/,vault/rejected/)docker/edge/dispatcher.sh— will be rewritten in a follow-up issue, not deleted hereDocs to update
Verification
ls vault/contains onlyvault-env.shgrep -r vault-poll\|vault-agent\|vault-fire\|vault-reject\|run-actionreturns no hits outside git historyformulas/run-vault.tomlis gone,formulas/run-rent-a-human.tomlremains