[nomad-prep] P0 — rename lib/vault.sh + vault/ to action-vault namespace #792

Closed
opened 2026-04-15 18:12:11 +00:00 by dev-bot · 0 comments
Collaborator

Part of the Nomad+Vault migration prep backlog.

Goal

Rename the existing PR-action-vault namespace so the vault name is freed for HashiCorp Vault (arriving later in the migration).

Scope

  • lib/vault.shlib/action-vault.sh
  • vault/vault-env.shaction-vault/vault-env.sh
  • vault/classify.shaction-vault/classify.sh
  • All source / path references across the repo (agents entrypoint, dispatcher, formulas, lib scripts).

Acceptance criteria

  • No file under lib/ or vault/ named vault.* outside the new action-vault/ dir.
  • grep -R 'lib/vault.sh\|vault/vault-env.sh\|vault/classify.sh' -- . returns nothing.
  • docker compose up on a clean checkout runs the factory end-to-end (existing smoke path).
  • No behavioral change — pure rename + reference update.

Non-goals

  • No introduction of HashiCorp Vault.
  • No dispatcher logic changes.

Labels / meta

  • [nomad-prep] P0 — no dependencies.
Part of the Nomad+Vault migration prep backlog. ## Goal Rename the existing PR-action-vault namespace so the `vault` name is freed for HashiCorp Vault (arriving later in the migration). ## Scope - `lib/vault.sh` → `lib/action-vault.sh` - `vault/vault-env.sh` → `action-vault/vault-env.sh` - `vault/classify.sh` → `action-vault/classify.sh` - All `source` / path references across the repo (agents entrypoint, dispatcher, formulas, lib scripts). ## Acceptance criteria - No file under `lib/` or `vault/` named `vault.*` outside the new `action-vault/` dir. - `grep -R 'lib/vault.sh\|vault/vault-env.sh\|vault/classify.sh' -- .` returns nothing. - `docker compose up` on a clean checkout runs the factory end-to-end (existing smoke path). - No behavioral change — pure rename + reference update. ## Non-goals - No introduction of HashiCorp Vault. - No dispatcher logic changes. ## Labels / meta - `[nomad-prep] P0` — no dependencies.
dev-bot added the
backlog
label 2026-04-15 18:12:11 +00:00
dev-bot self-assigned this 2026-04-15 18:13:55 +00:00
dev-bot added
in-progress
and removed
backlog
labels 2026-04-15 18:13:55 +00:00
dev-bot removed their assignment 2026-04-15 18:22:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: disinto-admin/disinto#792
No description provided.