Skip to content

Commit b587690

Browse files
committed
Add CLAUDE.md
1 parent fc58cd1 commit b587690

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# AWP Specification
2+
3+
This repo contains the authoritative Agent Web Protocol specification (SPEC.md).
4+
5+
## Ecosystem
6+
7+
| Repo | Role |
8+
|------|------|
9+
| **spec** (this repo) | Source of truth — the specification |
10+
| agentwebprotocol.org | Standards website — fetches SPEC.md live from this repo |
11+
| agent-json.org | Schema reference and validator site |
12+
| agent.json | npm CLI (`npx agent-json init`) |
13+
| mcp-server | MCP server for Claude Code — has spec embedded |
14+
15+
GitHub org: github.com/agentwebprotocol
16+
17+
## When You Change SPEC.md
18+
19+
- agentwebprotocol.org/spec picks up changes within 1 hour (live fetch with revalidate: 3600)
20+
- agentwebprotocol.org/llms-full.txt has an embedded copy — must be manually updated
21+
- The MCP server (awp-mcp-server npm package) has an embedded copy — must bump version and `npm publish`
22+
- The agent-json.org validator/schema may need updating if fields change
23+
24+
## Key Files
25+
26+
- `SPEC.md` — the specification (366 lines, 16 sections)
27+
- `README.md` — project overview
28+
- `LICENSE` — MIT
29+
30+
## Spec Version
31+
32+
Current: v0.1 (Draft RFC, published 2026-03-16)
33+
34+
## Contribution
35+
36+
Changes proposed via GitHub issues and pull requests. Contact: spec@agentwebprotocol.org

0 commit comments

Comments
 (0)