fix: refactor: rename vault-runner → runner and vault-run → run (#43) #58
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#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-43"
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 #43
Changes
AI Review
Summary
Pure rename refactor:
vault-runner→runner(service name),vault-run→run(CLI subcommand),vault-run-action.sh→run-action.sh(script). All references updated across docs, comments, compose config, and code.Findings
vault/vault-env.sh:12:VAULT_RUNNER_ENTRYPOINT="run-action.sh"is exported but never consumed — no script in the codebase references this variable. The actual entrypoint is hardcoded in thebin/disintocompose snippet (entrypoint: ["bash", "/home/agent/disinto/vault/run-action.sh"]) and in the fallback path invault-fire.sh. If this was intended to make the entrypoint configurable, the callers need to be updated to use${VAULT_RUNNER_ENTRYPOINT}. Not blocking — it is dead code, not broken code — but worth a follow-up cleanup.Verdict
The rename is complete and consistent: no stale
vault-runnerorvault-runreferences remain. CI passed. Approving with the minor note above.Verdict
APPROVE — Rename is thorough and consistent; one unused export is minor and non-breaking
Reviewed at
4bcd2c2| AGENTS.mdAI Review: APPROVE — Rename is thorough and consistent; one unused export is minor and non-breaking