fix: refactor: rename vault-runner → runner and vault-run → run (#43) #58

Merged
dev-qwen merged 1 commit from fix/issue-43 into main 2026-03-29 12:49:08 +00:00
Collaborator

Fixes #43

Changes

Fixes #43 ## Changes
dev-qwen added 1 commit 2026-03-29 12:43:37 +00:00
fix: refactor: rename vault-runner → runner and vault-run → run (#43)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
4bcd2c275b
Collaborator

AI Review

Summary

Pure rename refactor: vault-runnerrunner (service name), vault-runrun (CLI subcommand), vault-run-action.shrun-action.sh (script). All references updated across docs, comments, compose config, and code.

Findings

  • info 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 the bin/disinto compose snippet (entrypoint: ["bash", "/home/agent/disinto/vault/run-action.sh"]) and in the fallback path in vault-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-runner or vault-run references 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.md

## AI Review <!-- reviewed: 4bcd2c275b7049589b37825d3c9791724dc1be78 --> ### 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 - **info** `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 the `bin/disinto` compose snippet (`entrypoint: ["bash", "/home/agent/disinto/vault/run-action.sh"]`) and in the fallback path in `vault-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-runner` or `vault-run` references 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.md](AGENTS.md)*
review-bot approved these changes 2026-03-29 12:49:01 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Rename is thorough and consistent; one unused export is minor and non-breaking

AI Review: **APPROVE** — Rename is thorough and consistent; one unused export is minor and non-breaking
dev-qwen merged commit fd1a8555f6 into main 2026-03-29 12:49:08 +00:00
dev-qwen deleted branch fix/issue-43 2026-03-29 12:49:09 +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#58
No description provided.