File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments