@fugood/bricks-project 2.24.0-beta.40 → 2.24.0-beta.41
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/package.json +2 -2
- package/package.json.bak +2 -2
- package/tools/preview-main.mjs +1 -1
- package/tools/preview.ts +1 -1
- /package/skills/{bricks-project → bricks-ctor}/SKILL.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/animation.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/architecture-patterns.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/automations.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/buttress.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/data-calculation.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/local-sync.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/media-flow.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/remote-data-bank.md +0 -0
- /package/skills/{bricks-project → bricks-ctor}/rules/standby-transition.md +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fugood/bricks-project",
|
|
3
|
-
"version": "2.24.0-beta.
|
|
3
|
+
"version": "2.24.0-beta.41",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
7
7
|
"build": "bun scripts/build.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@fugood/bricks-cli": "^2.24.0-beta.
|
|
10
|
+
"@fugood/bricks-cli": "^2.24.0-beta.41",
|
|
11
11
|
"@huggingface/gguf": "^0.3.2",
|
|
12
12
|
"@iarna/toml": "^3.0.0",
|
|
13
13
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
package/package.json.bak
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fugood/bricks-ctor",
|
|
3
|
-
"version": "2.24.0-beta.
|
|
3
|
+
"version": "2.24.0-beta.41",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
7
7
|
"build": "bun scripts/build.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@fugood/bricks-cli": "^2.24.0-beta.
|
|
10
|
+
"@fugood/bricks-cli": "^2.24.0-beta.41",
|
|
11
11
|
"@huggingface/gguf": "^0.3.2",
|
|
12
12
|
"@iarna/toml": "^3.0.0",
|
|
13
13
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
package/tools/preview-main.mjs
CHANGED
package/tools/preview.ts
CHANGED
|
@@ -124,7 +124,7 @@ const processOutput = async () => {
|
|
|
124
124
|
port: parseInt(cdpMatch[1], 10),
|
|
125
125
|
pid: proc.pid,
|
|
126
126
|
address: 'localhost',
|
|
127
|
-
name: app.name || '
|
|
127
|
+
name: `${app.name || 'Unnamed'} (CTOR Preview)`,
|
|
128
128
|
startedAt: new Date().toISOString(),
|
|
129
129
|
}
|
|
130
130
|
Bun.write(devtoolsInfoPath, JSON.stringify(info, null, 2))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|