Skip to content

Commit 3f30ea5

Browse files
committed
chore: pre-publish metadata and .npmignore
- keywords: [ai, agents, guardrails, runtime, budget, limits] - homepage: no #readme suffix - .npmignore: excludes src, examples, docs, .github, tsconfig, tests
1 parent 7c63556 commit 3f30ea5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

packages/core/.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
src
2+
examples
3+
docs
4+
.github
5+
tsconfig.json
6+
*.test.ts

packages/core/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@
2222
"keywords": [
2323
"ai",
2424
"agents",
25-
"enforcement",
25+
"guardrails",
26+
"runtime",
2627
"budget",
27-
"rate-limit",
28-
"safety",
29-
"autonomous-agents",
30-
"llm"
28+
"limits"
3129
],
3230
"repository": {
3331
"type": "git",
3432
"url": "https://github.com/032383justin/authority-layer"
3533
},
36-
"homepage": "https://github.com/032383justin/authority-layer#readme",
34+
"homepage": "https://github.com/032383justin/authority-layer",
3735
"bugs": {
3836
"url": "https://github.com/032383justin/authority-layer/issues"
3937
},

0 commit comments

Comments
 (0)