workspace-architect 2.2.20 → 2.2.22

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-02-11T00:42:02.179Z",
3
+ "generatedAt": "2026-02-12T23:12:09.554Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -357,6 +357,54 @@
357
357
  "title": "fedora-linux-expert",
358
358
  "type": "agents"
359
359
  },
360
+ "gem-chrome-tester": {
361
+ "path": "assets/agents/gem-chrome-tester.agent.md",
362
+ "description": "Automates browser testing, UI/UX validation via Chrome DevTools",
363
+ "title": "gem-chrome-tester",
364
+ "type": "agents"
365
+ },
366
+ "gem-devops": {
367
+ "path": "assets/agents/gem-devops.agent.md",
368
+ "description": "Manages containers, CI/CD pipelines, and infrastructure deployment",
369
+ "title": "gem-devops",
370
+ "type": "agents"
371
+ },
372
+ "gem-documentation-writer": {
373
+ "path": "assets/agents/gem-documentation-writer.agent.md",
374
+ "description": "Generates technical docs, diagrams, maintains code-documentation parity",
375
+ "title": "gem-documentation-writer",
376
+ "type": "agents"
377
+ },
378
+ "gem-implementer": {
379
+ "path": "assets/agents/gem-implementer.agent.md",
380
+ "description": "Executes TDD code changes, ensures verification, maintains quality",
381
+ "title": "gem-implementer",
382
+ "type": "agents"
383
+ },
384
+ "gem-orchestrator": {
385
+ "path": "assets/agents/gem-orchestrator.agent.md",
386
+ "description": "Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent",
387
+ "title": "gem-orchestrator",
388
+ "type": "agents"
389
+ },
390
+ "gem-planner": {
391
+ "path": "assets/agents/gem-planner.agent.md",
392
+ "description": "Creates DAG-based plans with pre-mortem analysis and task decomposition from research findings",
393
+ "title": "gem-planner",
394
+ "type": "agents"
395
+ },
396
+ "gem-researcher": {
397
+ "path": "assets/agents/gem-researcher.agent.md",
398
+ "description": "Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings",
399
+ "title": "gem-researcher",
400
+ "type": "agents"
401
+ },
402
+ "gem-reviewer": {
403
+ "path": "assets/agents/gem-reviewer.agent.md",
404
+ "description": "Security gatekeeper for critical tasks—OWASP, secrets, compliance",
405
+ "title": "gem-reviewer",
406
+ "type": "agents"
407
+ },
360
408
  "gilfoyle": {
361
409
  "path": "assets/agents/gilfoyle.agent.md",
362
410
  "description": "Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.",
@@ -657,6 +705,12 @@
657
705
  "title": "python-mcp-expert",
658
706
  "type": "agents"
659
707
  },
708
+ "reepl-linkedin": {
709
+ "path": "assets/agents/reepl-linkedin.agent.md",
710
+ "description": "AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot.",
711
+ "title": "reepl-linkedin",
712
+ "type": "agents"
713
+ },
660
714
  "refine-issue": {
661
715
  "path": "assets/agents/refine-issue.agent.md",
662
716
  "description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs",
@@ -3413,6 +3467,22 @@
3413
3467
  "prompts:playwright-generate-test"
3414
3468
  ]
3415
3469
  },
3470
+ "gem-team": {
3471
+ "path": "assets/collections/gem-team.collection.yml",
3472
+ "description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
3473
+ "title": "Gem Team Multi-Agent Orchestration",
3474
+ "type": "collections",
3475
+ "items": [
3476
+ "agents:gem-orchestrator",
3477
+ "agents:gem-researcher",
3478
+ "agents:gem-planner",
3479
+ "agents:gem-implementer",
3480
+ "agents:gem-chrome-tester",
3481
+ "agents:gem-devops",
3482
+ "agents:gem-reviewer",
3483
+ "agents:gem-documentation-writer"
3484
+ ]
3485
+ },
3416
3486
  "general-productivity": {
3417
3487
  "path": "assets/collections/general-productivity.json",
3418
3488
  "description": "General coding utilities, debugging, refactoring, and git resources.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.20",
3
+ "version": "2.2.22",
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",