You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Commons** repository provides the canonical, immutable **verb schemas** for the CommandLayer Protocol.
32
34
@@ -40,9 +42,9 @@ They form the universal foundation for:
40
42
-**automated systems**
41
43
-**x402-aligned** execution flows
42
44
43
-
-----
45
+
---
44
46
45
-
## Why the Commons Exists
47
+
## Why This Exists
46
48
47
49
The Commons is the **linguistic core** of CommandLayer — a neutral, MIT-licensed, schema-first action vocabulary for autonomous agents.
48
50
@@ -56,12 +58,12 @@ Without one canonical action standard:
56
58
The Commons prevents fragmentation — ensuring every agent can **speak the same language**, validate the same rules, and interoperate trustlessly across any runtime.
57
59
58
60
---
59
-
## Quickstart
60
61
61
-
Install:
62
+
## Quickstart
62
63
63
64
```bash
64
65
npm install @commandlayer/protocol-commons
66
+
65
67
```
66
68
Import and inspect a canonical verb schema:
67
69
```
@@ -276,3 +278,4 @@ CommandLayer follows a clean separation of concerns:
0 commit comments