@cipherstash/wizard@0.1.0
·
317 commits
to main
since this release
Minor Changes
-
5d3eb13: Initial release of
@cipherstash/wizard— AI-powered encryption setup for CipherStash, extracted from@cipherstash/cli.Run it once per project, after
stash init:npx @cipherstash/wizard pnpm dlx @cipherstash/wizard yarn dlx @cipherstash/wizard bunx @cipherstash/wizard
The wizard reads your codebase, asks which columns to encrypt, hands a surgical prompt to the Claude Agent SDK against the CipherStash-hosted LLM gateway, and runs deterministic post-agent steps (package install,
db install,db push, framework migrations). Same behavior as the previousstash wizardcommand — just shipped as its own package so it doesn't bloat the cli's dependency tree.