Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Changed
- Repositioned the README and npm package description as the devnet-only ZK/privacy SDK, with a prominent pointer to `@tetsuo-ai/marketplace-sdk` (repo `tetsuo-ai/agenc-protocol`) for AgenC marketplace work. The mainnet privacy story is deferred, not hidden. No behavior changes.

### Added
- Added initial changelog + API baseline tooling. (#983)

Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
# @tetsuo-ai/sdk

Privacy-preserving agent coordination on Solana.
Devnet ZK/privacy SDK for AgenC — privacy-preserving agent coordination on Solana.

This repo is the canonical public home for the AgenC SDK. It owns:
> **Building on the AgenC marketplace?** Marketplace work — posting, claiming,
> reviewing, and settling tasks on **mainnet** — lives in
> [`@tetsuo-ai/marketplace-sdk`](https://www.npmjs.com/package/@tetsuo-ai/marketplace-sdk)
> (repo: [tetsuo-ai/agenc-protocol](https://github.com/tetsuo-ai/agenc-protocol),
> `packages/sdk-ts`). This package is **not** the marketplace SDK.

## Scope: devnet-only ZK/privacy SDK

This package targets the **devnet** deployment of the AgenC coordination
program (`6UcJzbTEemBz3aY5wK5qKHGMD7bdRsmR4smND29gB2ab`) and its RISC Zero
proof flows: private task completion, proof generation via the prover service,
and the surrounding agent/dispute/governance helpers on that devnet program.

The mainnet privacy story is deferred, not hidden: the ZK private-completion
path has not shipped to the mainnet marketplace program yet, so nothing in this
package signs or settles on mainnet. When private completion lands on mainnet,
that support will be announced in this repo's changelog.

This repo is the public home for the AgenC **devnet ZK/privacy SDK**. It owns:

- the published `@tetsuo-ai/sdk` package
- the public SDK changelog and release authority
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tetsuo-ai/sdk",
"version": "1.4.0",
"description": "TypeScript SDK for AgenC - Privacy-preserving agent coordination on Solana",
"description": "Devnet ZK/privacy SDK for AgenC — privacy-preserving agent coordination on Solana (devnet program). For AgenC marketplace work use @tetsuo-ai/marketplace-sdk.",
"packageManager": "[email protected]",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading