|
| 1 | +# CommandLayer Protocol — Commons |
| 2 | + |
| 3 | +*A universal verb layer for A2A, aligned with x402 and ERC-8004.* |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <a href="https://www.npmjs.com/package/@commandlayer/protocol-commons"> |
| 7 | + <img src="https://img.shields.io/npm/v/@commandlayer/protocol-commons?color=brightgreen" /> |
| 8 | + </a> |
| 9 | + <a href="https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml"> |
| 10 | + <img src="https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml/badge.svg?branch=main" /> |
| 11 | + </a> |
| 12 | + <a href="./LICENSE"> |
| 13 | + <img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" /> |
| 14 | + </a> |
| 15 | +</p> |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | +The CommandLayer Protocol — Commons defines the **canonical verb language** |
| 20 | +for A2A (agent-to-agent) communication. |
| 21 | +It is the universal foundation for agents, LLMs, SDKs, workflows, and autonomous systems. |
| 22 | + |
| 23 | +The Commons is aligned with **x402** and compatible with **ERC-8004** schema discovery. |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +# Status |
| 28 | + |
| 29 | +**v1.0.0** |
| 30 | + |
| 31 | +- Protocol-complete |
| 32 | +- Strict JSON Schema enforcement |
| 33 | +- Deterministic `$id` |
| 34 | +- Ready for ecosystem alignment |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +# Canonical Verb Set (v1.0.0) |
| 39 | + |
| 40 | +| Verb | Aliases (max 2) | |
| 41 | +|-----------|---------------------------| |
| 42 | +| analyze | examine, inspect | |
| 43 | +| classify | categorize, label | |
| 44 | +| clean | sanitize, normalize | |
| 45 | +| convert | transform, cast | |
| 46 | +| describe | characterize, depict | |
| 47 | +| explain | clarify, justify | |
| 48 | +| format | reformat, style | |
| 49 | +| parse | extract, decode | |
| 50 | +| summarize | condense, outline | |
| 51 | +| fetch | retrieve, get | |
| 52 | + |
| 53 | +Aliases are optional user-friendly synonyms. |
| 54 | +Canonical verbs always dominate protocol semantics. |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +# Repository Layout |
| 59 | + |
0 commit comments