@sage-protocol/cli 0.8.12 → 0.8.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.

Potentially problematic release.


This version of @sage-protocol/cli might be problematic. Click here for more details.

@@ -817,7 +817,6 @@ function register(program) {
817
817
  .addCommand(
818
818
  new Command('identity-claim')
819
819
  .description('Generate calldata to claim ERC-8004 identity for a DAO (timelock-only)')
820
- .alias('claim-identity')
821
820
  .argument('<addrOrAlias>', 'DAO address (0x...) or saved alias')
822
821
  .option('--token-uri <uri>', 'Token URI to register (defaults to A2A agent card)')
823
822
  .option('--salt <hex32>', 'Timelock salt (0x...32 bytes, default 0x00)')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sage-protocol/cli",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "Sage Protocol CLI for managing AI prompt libraries",
5
5
  "bin": {
6
6
  "sage": "./bin/sage.js"