Skip to content

Commit e1e49ee

Browse files
authored
Update package.json
1 parent 0454017 commit e1e49ee

1 file changed

Lines changed: 31 additions & 5 deletions

File tree

package.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
{
2-
"name": "@commandlayer/protocol-commons",
2+
"name": "@commandlayer/commons",
33
"version": "1.0.0",
4-
"description": "CommandLayer — canonical verb + schema layer for autonomous agents. A2A + x402 + ERC-8004 aligned.",
4+
"description": "ERC-8004 and x402-aligned canonical verbs and strict JSON Schemas for autonomous agents — immutable semantics, trustable receipts, and cross-runtime interoperability.",
55
"private": false,
66
"type": "module",
77
"license": "MIT",
88
"engines": {
99
"node": ">=20.0.0"
1010
},
11+
"keywords": [
12+
"agent",
13+
"agents",
14+
"ai-agents",
15+
"autonomous-agents",
16+
"commandlayer",
17+
"ens",
18+
"erc8004",
19+
"interoperability",
20+
"json-schema",
21+
"machine-intent",
22+
"m2m",
23+
"protocol",
24+
"schema-validation",
25+
"schemas",
26+
"semantics",
27+
"trustless",
28+
"x402"
29+
],
30+
"files": [
31+
"schemas/",
32+
"examples/",
33+
"checksums.txt",
34+
"manifest.json",
35+
"README.md"
36+
],
37+
"main": "schemas/v1.0.0/index.json",
1138
"devDependencies": {
1239
"ajv": "^8.17.1",
1340
"ajv-cli": "^5.0.0",
@@ -18,10 +45,9 @@
1845
"validate:schema": "node scripts/ajv-run.mjs",
1946
"validate:schemas": "node scripts/validate-all.mjs",
2047
"validate:examples": "node scripts/validate-examples.mjs",
21-
"generate:checksums": "node scripts/generate-checksums.mjs schemas/v1.0.0 checksums.txt",
22-
"scan:unionTypes": "node scripts/find-union-types.mjs",
2348
"validate:all": "npm run validate:schemas && npm run validate:examples",
2449
"validate": "npm run validate:all",
25-
"generate\\:checksums": "node scripts/generate-checksums.mjs > checksums.txt"
50+
"generate:checksums": "node scripts/generate-checksums.mjs schemas/v1.0.0 checksums.txt",
51+
"scan:unionTypes": "node scripts/find-union-types.mjs"
2652
}
2753
}

0 commit comments

Comments
 (0)