workspace-architect 2.2.93 → 2.2.95

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-05-08T03:12:24.769Z",
3
+ "generatedAt": "2026-05-13T03:15:37.876Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -807,54 +807,6 @@
807
807
  "title": "playwright-tester",
808
808
  "type": "agents"
809
809
  },
810
- "polyglot-test-builder": {
811
- "path": "assets/agents/polyglot-test-builder.agent.md",
812
- "description": "Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.",
813
- "title": "polyglot-test-builder",
814
- "type": "agents"
815
- },
816
- "polyglot-test-fixer": {
817
- "path": "assets/agents/polyglot-test-fixer.agent.md",
818
- "description": "Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.",
819
- "title": "polyglot-test-fixer",
820
- "type": "agents"
821
- },
822
- "polyglot-test-generator": {
823
- "path": "assets/agents/polyglot-test-generator.agent.md",
824
- "description": "Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.",
825
- "title": "polyglot-test-generator",
826
- "type": "agents"
827
- },
828
- "polyglot-test-implementer": {
829
- "path": "assets/agents/polyglot-test-implementer.agent.md",
830
- "description": "Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Calls builder, tester, and fixer agents as needed.",
831
- "title": "polyglot-test-implementer",
832
- "type": "agents"
833
- },
834
- "polyglot-test-linter": {
835
- "path": "assets/agents/polyglot-test-linter.agent.md",
836
- "description": "Runs code formatting/linting for any language. Discovers lint command from project files if not specified.",
837
- "title": "polyglot-test-linter",
838
- "type": "agents"
839
- },
840
- "polyglot-test-planner": {
841
- "path": "assets/agents/polyglot-test-planner.agent.md",
842
- "description": "Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.",
843
- "title": "polyglot-test-planner",
844
- "type": "agents"
845
- },
846
- "polyglot-test-researcher": {
847
- "path": "assets/agents/polyglot-test-researcher.agent.md",
848
- "description": "Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.",
849
- "title": "polyglot-test-researcher",
850
- "type": "agents"
851
- },
852
- "polyglot-test-tester": {
853
- "path": "assets/agents/polyglot-test-tester.agent.md",
854
- "description": "Runs test commands for any language and reports results. Discovers test command from project files if not specified.",
855
- "title": "polyglot-test-tester",
856
- "type": "agents"
857
- },
858
810
  "postgresql-dba": {
859
811
  "path": "assets/agents/postgresql-dba.agent.md",
860
812
  "description": "Work with PostgreSQL databases using the PostgreSQL extension.",
@@ -951,6 +903,12 @@
951
903
  "title": "qa-subagent",
952
904
  "type": "agents"
953
905
  },
906
+ "quality-playbook": {
907
+ "path": "assets/agents/quality-playbook.agent.md",
908
+ "description": "Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.",
909
+ "title": "quality-playbook",
910
+ "type": "agents"
911
+ },
954
912
  "react18-auditor": {
955
913
  "path": "assets/agents/react18-auditor.agent.md",
956
914
  "description": "Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.",
@@ -1937,6 +1895,12 @@
1937
1895
  "title": "ms-sql-dba",
1938
1896
  "type": "instructions"
1939
1897
  },
1898
+ "mvvm-toolkit": {
1899
+ "path": "assets/instructions/mvvm-toolkit.instructions.md",
1900
+ "description": "CommunityToolkit.Mvvm (MVVM Toolkit) coding conventions for ViewModels, commands, messaging, validation, and DI across WPF, WinUI 3, .NET MAUI, Uno Platform, and Avalonia.",
1901
+ "title": "mvvm-toolkit",
1902
+ "type": "instructions"
1903
+ },
1940
1904
  "nestjs": {
1941
1905
  "path": "assets/instructions/nestjs.instructions.md",
1942
1906
  "description": "NestJS development standards and best practices for building scalable Node.js server-side applications",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.93",
3
+ "version": "2.2.95",
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",