From 80a9da084048c289cf5e0207e066c50bbed74cb6 Mon Sep 17 00:00:00 2001 From: StevenJohnson998 Date: Sat, 21 Mar 2026 07:47:03 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20rename=20Agent=20Registry=20?= =?UTF-8?q?=E2=86=92=20AgentLedger=20across=20all=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CLA.md | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 12 ++++++------ ROADMAP.md | 2 +- SECURITY.md | 2 +- docs/ADHP-SPEC.md | 2 +- docs/ROADMAP.md | 2 +- docs/schemas/agent-manifest.schema.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CLA.md b/CLA.md index a400184..1762b0b 100644 --- a/CLA.md +++ b/CLA.md @@ -63,7 +63,7 @@ This CLA covers contributions to the following repositories: |---------|-----------| | AIngram | `StevenJohnson998/AIngram` | | Agorai | `StevenJohnson998/Agorai` | -| AgentRegistry | `StevenJohnson998/agent-registry` | +| AgentLedger | `StevenJohnson998/AgentLedger` | | AgentScan | `StevenJohnson998/AgentScan` | | ADHP | `StevenJohnson998/agent-data-handling-policy` | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1475fe7..db52aa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ -# Contributing to Agent Registry +# Contributing to AgentLedger -Thank you for your interest in contributing to Agent Registry! We welcome contributions from the community. +Thank you for your interest in contributing to AgentLedger! We welcome contributions from the community. ## How to Contribute 1. **Review the Specifications**: See the `docs/` folder for current RFC drafts. -2. **Join the Discussion**: Use [GitHub Discussions](https://github.com/StevenJohnson998/agent-registry/discussions) to challenge our assumptions. +2. **Join the Discussion**: Use [GitHub Discussions](https://github.com/StevenJohnson998/AgentLedger/discussions) to challenge our assumptions. 3. **Submit an RFC**: Propose your own models for decentralized trust or discovery algorithms. 4. **Report Bugs**: Open an issue describing the problem and steps to reproduce. 5. **Submit Code**: Fork the repo, create a branch, and submit a Pull Request. diff --git a/README.md b/README.md index b6f9f45..51f0cde 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > The architecture and design docs remain available for review and feedback. > Contributions are welcome but may not be reviewed immediately. > -# Agent Registry +# AgentLedger > **The Trust & Privacy Layer for the Agentic Ecosystem.** @@ -22,7 +22,7 @@ AI agents are multiplying. An orchestrator handling a financial analysis task mi - **What's the most cost-effective option** at the trust level I need? - **If it delegates to another agent, will the privacy and compliance chain hold?** -Today, registries catalog agents. None of them answer these questions. **Agent Registry** is an open-source trust layer that does. We don't replace [MCP](https://modelcontextprotocol.io/) or [A2A](https://a2a-protocol.org/) — we complement them. MCP connects agents to tools. A2A lets agents talk to each other. **We help agents decide *who* to trust.** +Today, registries catalog agents. None of them answer these questions. **AgentLedger** is an open-source trust layer that does. We don't replace [MCP](https://modelcontextprotocol.io/) or [A2A](https://a2a-protocol.org/) — we complement them. MCP connects agents to tools. A2A lets agents talk to each other. **We help agents decide *who* to trust.** --- @@ -85,7 +85,7 @@ We're not competing with existing projects — we're filling a gap that none of │ A2A Protocol ─── agents discover & talk to agents │ │ Kong/Solo.io ─── enterprise gateway & governance │ │ │ -│ Agent Registry ─── WHO DO I TRUST? ◄── you are here │ +│ AgentLedger ───── WHO DO I TRUST? ◄── you are here │ │ ├── ADHP: what happens to my data? │ │ ├── Compliance: GDPR, HIPAA, CCPA, POPIA... │ │ ├── KYC: who's behind this agent? │ @@ -124,8 +124,8 @@ See the [Roadmap](docs/ROADMAP.md) for what's coming. ```bash # Clone -git clone https://github.com/StevenJohnson998/agent-registry.git -cd agent-registry +git clone https://github.com/StevenJohnson998/AgentLedger.git +cd AgentLedger # Start (requires Docker) ./batch/run-dev.sh @@ -178,7 +178,7 @@ curl "http://localhost:8000/agents?min_data_handling_level=strict&jurisdiction=E ## Repository Structure ``` -agent-registry/ +AgentLedger/ ├── docs/ # Specifications │ ├── ADHP-SPEC.md # Agent Data Handling Policy specification │ ├── KYC-SPEC.md # Operator verification specification diff --git a/ROADMAP.md b/ROADMAP.md index 445a5d0..864fbd8 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,4 +1,4 @@ -# Agent Registry — Project Roadmap +# AgentLedger — Project Roadmap > Last updated: February 2026 diff --git a/SECURITY.md b/SECURITY.md index 09337d2..775bab3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Reporting a Vulnerability -If you discover a security vulnerability in Agent Registry, please report it responsibly. +If you discover a security vulnerability in AgentLedger, please report it responsibly. **Do NOT open a public issue for security vulnerabilities.** diff --git a/docs/ADHP-SPEC.md b/docs/ADHP-SPEC.md index 60b5fbe..a6604df 100644 --- a/docs/ADHP-SPEC.md +++ b/docs/ADHP-SPEC.md @@ -2,7 +2,7 @@ > **Version:** 0.1.0 (Draft) > **Status:** RFC — Request for Comments -> **Author:** Agent Registry Project +> **Author:** AgentLedger Project > **Date:** February 2026 ## 1. Purpose diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 98c2392..e0d8454 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -1,4 +1,4 @@ -# Agent Registry — Roadmap +# AgentLedger — Roadmap > Last updated: February 2026 diff --git a/docs/schemas/agent-manifest.schema.json b/docs/schemas/agent-manifest.schema.json index ac449f9..c6939b8 100644 --- a/docs/schemas/agent-manifest.schema.json +++ b/docs/schemas/agent-manifest.schema.json @@ -1,6 +1,6 @@ { "$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)", - "$id": "[https://github.com/ton-pseudo/agent-registry/docs/schemas/agent-manifest.schema.json](https://github.com/ton-pseudo/agent-registry/docs/schemas/agent-manifest.schema.json)", + "$id": "[https://github.com/StevenJohnson998/AgentLedger/docs/schemas/agent-manifest.schema.json](https://github.com/StevenJohnson998/AgentLedger/docs/schemas/agent-manifest.schema.json)", "title": "Agent Manifest", "description": "Schema for registering a micro-agent with advanced verification audit trails.", "type": "object", From 43c586b26abbf73bd1e75813aeb7d0c1f242cbb3 Mon Sep 17 00:00:00 2001 From: StevenJohnson998 Date: Sat, 21 Mar 2026 07:53:24 +0000 Subject: [PATCH 2/2] chore: trigger CI re-run