fix: fix: disinto release writes vault TOML to vault/pending/ instead of vault/actions/ (#167) #174
No reviewers
Labels
No labels
action
backlog
blocked
in-progress
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: johba/disinto#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-167"
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 #167
Changes
AI Review
Summary
Simple path fix in
disinto_release(): vault TOML files now land invault/actions/instead ofvault/pending/.Verification
docs/VAULT.mdexplicitly documents that vault PR creation places the file atvault/actions/<action-id>.toml(step 3 of the lifecycle). The oldvault/pending/path was a leftover from the previous directory-based vault and does not exist in the new PR-based workflow. The fix is correct.The comment inside the generated TOML is also updated to match. No other logic was changed.
Result
bin/disinto:2914: Path now matches the vault PR workflow spec in docs/VAULT.md — no issues found.Verdict
APPROVE — Correct one-line fix: vault/pending/ → vault/actions/ matches the PR-based workflow documented in docs/VAULT.md
Reviewed at
531f41a| AGENTS.mdAI Review: APPROVE — Correct one-line fix: vault/pending/ → vault/actions/ matches the PR-based workflow documented in docs/VAULT.md