@stacksjs/skills 0.74.20 → 0.74.22

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -41,9 +41,9 @@ Stacks uses [Pantry](https://pantry.dev) to provision Bun, Git, SQLite, and the
41
41
  - **Pantry** - install it with `curl -fsSL https://pantry.dev | bash`, then run `pantry bootstrap` once to configure your shell.
42
42
  - **macOS, Linux, or WSL** - Windows-native support is on the roadmap. The current toolchain assumes a POSIX shell.
43
43
 
44
- Pantry installs and pins Bun 1.3 or newer for each Stacks project, then keeps the rest of the machine and project dependencies in sync. Features such as PostgreSQL, Redis, and cloud deployment add their requirements through the same Pantry manifest where possible, with feature-specific configuration documented alongside them.
44
+ Pantry installs and pins Bun 1.4.1 for this Stacks workspace, then keeps the rest of the machine and project dependencies in sync. Features such as PostgreSQL, Redis, and cloud deployment add their requirements through the same Pantry manifest where possible, with feature-specific configuration documented alongside them.
45
45
 
46
- Stacks pins Pantry [`v0.10.36`](https://github.com/pantry-pm/pantry/tree/v0.10.36)
46
+ Stacks pins Pantry [`v0.11.50`](https://github.com/pantry-pm/pantry/tree/v0.11.50)
47
47
  as an external toolchain contract. Resolution sources, lockfile and integrity
48
48
  rules, lifecycle trust, registry routes, authentication, storage, and failure
49
49
  modes are documented in the source-linked whitepaper references for the
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/skills",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.74.20",
5
+ "version": "0.74.22",
6
6
  "description": "Reads the Stacks framework's agent skills, following the agentskills.io standard. The skills themselves ship in storage/framework/defaults/ai/skills.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -58,11 +58,11 @@
58
58
  "prepublishOnly": "bun run build"
59
59
  },
60
60
  "dependencies": {
61
- "@stacksjs/path": "0.74.20",
62
- "@stacksjs/storage": "0.74.20"
61
+ "@stacksjs/path": "0.74.22",
62
+ "@stacksjs/storage": "0.74.22"
63
63
  },
64
64
  "devDependencies": {
65
65
  "better-dx": "^0.2.24",
66
- "@stacksjs/types": "0.74.20"
66
+ "@stacksjs/types": "0.74.22"
67
67
  }
68
68
  }