@se-studio/project-build 1.0.66 → 1.0.68
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
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Build tools and management scripts for SE Studio projects.
|
|
4
4
|
|
|
5
|
+
## Used by
|
|
6
|
+
|
|
7
|
+
This package is used by the following apps (and others) for the Tailwind build system, colour setup, and generated types:
|
|
8
|
+
|
|
9
|
+
- **example-om1** – setailwind, setup-colours, type generation
|
|
10
|
+
- **example-brightline** – setailwind, setup-colours, type generation
|
|
11
|
+
- **example-se2026** – setailwind, setup-colours, type generation
|
|
12
|
+
|
|
5
13
|
## Features
|
|
6
14
|
|
|
7
15
|
### Tailwind Build System
|
|
@@ -48,6 +56,24 @@ pnpm setailwind
|
|
|
48
56
|
pnpm setup-colours
|
|
49
57
|
```
|
|
50
58
|
|
|
59
|
+
### Skills sync (seskills)
|
|
60
|
+
|
|
61
|
+
Cursor/skills are sourced from `packages/project-build/skills/` and can be synced into an app’s `.cursor/skills/` directory so the app has the same marketing-site skills as the package.
|
|
62
|
+
|
|
63
|
+
**From an app directory** (e.g. `apps/example-brightline`):
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
pnpm exec seskills sync
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
**From the repo root** (sync into a specific app):
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
pnpm exec seskills sync apps/example-brightline
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
This copies the contents of `project-build/skills/` into the target’s `.cursor/skills/`. Run after pulling changes to project-build skills or when setting up a new app.
|
|
76
|
+
|
|
51
77
|
## API Reference
|
|
52
78
|
|
|
53
79
|
### Main Exports
|
|
@@ -84,6 +110,15 @@ Sets up color field validation in Contentful.
|
|
|
84
110
|
setup-colours
|
|
85
111
|
```
|
|
86
112
|
|
|
113
|
+
#### `seskills sync [target-dir]`
|
|
114
|
+
Syncs skills from `packages/project-build/skills/` into a project’s `.cursor/skills/`. Default target is current working directory.
|
|
115
|
+
|
|
116
|
+
**Usage:**
|
|
117
|
+
```bash
|
|
118
|
+
seskills sync # sync into current directory
|
|
119
|
+
seskills sync apps/example-om1 # sync into given path
|
|
120
|
+
```
|
|
121
|
+
|
|
87
122
|
For detailed JSDoc documentation on all exports, see the TypeScript declaration files (`.d.ts`) in the package.
|
|
88
123
|
|
|
89
124
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@se-studio/project-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.68",
|
|
4
4
|
"description": "Build tools and management scripts for SE Studio projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -54,18 +54,18 @@
|
|
|
54
54
|
"url": "https://github.com/Something-Else-Studio/se-core-product/issues"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@biomejs/biome": "^2.3.
|
|
57
|
+
"@biomejs/biome": "^2.3.15",
|
|
58
58
|
"@biomejs/js-api": "^4.0.0",
|
|
59
|
-
"@biomejs/wasm-nodejs": "^2.3.
|
|
59
|
+
"@biomejs/wasm-nodejs": "^2.3.15",
|
|
60
60
|
"change-case": "^5.4.4",
|
|
61
61
|
"chroma-js": "^3.2.0",
|
|
62
|
-
"contentful-management": "^11.69.
|
|
63
|
-
"dotenv": "^17.
|
|
62
|
+
"contentful-management": "^11.69.2",
|
|
63
|
+
"dotenv": "^17.3.1",
|
|
64
64
|
"ts-morph": "27.0.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/chroma-js": "^3.1.2",
|
|
68
|
-
"@types/node": "^22.19.
|
|
68
|
+
"@types/node": "^22.19.11",
|
|
69
69
|
"contentful": "^11.10.3",
|
|
70
70
|
"typescript": "^5.9.3"
|
|
71
71
|
},
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# CMS Routes and appShared Pattern
|
|
11
11
|
|
|
12
|
-
Reference apps: **example-se2026**, **example-brightline**.
|
|
12
|
+
Reference apps: **example-se2026**, **example-brightline**, **example-om1**. (example-om1 uses `resources/`, `team/`, `topics/` instead of `articles/`, `people/`, `tags/`.)
|
|
13
13
|
|
|
14
14
|
## Route Group: (cms-routes)
|
|
15
15
|
|
|
@@ -11,7 +11,7 @@ metadata:
|
|
|
11
11
|
|
|
12
12
|
This guide explains how to create new pages and handle routing in the SE Core Product Next.js framework. The system uses Next.js App Router with Contentful-driven dynamic routing.
|
|
13
13
|
|
|
14
|
-
Reference apps: **example-se2026**, **example-brightline**.
|
|
14
|
+
Reference apps: **example-se2026**, **example-brightline**, **example-om1**.
|
|
15
15
|
|
|
16
16
|
## Page Architecture
|
|
17
17
|
|