@openparachute/vault 0.6.4-rc.12 → 0.6.4-rc.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openparachute/vault",
3
- "version": "0.6.4-rc.12",
3
+ "version": "0.6.4-rc.13",
4
4
  "description": "Agent-native knowledge graph. Notes, tags, links over MCP.",
5
5
  "module": "src/cli.ts",
6
6
  "type": "module",
package/src/cli.ts CHANGED
@@ -1664,7 +1664,7 @@ function cmdRemove(args: string[]) {
1664
1664
  configDirty = true;
1665
1665
  console.log(
1666
1666
  ` Last vault removed — wrote auto_create: false to ${GLOBAL_CONFIG_PATH} so the` +
1667
- ` server won't auto-recreate "default" on next boot. Create a vault with:` +
1667
+ ` server won't auto-create a first vault on next boot. Create one with:` +
1668
1668
  ` parachute-vault create <name>`,
1669
1669
  );
1670
1670
  }