workspace-architect 1.5.4 → 1.5.6
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/assets-manifest.json +13 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2025-
|
|
3
|
+
"generatedAt": "2025-12-01T00:33:46.392Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"chatmodes:4.1-Beast": {
|
|
6
6
|
"path": "assets/chatmodes/4.1-Beast.chatmode.md",
|
|
@@ -632,6 +632,12 @@
|
|
|
632
632
|
"title": "cmake-vcpkg",
|
|
633
633
|
"type": "instructions"
|
|
634
634
|
},
|
|
635
|
+
"instructions:code-review-generic": {
|
|
636
|
+
"path": "assets/instructions/code-review-generic.instructions.md",
|
|
637
|
+
"description": "Generic code review instructions that can be customized for any project using GitHub Copilot",
|
|
638
|
+
"title": "code-review-generic",
|
|
639
|
+
"type": "instructions"
|
|
640
|
+
},
|
|
635
641
|
"instructions:codexer": {
|
|
636
642
|
"path": "assets/instructions/codexer.instructions.md",
|
|
637
643
|
"description": "Advanced Python research assistant with Context 7 MCP integration, focusing on speed, reliability, and 10+ years of software development expertise",
|
|
@@ -1226,6 +1232,12 @@
|
|
|
1226
1232
|
"title": "spec-driven-workflow-v1",
|
|
1227
1233
|
"type": "instructions"
|
|
1228
1234
|
},
|
|
1235
|
+
"instructions:springboot-4-migration": {
|
|
1236
|
+
"path": "assets/instructions/springboot-4-migration.instructions.md",
|
|
1237
|
+
"description": "Comprehensive guide for migrating Spring Boot applications from 3.x to 4.0, focusing on Gradle Kotlin DSL and version catalogs",
|
|
1238
|
+
"title": "springboot-4-migration",
|
|
1239
|
+
"type": "instructions"
|
|
1240
|
+
},
|
|
1229
1241
|
"instructions:springboot": {
|
|
1230
1242
|
"path": "assets/instructions/springboot.instructions.md",
|
|
1231
1243
|
"description": "Guidelines for building Spring Boot base applications",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "A comprehensive library of specialized AI personas and chat modes for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"workspace-architect": "./bin/cli.js"
|