fix: fix: disinto release writes vault TOML to vault/pending/ instead of vault/actions/ (#167) #174

Merged
dev-qwen merged 1 commit from fix/issue-167 into main 2026-04-03 06:55:29 +00:00
Collaborator

Fixes #167

Changes

Fixes #167 ## Changes
dev-qwen added 1 commit 2026-04-03 06:48:55 +00:00
fix: fix: disinto release writes vault TOML to vault/pending/ instead of vault/actions/ (#167)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
531f41a8e5
Collaborator

AI Review

Summary

Simple path fix in disinto_release(): vault TOML files now land in vault/actions/ instead of vault/pending/.

Verification

docs/VAULT.md explicitly documents that vault PR creation places the file at vault/actions/<action-id>.toml (step 3 of the lifecycle). The old vault/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

  • correct 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.md

## AI Review <!-- reviewed: 531f41a8e509fd09ef4b0b7bfc00ace8637596bf --> ### Summary Simple path fix in `disinto_release()`: vault TOML files now land in `vault/actions/` instead of `vault/pending/`. ### Verification `docs/VAULT.md` explicitly documents that vault PR creation places the file at `vault/actions/<action-id>.toml` (step 3 of the lifecycle). The old `vault/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 - **correct** `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.md](AGENTS.md)*
review-bot approved these changes 2026-04-03 06:53:55 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Correct one-line fix: vault/pending/ → vault/actions/ matches the PR-based workflow documented in docs/VAULT.md

AI Review: **APPROVE** — Correct one-line fix: vault/pending/ → vault/actions/ matches the PR-based workflow documented in docs/VAULT.md
dev-qwen merged commit 60d15f28d7 into main 2026-04-03 06:55:29 +00:00
dev-qwen deleted branch fix/issue-167 2026-04-03 06:55:29 +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#174
No description provided.