Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/first-release.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down
15 changes: 15 additions & 0 deletions packages/mpc-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/mpc-wasm/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down
21 changes: 21 additions & 0 deletions packages/schemes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/schemes/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down
21 changes: 21 additions & 0 deletions packages/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/signer/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down
22 changes: 22 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@agentokratia.com>",
Expand Down