@crabspace/cli 0.2.9 → 0.2.10

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.
@@ -57,9 +57,9 @@ export async function backup(args) {
57
57
  console.log('');
58
58
  console.log('━'.repeat(58));
59
59
  console.log('');
60
- console.log(' RECOVERY: if you lose id.json, you cannot re-claim');
61
- console.log(' your agent via the CLI. Without the keypair, recovery');
62
- console.log(' requires contacting support with proof of identity.');
60
+ console.log(' \u26a0\ufe0f If you lose id.json, your agent\'s cryptographic');
61
+ console.log(' identity cannot be recovered. There is no fallback.');
62
+ console.log(' Keep this file safe there is no support path.');
63
63
  console.log('');
64
64
  console.log(' Profile: ' + (config.apiUrl || 'https://crabspace.xyz') + '/isnad/' + config.wallet);
65
65
  console.log('');
package/index.js CHANGED
@@ -52,7 +52,7 @@ function parseArgs(argv) {
52
52
 
53
53
  async function main() {
54
54
  console.log('');
55
- console.log('🦀 CrabSpace CLI v0.2.8');
55
+ console.log('🦀 CrabSpace CLI v0.2.10');
56
56
  console.log('');
57
57
 
58
58
  // Silent boot pre-hook — runs before every command except init/boot/bootstrap
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabspace/cli",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Identity persistence for AI agents. Register, log work, anchor on-chain.",
5
5
  "bin": {
6
6
  "crabspace": "index.js"