@trackunit/iris-app 2.4.1-alpha-7bd3cf90b54.0 → 2.4.2
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 +46 -0
- package/package.json +6 -5
- package/src/generators/ai-agent-sync/README.md +1 -0
- package/src/generators/ai-agent-sync/generator.js +0 -1
- package/src/generators/preset/files/.agents/skills/browser-testing/SKILL.md +1 -1
- package/src/generators/preset/files/.cursor/mcp.json +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## 2.4.2 (2026-08-10)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 2.3.1
|
|
6
|
+
- Updated iris-app-api to 2.3.1
|
|
7
|
+
- Updated react-vite-test-setup to 0.0.96
|
|
8
|
+
- Updated css-classname-utils to 0.0.4
|
|
9
|
+
- Updated react-graphql-tools to 1.15.1
|
|
10
|
+
- Updated shared-utils to 1.16.1
|
|
11
|
+
|
|
12
|
+
## 2.4.1 (2026-08-10)
|
|
13
|
+
|
|
14
|
+
### 🩹 Fixes
|
|
15
|
+
|
|
16
|
+
- **iris-app:** document Cursor MCP location ([c240f0769fa](https://github.com/Trackunit/manager/commit/c240f0769fa))
|
|
17
|
+
- **iris-app:** sync Cursor MCP config ([60a69842b3f](https://github.com/Trackunit/manager/commit/60a69842b3f))
|
|
18
|
+
- **iris-app:** restore Cursor MCP template ([e7883f24f09](https://github.com/Trackunit/manager/commit/e7883f24f09))
|
|
19
|
+
|
|
20
|
+
### ❤️ Thank You
|
|
21
|
+
|
|
22
|
+
- Cursor Agent @cursoragent
|
|
23
|
+
- Mads Mætzke Tandrup @tandrup
|
|
24
|
+
|
|
25
|
+
## 2.4.0 (2026-08-07)
|
|
26
|
+
|
|
27
|
+
### 🧱 Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated iris-app-build-utilities to 2.3.0
|
|
30
|
+
- Updated iris-app-api to 2.3.0
|
|
31
|
+
- Updated react-vite-test-setup to 0.0.95
|
|
32
|
+
- Updated css-classname-utils to 0.0.3
|
|
33
|
+
- Updated react-graphql-tools to 1.15.0
|
|
34
|
+
- Updated shared-utils to 1.16.0
|
|
35
|
+
|
|
36
|
+
## 2.3.10 (2026-08-07)
|
|
37
|
+
|
|
38
|
+
### 🧱 Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- Updated iris-app-build-utilities to 2.2.8
|
|
41
|
+
- Updated iris-app-api to 2.2.8
|
|
42
|
+
- Updated react-vite-test-setup to 0.0.94
|
|
43
|
+
- Updated css-classname-utils to 0.0.2
|
|
44
|
+
- Updated react-graphql-tools to 1.14.95
|
|
45
|
+
- Updated shared-utils to 1.15.96
|
|
46
|
+
|
|
1
47
|
## 2.3.9 (2026-08-06)
|
|
2
48
|
|
|
3
49
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"node": ">=24.x"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
+
"@trackunit/css-classname-utils": "0.0.4",
|
|
13
14
|
"pacote": "^21.0.4",
|
|
14
15
|
"libnpmpublish": "^11.1.3",
|
|
15
16
|
"open": "^10.2.0",
|
|
@@ -23,10 +24,10 @@
|
|
|
23
24
|
"@nx/react": "23.1.0",
|
|
24
25
|
"@npmcli/arborist": "^9.1.9",
|
|
25
26
|
"win-ca": "^3.5.1",
|
|
26
|
-
"@trackunit/iris-app-build-utilities": "2.3.1
|
|
27
|
-
"@trackunit/react-graphql-tools": "1.15.1
|
|
28
|
-
"@trackunit/shared-utils": "1.16.1
|
|
29
|
-
"@trackunit/iris-app-api": "2.3.1
|
|
27
|
+
"@trackunit/iris-app-build-utilities": "2.3.1",
|
|
28
|
+
"@trackunit/react-graphql-tools": "1.15.1",
|
|
29
|
+
"@trackunit/shared-utils": "1.16.1",
|
|
30
|
+
"@trackunit/iris-app-api": "2.3.1",
|
|
30
31
|
"tslib": "^2.6.2",
|
|
31
32
|
"@clack/prompts": "^1.0.0",
|
|
32
33
|
"@npm/types": "^1.0.2",
|
|
@@ -12,6 +12,7 @@ nx g @trackunit/iris-app:ai-agent-sync
|
|
|
12
12
|
|
|
13
13
|
- `.agents/skills/` - AI agent skills for the IrisX App SDK (editor-agnostic)
|
|
14
14
|
- `.mcp.json` - project-scoped MCP configuration for coding agents
|
|
15
|
+
- `.cursor/mcp.json` - Cursor MCP configuration
|
|
15
16
|
- `AGENTS.md` - Workspace-level agent instructions (always applied)
|
|
16
17
|
- `CLAUDE.md` - Claude-specific configuration (references AGENTS.md)
|
|
17
18
|
|
|
@@ -77,7 +77,6 @@ async function aiAgentSyncGenerator(tree, options) {
|
|
|
77
77
|
}
|
|
78
78
|
// Clean up old .cursor files that were managed by previous versions.
|
|
79
79
|
const oldManagedFiles = [
|
|
80
|
-
".cursor/mcp.json",
|
|
81
80
|
".cursor/rules/irisx-app-sdk.mdc",
|
|
82
81
|
".cursor/rules/rules-index.mdc",
|
|
83
82
|
".cursor/rules/structured-development.mdc",
|
|
@@ -26,7 +26,7 @@ Before browser testing, verify the MCP is available:
|
|
|
26
26
|
If Chrome DevTools MCP is not available:
|
|
27
27
|
|
|
28
28
|
1. **Install the MCP server** - Guide the user to install `chrome-devtools-mcp`
|
|
29
|
-
2. **Configure the coding agent** - Add the server to `.mcp.json` at the workspace root:
|
|
29
|
+
2. **Configure the coding agent** - Add the server to `.cursor/mcp.json` for Cursor or `.mcp.json` at the workspace root:
|
|
30
30
|
```json
|
|
31
31
|
{
|
|
32
32
|
"mcpServers": {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"chrome-devtools": {
|
|
4
|
+
"command": "npx",
|
|
5
|
+
"args": ["-y", "chrome-devtools-mcp@latest"]
|
|
6
|
+
},
|
|
7
|
+
"nx-mcp": {
|
|
8
|
+
"command": "npx",
|
|
9
|
+
"args": ["-y", "nx-mcp@latest"]
|
|
10
|
+
},
|
|
11
|
+
"trackunit": {
|
|
12
|
+
"url": "https://mcp.trackunit.ai/mcp"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|