devchain-cli 0.4.0 → 0.4.1
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/dist/server/modules/projects/dtos/export.dto.d.ts +8 -0
- package/dist/server/modules/projects/dtos/export.dto.js +4 -0
- package/dist/server/modules/projects/dtos/export.dto.js.map +1 -1
- package/dist/server/modules/registry/services/unified-template.service.js +2 -2
- package/dist/server/modules/registry/services/unified-template.service.js.map +1 -1
- package/dist/server/modules/settings/services/settings.service.js +1 -1
- package/dist/server/modules/settings/services/settings.service.js.map +1 -1
- package/dist/server/templates/claude-codex-advanced.json +4 -3
- package/dist/server/templates/claude-opus.json +3 -2
- package/dist/server/templates/simple-codex.json +3 -2
- package/dist/server/tsconfig.tsbuildinfo +1 -1
- package/dist/server/ui/assets/{index-4Q4XuabC.js → index-DLpDwHdv.js} +159 -159
- package/dist/server/ui/index.html +1 -1
- package/dist/templates/claude-codex-advanced.json +4 -3
- package/dist/templates/claude-opus.json +3 -2
- package/dist/templates/simple-codex.json +3 -2
- package/package.json +7 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
7
7
|
<title>Devchain - Local App</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-DLpDwHdv.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-BkGGbapJ.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_manifest": {
|
|
3
3
|
"slug": "claude-codex-advanced",
|
|
4
|
-
"name": "
|
|
4
|
+
"name": "Claude&Codex",
|
|
5
5
|
"description": "A multi-agent development workflow that automates software delivery through three phases:\n\n1. Planning — A Brainstormer agent collaborates with a technical validator (SubBSM) to refine user requirements into an approved master plan, then breaks it down into epics and tasks.\n2. Execution — A Coder agent implements tasks while an Epic Manager reviews and controls the flow—approving, revising, or flagging issues until all work is complete.\n3. Code Review — A Code Reviewer audits the completed work against architectural standards, generating findings that feed back into new remediation tasks if needed.",
|
|
6
|
-
"version": "0.0
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"minDevchainVersion": "0.4.0",
|
|
7
8
|
"category": "development",
|
|
8
9
|
"tags": [],
|
|
9
10
|
"authorName": "",
|
|
@@ -435,4 +436,4 @@
|
|
|
435
436
|
"priority": 0
|
|
436
437
|
}
|
|
437
438
|
]
|
|
438
|
-
}
|
|
439
|
+
}
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
"slug": "claude-template",
|
|
4
4
|
"name": "Claude Template",
|
|
5
5
|
"description": "",
|
|
6
|
-
"version": "0.0
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"minDevchainVersion": "0.4.0",
|
|
7
8
|
"category": "development",
|
|
8
9
|
"tags": [],
|
|
9
10
|
"authorName": "Devchain",
|
|
@@ -361,4 +362,4 @@
|
|
|
361
362
|
"priority": 0
|
|
362
363
|
}
|
|
363
364
|
]
|
|
364
|
-
}
|
|
365
|
+
}
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
"slug": "codex-template",
|
|
4
4
|
"name": "Codex Template",
|
|
5
5
|
"description": "",
|
|
6
|
-
"version": "0.0
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"minDevchainVersion": "0.4.0",
|
|
7
8
|
"category": "development",
|
|
8
9
|
"tags": [],
|
|
9
10
|
"authorName": "Devchain",
|
|
@@ -250,4 +251,4 @@
|
|
|
250
251
|
},
|
|
251
252
|
"watchers": [],
|
|
252
253
|
"subscribers": []
|
|
253
|
-
}
|
|
254
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devchain-cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "AI driven development platform",
|
|
5
5
|
"homepage": "https://devchain.twitechlab.com/",
|
|
6
6
|
"repository": {
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"url": "https://github.com/twitech-lab/devchain.git"
|
|
9
9
|
},
|
|
10
10
|
"changelog": {
|
|
11
|
+
"0.4.1": [
|
|
12
|
+
"Bug fixes and improvements"
|
|
13
|
+
],
|
|
11
14
|
"0.4.0": [
|
|
12
15
|
"Template Registry Service with download tracking",
|
|
13
16
|
"Message pooling service with activity monitor for agent sessions",
|
|
@@ -138,7 +141,7 @@
|
|
|
138
141
|
"dev:pure": "pnpm --filter local-app dev",
|
|
139
142
|
"dev:ui": "pnpm --filter local-app dev:ui",
|
|
140
143
|
"dev:api": "pnpm --filter remote-api dev",
|
|
141
|
-
"build": "pnpm --filter local-app build && node scripts/copy-local-app-dist.js && node scripts/copy-cli.js",
|
|
144
|
+
"build": "pnpm --filter shared build && pnpm --filter local-app build && node scripts/copy-local-app-dist.js && node scripts/copy-cli.js",
|
|
142
145
|
"build:fast": "pnpm --filter local-app build",
|
|
143
146
|
"postinstall": "node scripts/postinstall.js",
|
|
144
147
|
"build:api": "pnpm --filter remote-api build",
|
|
@@ -147,6 +150,7 @@
|
|
|
147
150
|
"format": "pnpm --filter local-app format",
|
|
148
151
|
"format:api": "pnpm --filter remote-api format",
|
|
149
152
|
"test": "pnpm --filter local-app test",
|
|
150
|
-
"test:api": "pnpm --filter remote-api test"
|
|
153
|
+
"test:api": "pnpm --filter remote-api test",
|
|
154
|
+
"sync:public": "./scripts/sync-public.sh"
|
|
151
155
|
}
|
|
152
156
|
}
|