workspace-architect 2.2.78 → 2.2.79

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-04-28T03:14:21.082Z",
3
+ "generatedAt": "2026-04-28T05:14:44.105Z",
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.",
@@ -1173,6 +1179,12 @@
1173
1179
  "title": "technical-content-evaluator",
1174
1180
  "type": "agents"
1175
1181
  },
1182
+ "terminal-helper": {
1183
+ "path": "assets/agents/terminal-helper.agent.md",
1184
+ "description": "Fast terminal syntax and command helper for PowerShell and Bash",
1185
+ "title": "terminal-helper",
1186
+ "type": "agents"
1187
+ },
1176
1188
  "terraform-azure-implement": {
1177
1189
  "path": "assets/agents/terraform-azure-implement.agent.md",
1178
1190
  "description": "Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.",
@@ -1355,6 +1367,12 @@
1355
1367
  "title": "blazor",
1356
1368
  "type": "instructions"
1357
1369
  },
1370
+ "caveman-mode": {
1371
+ "path": "assets/instructions/caveman-mode.instructions.md",
1372
+ "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.",
1373
+ "title": "caveman-mode",
1374
+ "type": "instructions"
1375
+ },
1358
1376
  "centos-linux": {
1359
1377
  "path": "assets/instructions/centos-linux.instructions.md",
1360
1378
  "description": "Guidance for CentOS administration, RHEL-compatible tooling, and SELinux-aware operations.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.78",
3
+ "version": "2.2.79",
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",