@se-studio/project-build 1.0.162 → 1.0.163

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @se-studio/project-build
2
2
 
3
+ ## 1.0.163
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+
3
9
  ## 1.0.162
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -60,12 +60,15 @@ pnpm setup-colours
60
60
 
61
61
  SE Studio skills are now published as a separate package: **`@se-studio/skills`**. Skill source files live in `packages/skills/skills/`.
62
62
 
63
- **In the monorepo**, run from the repo root to sync skills into `.agents/skills/`:
63
+ **In the monorepo**, run from the repo root after editing skills:
64
64
 
65
65
  ```bash
66
+ pnpm skills:validate
66
67
  pnpm skills:sync
67
68
  ```
68
69
 
70
+ See [`packages/skills/README.md`](../skills/README.md) for frontmatter rules.
71
+
69
72
  **In external projects**, install skills via the `skills` CLI:
70
73
 
71
74
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/project-build",
3
- "version": "1.0.162",
3
+ "version": "1.0.163",
4
4
  "description": "Build tools and management scripts for SE Studio projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,9 +59,9 @@
59
59
  "url": "https://github.com/Something-Else-Studio/se-core-product/issues"
60
60
  },
61
61
  "dependencies": {
62
- "@biomejs/biome": "^2.4.15",
62
+ "@biomejs/biome": "^2.4.16",
63
63
  "@biomejs/js-api": "^4.0.0",
64
- "@biomejs/wasm-nodejs": "^2.4.15",
64
+ "@biomejs/wasm-nodejs": "^2.4.16",
65
65
  "change-case": "^5.4.4",
66
66
  "chroma-js": "^3.2.0",
67
67
  "contentful-management": "^12.5.0",