From 2ff2fca7abdc41926c471456534370bf6d7b6bf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:55:22 +0000 Subject: [PATCH] chore: version packages --- .changeset/first-release.md | 18 ------------------ packages/chains/CHANGELOG.md | 20 ++++++++++++++++++++ packages/chains/package.json | 2 +- packages/core/CHANGELOG.md | 15 +++++++++++++++ packages/core/package.json | 2 +- packages/mpc-wasm/CHANGELOG.md | 15 +++++++++++++++ packages/mpc-wasm/package.json | 2 +- packages/schemes/CHANGELOG.md | 21 +++++++++++++++++++++ packages/schemes/package.json | 2 +- packages/signer/CHANGELOG.md | 21 +++++++++++++++++++++ packages/signer/package.json | 2 +- packages/wallet/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/wallet/package.json | 2 +- 13 files changed, 120 insertions(+), 24 deletions(-) delete mode 100644 .changeset/first-release.md create mode 100644 packages/chains/CHANGELOG.md create mode 100644 packages/core/CHANGELOG.md create mode 100644 packages/mpc-wasm/CHANGELOG.md create mode 100644 packages/schemes/CHANGELOG.md create mode 100644 packages/signer/CHANGELOG.md create mode 100644 packages/wallet/CHANGELOG.md diff --git a/.changeset/first-release.md b/.changeset/first-release.md deleted file mode 100644 index 0129c24..0000000 --- a/.changeset/first-release.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@agentokratia/guardian-core': minor -'@agentokratia/guardian-mpc-wasm': minor -'@agentokratia/guardian-schemes': minor -'@agentokratia/guardian-chains': minor -'@agentokratia/guardian-signer': minor -'@agentokratia/guardian-wallet': minor ---- - -Initial public release — threshold ECDSA signing for autonomous agents - -- 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) -- Three signing paths: Signer+Server, User+Server, Signer+User -- Rules-based guardrails engine with criterion catalog -- CLI (`gw`): init, send, sign-message, deploy, proxy, admin -- SDK: `ThresholdSigner` with viem `toAccount()` integration -- MCP server for AI assistant signing (Claude, Cursor) -- JSON-RPC proxy for Foundry/Hardhat diff --git a/packages/chains/CHANGELOG.md b/packages/chains/CHANGELOG.md new file mode 100644 index 0000000..93228b5 --- /dev/null +++ b/packages/chains/CHANGELOG.md @@ -0,0 +1,20 @@ +# @agentokratia/guardian-chains + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat + +### Patch Changes + +- Updated dependencies [[`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100)]: + - @agentokratia/guardian-core@0.2.0 diff --git a/packages/chains/package.json b/packages/chains/package.json index dd53ce0..f0bc0c8 100644 --- a/packages/chains/package.json +++ b/packages/chains/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-chains", - "version": "0.1.0", + "version": "0.2.0", "description": "Ethereum chain adapter for Guardian threshold wallet", "license": "Apache-2.0", "author": "Agentokratia ", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..f9d75cf --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,15 @@ +# @agentokratia/guardian-core + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat diff --git a/packages/core/package.json b/packages/core/package.json index d103043..bc460b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-core", - "version": "0.1.0", + "version": "0.2.0", "description": "Type definitions and interfaces for Guardian threshold wallet", "license": "Apache-2.0", "author": "Agentokratia ", diff --git a/packages/mpc-wasm/CHANGELOG.md b/packages/mpc-wasm/CHANGELOG.md new file mode 100644 index 0000000..7b98376 --- /dev/null +++ b/packages/mpc-wasm/CHANGELOG.md @@ -0,0 +1,15 @@ +# @agentokratia/guardian-mpc-wasm + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat diff --git a/packages/mpc-wasm/package.json b/packages/mpc-wasm/package.json index 0717ecf..715504e 100644 --- a/packages/mpc-wasm/package.json +++ b/packages/mpc-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-mpc-wasm", - "version": "0.1.0", + "version": "0.2.0", "description": "CGGMP24 threshold ECDSA WASM module for Guardian Wallet", "license": "Apache-2.0", "author": "Agentokratia ", diff --git a/packages/schemes/CHANGELOG.md b/packages/schemes/CHANGELOG.md new file mode 100644 index 0000000..f6062f5 --- /dev/null +++ b/packages/schemes/CHANGELOG.md @@ -0,0 +1,21 @@ +# @agentokratia/guardian-schemes + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat + +### Patch Changes + +- Updated dependencies [[`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100)]: + - @agentokratia/guardian-core@0.2.0 + - @agentokratia/guardian-mpc-wasm@0.2.0 diff --git a/packages/schemes/package.json b/packages/schemes/package.json index 1615293..ed1ecf2 100644 --- a/packages/schemes/package.json +++ b/packages/schemes/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-schemes", - "version": "0.1.0", + "version": "0.2.0", "description": "CGGMP24 threshold ECDSA signing scheme (WASM)", "license": "Apache-2.0", "author": "Agentokratia ", diff --git a/packages/signer/CHANGELOG.md b/packages/signer/CHANGELOG.md new file mode 100644 index 0000000..e52d99e --- /dev/null +++ b/packages/signer/CHANGELOG.md @@ -0,0 +1,21 @@ +# @agentokratia/guardian-signer + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat + +### Patch Changes + +- Updated dependencies [[`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100)]: + - @agentokratia/guardian-core@0.2.0 + - @agentokratia/guardian-schemes@0.2.0 diff --git a/packages/signer/package.json b/packages/signer/package.json index a4dd896..a364cac 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-signer", - "version": "0.1.0", + "version": "0.2.0", "description": "SDK for threshold signing — the key never exists", "license": "Apache-2.0", "author": "Agentokratia ", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md new file mode 100644 index 0000000..3cb883a --- /dev/null +++ b/packages/wallet/CHANGELOG.md @@ -0,0 +1,22 @@ +# @agentokratia/guardian-wallet + +## 0.2.0 + +### Minor Changes + +- [`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100) Thanks [@PancheI](https://github.com/PancheI)! - Initial public release — threshold ECDSA signing for autonomous agents + + - 2-of-3 CGGMP24 threshold signing via Rust WASM (full key never exists) + - Three signing paths: Signer+Server, User+Server, Signer+User + - Rules-based guardrails engine with criterion catalog + - CLI (`gw`): init, send, sign-message, deploy, proxy, admin + - SDK: `ThresholdSigner` with viem `toAccount()` integration + - MCP server for AI assistant signing (Claude, Cursor) + - JSON-RPC proxy for Foundry/Hardhat + +### Patch Changes + +- Updated dependencies [[`f5f01ca`](https://github.com/Agentokratia/guardian-wallet/commit/f5f01caf21e89929e578d788ff2b6ae5e54d9100)]: + - @agentokratia/guardian-core@0.2.0 + - @agentokratia/guardian-schemes@0.2.0 + - @agentokratia/guardian-signer@0.2.0 diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 25508f4..96818f5 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agentokratia/guardian-wallet", - "version": "0.1.0", + "version": "0.2.0", "description": "Guardian Wallet — CLI + MCP server for threshold signing. The key never exists.", "license": "Apache-2.0", "author": "Agentokratia ",