@vivettoai/wizard
v0.1.12
Published
Vivetto CLI: login and repo setup wizard with local coding agent
Downloads
1,855
Readme
@vivettoai/wizard
Vivetto CLI for authentication and repository setup.
npx @vivettoai/wizard login
npx @vivettoai/wizard login --google
npx @vivettoai/wizard login --email
npx @vivettoai/wizard wizard
npx @vivettoai/wizard whoami
npx @vivettoai/wizard logoutnpx @vivettoai/wizard with no args runs the wizard.
The wizard pipeline: pre-scan (full monorepo from detected root) → install SDK → plan → codemods → agent leftovers → verify (up to 2 repairs).
npx @vivettoai/wizard wizard -y
npx @vivettoai/wizard wizard --skip-agent
npx @vivettoai/wizard wizard --skip-codemod # debug
npx @vivettoai/wizard wizard --skip-verify # debug
npx @vivettoai/wizard wizard --max-files 40Run from any package subdirectory — the CLI walks up to the monorepo / git root and scans the whole tree.
See PUBLISH.md for npm publish steps.
