Wiki Switch — Manage Multiple Vault Profiles Each vault is a complete config file at . The active vault is whichever file symlinks to. Switching vaults means re-pointing that symlink. Dispatch Parse the invocation and route to the right section: | Invocation | Action | |---|---| | | → Switch | | | → List | | | → Show | | | → New | | (no args) | → List (treat as list) | --- Switch (default action) Activate a named vault profile. 1. Verify exists. If not, tell the user the vault doesn't exist and list what's available (run List ). 2. Run: 3. Read from the newly active config. 4. Confirm to the…