Skip to content

Commit 950bdae

Browse files
committed
fix(distribution): ship agent skill docs
1 parent 267bb78 commit 950bdae

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/DISTRIBUTION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ The workflow keeps dependency caches only on the secretless verify job. Secret-b
3636

3737
The release-bot remote is configured only after dependencies are installed and the package build completes.
3838

39+
## Package Contents
40+
41+
The npm package includes `dist`, `README.md`, `docs`, `skills`, `AGENTS.md`,
42+
`CONTRIBUTING.md`, and `SECURITY.md`. The distributed `skills/putio-cli`
43+
library is part of the public package contract so consuming repos and agents can
44+
install the same guidance that maintainers use from git.
45+
3946
## Local Checks
4047

4148
Before changing distribution wiring, validate the repo-local guardrails the workflow depends on:

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
"putio": "./dist/bin.mjs"
1717
},
1818
"files": [
19-
"dist"
19+
"AGENTS.md",
20+
"CONTRIBUTING.md",
21+
"dist",
22+
"docs",
23+
"SECURITY.md",
24+
"skills"
2025
],
2126
"type": "module",
2227
"sideEffects": false,

0 commit comments

Comments
 (0)