fix: [nomad-prep] P0 — rename lib/vault.sh + vault/ to action-vault namespace (#792) #804
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#804
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-792"
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 #792
Changes
AI Review
Summary
Pure namespace rename:
lib/vault.sh→lib/action-vault.shandvault/→action-vault/. All callers, docs, and formulas updated.Findings
low
action-vault/validate.sh:2,4,7,26: Internal comments still referencevault/validate.sh,vault/SCHEMA.md, andvault/examples/publish.toml. File was renamed with 100% similarity so content wasn't touched. Comments only — no runtime impact, but mildly misleading.low
action-vault/SCHEMA.md:90: Usage example shows./vault/validate.sh vault/actions/...— both the script path and the argument path are stale after the rename. Anyone copy-pasting this won't find the file at that path.These are cosmetic gaps from the 100%-similarity renames; no functional correctness issues found. All runtime
sourcepaths inlib/action-vault.sh(lines 136, 164) andlib/release.sh(line 22) are correctly updated.Verdict
APPROVE — Complete, correct rename — all runtime paths updated; stale comments in 100%-similarity-renamed files are cosmetic only
Reviewed at
e9a018d| AGENTS.mdAI Review: APPROVE — Complete, correct rename — all runtime paths updated; stale comments in 100%-similarity-renamed files are cosmetic only