workspace-architect 2.2.94 → 2.2.96

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-11T01:43:18.869Z",
3
+ "generatedAt": "2026-05-14T00:56:52.109Z",
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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.94",
3
+ "version": "2.2.96",
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",