Skip to content

Commit a91db9c

Browse files
committed
chore: optimized npm keywords for AI agent search discoverability (v0.1.3)
1 parent d29098a commit a91db9c

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

packages/core/package.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authority-layer",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Hard execution and budget limits for autonomous agents — enforced locally.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -21,21 +21,19 @@
2121
"prepublishOnly": "npm run build && npm run typecheck"
2222
},
2323
"keywords": [
24-
"ai",
25-
"agents",
26-
"guardrails",
27-
"runtime",
28-
"budget",
29-
"limits",
30-
"enforcement",
31-
"autonomous-agents",
32-
"llm",
33-
"agentic",
34-
"safety",
24+
"ai-agents",
25+
"agent-runtime",
26+
"runtime-guardrails",
27+
"llm-guardrails",
28+
"token-cost-control",
29+
"execution-limits",
3530
"rate-limiting",
36-
"cost-control",
37-
"openai",
38-
"tool-calls"
31+
"autonomous-agents",
32+
"agentic-ai",
33+
"ai-infrastructure",
34+
"runtime-safety",
35+
"typescript",
36+
"nodejs"
3937
],
4038
"repository": {
4139
"type": "git",

0 commit comments

Comments
 (0)