Skip to content

Commit affa3bd

Browse files
authored
Update README.md
1 parent 8f616b0 commit affa3bd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
**Canonical verb & schema layer for machine intent — the foundation of verifiable A2A automation.**
44

55
<div align="center">
6+
<a href="#"><img alt="Stability" src="https://img.shields.io/badge/Status-Stable%20v1.0.0-brightgreen"/></a>
7+
<a href="https://www.npmjs.com/package/@commandlayer/protocol-commons">
8+
<img alt="NPM Version" src="https://img.shields.io/npm/v/@commandlayer/protocol-commons?color=brightgreen"/>
9+
</a>
10+
<a href="https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml">
11+
<img alt="CI Status" src="https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml/badge.svg?branch=main"/>
12+
</a>
13+
<a href="./LICENSE">
14+
<img alt="License" src="https://img.shields.io/badge/License-MIT-blue.svg"/>
15+
</a>
16+
</div>
617

7-
[![npm](https://img.shields.io/npm/v/@commandlayer/protocol-commons?color=brightgreen)](https://www.npmjs.com/package/@commandlayer/protocol-commons)
8-
[![CI](https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml/badge.svg?branch=main)](https://github.com/commandlayer/protocol-commons/actions/workflows/validate.yml)
9-
![License](https://img.shields.io/badge/License-MIT-blue.svg)
1018

1119
</div>
1220

@@ -344,3 +352,4 @@ CommandLayer follows a clean separation of concerns:
344352
- [ERC-8004 — Agent Schema Discovery](https://eips.ethereum.org/EIPS/eip-8004)
345353
- [x402 — Machine-to-Machine Value Transport Envelope](https://github.com/ethereum/x402)
346354
- [JSON Schema 2020-12 — Canonical validation standard](https://json-schema.org/specification-links)
355+

0 commit comments

Comments
 (0)