workspace-architect 2.2.78 → 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 +31 -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": {
|
|
@@ -189,6 +189,12 @@
|
|
|
189
189
|
"title": "cast-imaging-structural-quality-advisor",
|
|
190
190
|
"type": "agents"
|
|
191
191
|
},
|
|
192
|
+
"caveman-mode": {
|
|
193
|
+
"path": "assets/agents/caveman-mode.agent.md",
|
|
194
|
+
"description": "Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses.",
|
|
195
|
+
"title": "caveman-mode",
|
|
196
|
+
"type": "agents"
|
|
197
|
+
},
|
|
192
198
|
"centos-linux-expert": {
|
|
193
199
|
"path": "assets/agents/centos-linux-expert.agent.md",
|
|
194
200
|
"description": "CentOS (Stream/Legacy) Linux specialist focused on RHEL-compatible administration, yum/dnf workflows, and enterprise hardening.",
|
|
@@ -633,6 +639,12 @@
|
|
|
633
639
|
"title": "modernization",
|
|
634
640
|
"type": "agents"
|
|
635
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
|
+
},
|
|
636
648
|
"monday-bug-fixer": {
|
|
637
649
|
"path": "assets/agents/monday-bug-fixer.agent.md",
|
|
638
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.",
|
|
@@ -1173,6 +1185,12 @@
|
|
|
1173
1185
|
"title": "technical-content-evaluator",
|
|
1174
1186
|
"type": "agents"
|
|
1175
1187
|
},
|
|
1188
|
+
"terminal-helper": {
|
|
1189
|
+
"path": "assets/agents/terminal-helper.agent.md",
|
|
1190
|
+
"description": "Fast terminal syntax and command helper for PowerShell and Bash",
|
|
1191
|
+
"title": "terminal-helper",
|
|
1192
|
+
"type": "agents"
|
|
1193
|
+
},
|
|
1176
1194
|
"terraform-azure-implement": {
|
|
1177
1195
|
"path": "assets/agents/terraform-azure-implement.agent.md",
|
|
1178
1196
|
"description": "Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.",
|
|
@@ -1355,6 +1373,12 @@
|
|
|
1355
1373
|
"title": "blazor",
|
|
1356
1374
|
"type": "instructions"
|
|
1357
1375
|
},
|
|
1376
|
+
"caveman-mode": {
|
|
1377
|
+
"path": "assets/instructions/caveman-mode.instructions.md",
|
|
1378
|
+
"description": "Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses.",
|
|
1379
|
+
"title": "caveman-mode",
|
|
1380
|
+
"type": "instructions"
|
|
1381
|
+
},
|
|
1358
1382
|
"centos-linux": {
|
|
1359
1383
|
"path": "assets/instructions/centos-linux.instructions.md",
|
|
1360
1384
|
"description": "Guidance for CentOS administration, RHEL-compatible tooling, and SELinux-aware operations.",
|
|
@@ -1481,6 +1505,12 @@
|
|
|
1481
1505
|
"title": "csharp-mcp-server",
|
|
1482
1506
|
"type": "instructions"
|
|
1483
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
|
+
},
|
|
1484
1514
|
"csharp": {
|
|
1485
1515
|
"path": "assets/instructions/csharp.instructions.md",
|
|
1486
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",
|