workspace-architect 2.2.79 → 2.2.80
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": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-04-
|
|
3
|
+
"generatedAt": "2026-04-28T07:04:11.305Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -639,6 +639,12 @@
|
|
|
639
639
|
"title": "modernization",
|
|
640
640
|
"type": "agents"
|
|
641
641
|
},
|
|
642
|
+
"modernize-java": {
|
|
643
|
+
"path": "assets/agents/modernize-java.agent.md",
|
|
644
|
+
"description": "Upgrades Java projects to target versions (e.g., Java 21, Spring Boot 3.2) via incremental planning and execution. Use this agent for all Java upgrade requests.",
|
|
645
|
+
"title": "modernize-java",
|
|
646
|
+
"type": "agents"
|
|
647
|
+
},
|
|
642
648
|
"monday-bug-fixer": {
|
|
643
649
|
"path": "assets/agents/monday-bug-fixer.agent.md",
|
|
644
650
|
"description": "Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive PRs.",
|
|
@@ -1499,6 +1505,12 @@
|
|
|
1499
1505
|
"title": "csharp-mcp-server",
|
|
1500
1506
|
"type": "instructions"
|
|
1501
1507
|
},
|
|
1508
|
+
"csharp-razorpages": {
|
|
1509
|
+
"path": "assets/instructions/csharp-razorpages.instructions.md",
|
|
1510
|
+
"description": "Razor Pages component and application patterns",
|
|
1511
|
+
"title": "csharp-razorpages",
|
|
1512
|
+
"type": "instructions"
|
|
1513
|
+
},
|
|
1502
1514
|
"csharp": {
|
|
1503
1515
|
"path": "assets/instructions/csharp.instructions.md",
|
|
1504
1516
|
"description": "Guidelines for building C# applications",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.80",
|
|
4
4
|
"description": "A comprehensive library of specialized AI agents and personas 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",
|