[notme-9af5dd] chore(vault): retire notme/vault#24
Merged
Conversation
…onical vault notme no longer uses its Apache copy of the vault: no VAULT binding, no importer in worker/ or proxy/, private + unpublished, no deploy target, and the worker threat model already marks it moved-to-cloister. cloister deploys the vault via its hypervisor and has the 3-tier per-tenant KEK scoping (ADR-0030 §A3) notme lacked — which also resolves notme-6bbec6 by consumption rather than reimpl. - delete vault/ (package, tests, README/NOTICE, wrangler example) - drop "vault" from pnpm-workspace.yaml - drop ../vault/src globs from worker tsconfig + vitest config - add docs/design/012-vault-retirement.md (rationale + recovery pointer @1ccd3b0) Worker suite: 291 passed / 6 todo, tsc clean. Recovery: git show 1ccd3b0:vault/... Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retires
notme/vaultnow that cloister is the canonical credential vault.vault/package, tests, Worker entrypoint, NOTICE, README, and wrangler examplevaultfrompnpm-workspace.yaml../vaultglobs from worker typecheck and Vitest configdocs/design/012-vault-retirement.mddocumenting the decision and recovery pointWhy
The original cloister lift was copy-not-move. That tolerance window is over: notme no longer uses or deploys its vault copy, and the active vault work now lives in
cloister/vaultwith newer hardening and tenancy work.Validation
task worker:check— 21 files passed, 291 tests passed, 6 todotask docs:check— 29 claims verifiedNotes
The local untracked
docs/design/011-external-oauth-provider.mdis unrelated and intentionally not included.