docks-kit 0.15.4 → 0.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/cli/src/generated/sotPayload.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ Tagging `cli-v*` builds six standalone binaries for Linux, macOS, and Windows
|
|
|
136
136
|
on x64 and arm64. The workflow attaches them plus `SHA256SUMS` to the GitHub
|
|
137
137
|
release. npm publishes the exact package tarball through trusted publishing
|
|
138
138
|
with OIDC provenance.
|
|
139
|
-
Package `docks-kit` 0.15.
|
|
139
|
+
Package `docks-kit` 0.15.5 bundles the CLI + generated payload, so npm releases
|
|
140
140
|
are versioned config snapshots without shipping the authoring `SoT/` tree.
|
|
141
141
|
|
|
142
142
|
## Deeper docs
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated by cli/scripts/generate-sot-payload.ts. DO NOT EDIT.
|
|
2
2
|
// Edit SoT/, notification.mp3, or package.json, then run: bun cli/scripts/generate-sot-payload.ts
|
|
3
3
|
|
|
4
|
-
export const GENERATED_PACKAGE_VERSION = "0.15.
|
|
4
|
+
export const GENERATED_PACKAGE_VERSION = "0.15.5"
|
|
5
5
|
|
|
6
6
|
export const GENERATED_PAYLOAD_TEXT = {
|
|
7
7
|
"SoT/.agents/skills.txt": "# Universal AI-agent skill manifest intentionally empty.\n# Global skill discovery is opt-in: add one <owner>/<repo> slug per line.\n# EngineNative ignores comments and blank lines.\n",
|
package/package.json
CHANGED