workspace-architect 2.2.56 → 2.2.57
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 +25 -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-03-
|
|
3
|
+
"generatedAt": "2026-03-31T00:41:20.662Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -387,6 +387,30 @@
|
|
|
387
387
|
"title": "gem-browser-tester",
|
|
388
388
|
"type": "agents"
|
|
389
389
|
},
|
|
390
|
+
"gem-code-simplifier": {
|
|
391
|
+
"path": "assets/agents/gem-code-simplifier.agent.md",
|
|
392
|
+
"description": "Refactoring specialist — removes dead code, reduces complexity, consolidates duplicates, improves readability. Use when the user asks to simplify, refactor, clean up, reduce complexity, or remove dead code. Never adds features — only restructures existing code. Triggers: 'simplify', 'refactor', 'clean up', 'reduce complexity', 'dead code', 'remove unused', 'consolidate', 'improve naming'.",
|
|
393
|
+
"title": "gem-code-simplifier",
|
|
394
|
+
"type": "agents"
|
|
395
|
+
},
|
|
396
|
+
"gem-critic": {
|
|
397
|
+
"path": "assets/agents/gem-critic.agent.md",
|
|
398
|
+
"description": "Challenges assumptions, finds edge cases, identifies over-engineering, spots logic gaps in plans and code. Use when the user asks to critique, challenge assumptions, find edge cases, review quality, or check for over-engineering. Never implements. Triggers: 'critique', 'challenge', 'edge cases', 'over-engineering', 'logic gaps', 'quality check', 'is this a good idea'.",
|
|
399
|
+
"title": "gem-critic",
|
|
400
|
+
"type": "agents"
|
|
401
|
+
},
|
|
402
|
+
"gem-debugger": {
|
|
403
|
+
"path": "assets/agents/gem-debugger.agent.md",
|
|
404
|
+
"description": "Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction. Use when the user asks to debug, diagnose, find root cause, trace errors, or investigate failures. Never implements fixes. Triggers: 'debug', 'diagnose', 'root cause', 'why is this failing', 'trace error', 'bisect', 'regression'.",
|
|
405
|
+
"title": "gem-debugger",
|
|
406
|
+
"type": "agents"
|
|
407
|
+
},
|
|
408
|
+
"gem-designer": {
|
|
409
|
+
"path": "assets/agents/gem-designer.agent.md",
|
|
410
|
+
"description": "UI/UX design specialist — creates layouts, themes, color schemes, design systems, and validates visual hierarchy, responsive design, and accessibility. Use when the user asks for design help, UI review, visual feedback, create a theme, responsive check, or design system. Triggers: 'design', 'UI', 'layout', 'theme', 'color', 'typography', 'responsive', 'design system', 'visual', 'accessibility', 'WCAG', 'design review'.",
|
|
411
|
+
"title": "gem-designer",
|
|
412
|
+
"type": "agents"
|
|
413
|
+
},
|
|
390
414
|
"gem-devops": {
|
|
391
415
|
"path": "assets/agents/gem-devops.agent.md",
|
|
392
416
|
"description": "Container management, CI/CD pipelines, infrastructure deployment, environment configuration. Use when the user asks to deploy, configure infrastructure, set up CI/CD, manage containers, or handle DevOps tasks. Triggers: 'deploy', 'CI/CD', 'Docker', 'container', 'pipeline', 'infrastructure', 'environment', 'staging', 'production'.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.57",
|
|
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",
|