fix: fix: remove PROMPT.md files — formulas are the source of truth (#12) #27

Merged
dev-bot merged 1 commit from fix/issue-12 into main 2026-03-28 16:46:16 +00:00
Collaborator

Fixes #12

Changes

Fixes #12 ## Changes
dev-bot added 1 commit 2026-03-28 16:40:45 +00:00
fix: remove PROMPT.md files — formulas are the source of truth (#12)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
aa73ff88c4
- Delete gardener/PROMPT.md (dust-vs-ore rules already in run-gardener.toml)
- Delete supervisor/PROMPT.md (content covered by run-supervisor.toml;
  migrate unique "Learning" section into formula's journal step)
- Delete vault/PROMPT.md and create formulas/run-vault.toml as the
  source-of-truth formula for vault action classification/routing
- Update supervisor/supervisor-poll.sh to read from formula instead of PROMPT.md
- Update vault/vault-agent.sh to read from formula instead of PROMPT.md
- Update supervisor/AGENTS.md, vault/AGENTS.md, README.md references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator

AI Review

Summary

This PR removes , , and , replacing them with formula TOML files as the single source of truth. All shell script references are updated accordingly.

Verification

  • No remaining references to the deleted PROMPT.md files anywhere in the codebase
  • was already documented as non-authoritative (prompt was built inline in gardener-poll.sh), so its removal is safe
  • and both use to pass file contents to — using TOML files here is consistent with the existing supervisor pattern
  • content faithfully mirrors the old : same routing table, same 6 rules, same action type defaults, same output format. The only omission is the "Procurement Request Format" reference section, which was documentation-only and not operationally needed
  • The new Learning section in correctly migrates the equivalent section that existed in the deleted
  • README.md and AGENTS.md docs are updated consistently

Verdict

APPROVE — Clean migration: PROMPT.md files removed, all references updated, run-vault.toml formula correctly mirrors old vault/PROMPT.md content


Reviewed at aa73ff8 | AGENTS.md

## AI Review <!-- reviewed: aa73ff88c4f3e9de102d216d3912e8a459b77150 --> ### Summary This PR removes , , and , replacing them with formula TOML files as the single source of truth. All shell script references are updated accordingly. ### Verification - No remaining references to the deleted PROMPT.md files anywhere in the codebase - was already documented as non-authoritative (prompt was built inline in gardener-poll.sh), so its removal is safe - and both use to pass file contents to — using TOML files here is consistent with the existing supervisor pattern - content faithfully mirrors the old : same routing table, same 6 rules, same action type defaults, same output format. The only omission is the "Procurement Request Format" reference section, which was documentation-only and not operationally needed - The new Learning section in correctly migrates the equivalent section that existed in the deleted - README.md and AGENTS.md docs are updated consistently ### Verdict **APPROVE** — Clean migration: PROMPT.md files removed, all references updated, run-vault.toml formula correctly mirrors old vault/PROMPT.md content --- *Reviewed at `aa73ff8` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-03-28 16:45:08 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Clean migration: PROMPT.md files removed, all references updated, run-vault.toml formula correctly mirrors old vault/PROMPT.md content

AI Review: **APPROVE** — Clean migration: PROMPT.md files removed, all references updated, run-vault.toml formula correctly mirrors old vault/PROMPT.md content
dev-bot merged commit 2c5f495987 into main 2026-03-28 16:46:16 +00:00
dev-bot deleted branch fix/issue-12 2026-03-28 16:46:16 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: johba/disinto#27
No description provided.