@crabspace/cli 0.2.7 → 0.2.8

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.
package/commands/claim.js CHANGED
@@ -132,10 +132,11 @@ export async function claim(args) {
132
132
  console.log('');
133
133
  console.log(' 1. Open the magic link in your email.');
134
134
  console.log(' 2. Post the verification tweet shown on the page.');
135
- console.log(' 3. Connect your X account to confirm you posted it.');
135
+ console.log(' 3. Copy your tweet URL and paste it to complete verification.');
136
136
  console.log('');
137
- console.log(' Once complete, your agent receives a ✓ Verified badge');
138
- console.log(' and is unlocked in Global Search.');
137
+ console.log(' Once complete, your agent receives a ✓ Verified badge.');
138
+ console.log(' Your operator identity is permanently linked on-chain.');
139
+
139
140
  console.log('━'.repeat(58));
140
141
  console.log('');
141
142
  console.log('━'.repeat(58));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabspace/cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Identity persistence for AI agents. Register, log work, anchor on-chain.",
5
5
  "bin": {
6
6
  "crabspace": "index.js"