workspace-architect 2.2.61 → 2.2.62
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 -13
- 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-09T03:10:25.632Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -389,73 +389,91 @@
|
|
|
389
389
|
},
|
|
390
390
|
"gem-browser-tester": {
|
|
391
391
|
"path": "assets/agents/gem-browser-tester.agent.md",
|
|
392
|
-
"description": "E2E browser testing, UI/UX validation, visual regression
|
|
392
|
+
"description": "E2E browser testing, UI/UX validation, visual regression with browser.",
|
|
393
393
|
"title": "gem-browser-tester",
|
|
394
394
|
"type": "agents"
|
|
395
395
|
},
|
|
396
396
|
"gem-code-simplifier": {
|
|
397
397
|
"path": "assets/agents/gem-code-simplifier.agent.md",
|
|
398
|
-
"description": "Refactoring specialist — removes dead code, reduces complexity, consolidates duplicates
|
|
398
|
+
"description": "Refactoring specialist — removes dead code, reduces complexity, consolidates duplicates.",
|
|
399
399
|
"title": "gem-code-simplifier",
|
|
400
400
|
"type": "agents"
|
|
401
401
|
},
|
|
402
402
|
"gem-critic": {
|
|
403
403
|
"path": "assets/agents/gem-critic.agent.md",
|
|
404
|
-
"description": "Challenges assumptions, finds edge cases,
|
|
404
|
+
"description": "Challenges assumptions, finds edge cases, spots over-engineering and logic gaps.",
|
|
405
405
|
"title": "gem-critic",
|
|
406
406
|
"type": "agents"
|
|
407
407
|
},
|
|
408
408
|
"gem-debugger": {
|
|
409
409
|
"path": "assets/agents/gem-debugger.agent.md",
|
|
410
|
-
"description": "Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction.
|
|
410
|
+
"description": "Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction.",
|
|
411
411
|
"title": "gem-debugger",
|
|
412
412
|
"type": "agents"
|
|
413
413
|
},
|
|
414
|
+
"gem-designer-mobile": {
|
|
415
|
+
"path": "assets/agents/gem-designer-mobile.agent.md",
|
|
416
|
+
"description": "Mobile UI/UX specialist — HIG, Material Design, safe areas, touch targets.",
|
|
417
|
+
"title": "gem-designer-mobile",
|
|
418
|
+
"type": "agents"
|
|
419
|
+
},
|
|
414
420
|
"gem-designer": {
|
|
415
421
|
"path": "assets/agents/gem-designer.agent.md",
|
|
416
|
-
"description": "UI/UX design specialist —
|
|
422
|
+
"description": "UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.",
|
|
417
423
|
"title": "gem-designer",
|
|
418
424
|
"type": "agents"
|
|
419
425
|
},
|
|
420
426
|
"gem-devops": {
|
|
421
427
|
"path": "assets/agents/gem-devops.agent.md",
|
|
422
|
-
"description": "
|
|
428
|
+
"description": "Infrastructure deployment, CI/CD pipelines, container management.",
|
|
423
429
|
"title": "gem-devops",
|
|
424
430
|
"type": "agents"
|
|
425
431
|
},
|
|
426
432
|
"gem-documentation-writer": {
|
|
427
433
|
"path": "assets/agents/gem-documentation-writer.agent.md",
|
|
428
|
-
"description": "
|
|
434
|
+
"description": "Technical documentation, README files, API docs, diagrams, walkthroughs.",
|
|
429
435
|
"title": "gem-documentation-writer",
|
|
430
436
|
"type": "agents"
|
|
431
437
|
},
|
|
438
|
+
"gem-implementer-mobile": {
|
|
439
|
+
"path": "assets/agents/gem-implementer-mobile.agent.md",
|
|
440
|
+
"description": "Mobile implementation — React Native, Expo, Flutter with TDD.",
|
|
441
|
+
"title": "gem-implementer-mobile",
|
|
442
|
+
"type": "agents"
|
|
443
|
+
},
|
|
432
444
|
"gem-implementer": {
|
|
433
445
|
"path": "assets/agents/gem-implementer.agent.md",
|
|
434
|
-
"description": "
|
|
446
|
+
"description": "TDD code implementation — features, bugs, refactoring. Never reviews own work.",
|
|
435
447
|
"title": "gem-implementer",
|
|
436
448
|
"type": "agents"
|
|
437
449
|
},
|
|
450
|
+
"gem-mobile-tester": {
|
|
451
|
+
"path": "assets/agents/gem-mobile-tester.agent.md",
|
|
452
|
+
"description": "Mobile E2E testing — Detox, Maestro, iOS/Android simulators.",
|
|
453
|
+
"title": "gem-mobile-tester",
|
|
454
|
+
"type": "agents"
|
|
455
|
+
},
|
|
438
456
|
"gem-orchestrator": {
|
|
439
457
|
"path": "assets/agents/gem-orchestrator.agent.md",
|
|
440
|
-
"description": "
|
|
458
|
+
"description": "The team lead: Orchestrates research, planning, implementation, and verification.",
|
|
441
459
|
"title": "gem-orchestrator",
|
|
442
460
|
"type": "agents"
|
|
443
461
|
},
|
|
444
462
|
"gem-planner": {
|
|
445
463
|
"path": "assets/agents/gem-planner.agent.md",
|
|
446
|
-
"description": "
|
|
464
|
+
"description": "DAG-based execution plans — task decomposition, wave scheduling, risk analysis.",
|
|
447
465
|
"title": "gem-planner",
|
|
448
466
|
"type": "agents"
|
|
449
467
|
},
|
|
450
468
|
"gem-researcher": {
|
|
451
469
|
"path": "assets/agents/gem-researcher.agent.md",
|
|
452
|
-
"description": "
|
|
470
|
+
"description": "Codebase exploration — patterns, dependencies, architecture discovery.",
|
|
453
471
|
"title": "gem-researcher",
|
|
454
472
|
"type": "agents"
|
|
455
473
|
},
|
|
456
474
|
"gem-reviewer": {
|
|
457
475
|
"path": "assets/agents/gem-reviewer.agent.md",
|
|
458
|
-
"description": "Security auditing, code review, OWASP scanning,
|
|
476
|
+
"description": "Security auditing, code review, OWASP scanning, PRD compliance verification.",
|
|
459
477
|
"title": "gem-reviewer",
|
|
460
478
|
"type": "agents"
|
|
461
479
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.62",
|
|
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",
|