workspace-architect 2.2.38 → 2.2.39

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-03-13T03:05:00.416Z",
3
+ "generatedAt": "2026-03-16T00:42:43.637Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -159,12 +159,6 @@
159
159
  "title": "bicep-plan",
160
160
  "type": "agents"
161
161
  },
162
- "blueprint-mode-codex": {
163
- "path": "assets/agents/blueprint-mode-codex.agent.md",
164
- "description": "Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
165
- "title": "blueprint-mode-codex",
166
- "type": "agents"
167
- },
168
162
  "blueprint-mode": {
169
163
  "path": "assets/agents/blueprint-mode.agent.md",
170
164
  "description": "Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
@@ -537,18 +531,6 @@
537
531
  "title": "meta-agentic-project-scaffold",
538
532
  "type": "agents"
539
533
  },
540
- "microsoft-agent-framework-dotnet": {
541
- "path": "assets/agents/microsoft-agent-framework-dotnet.agent.md",
542
- "description": "Create, update, refactor, explain or work with code using the .NET version of Microsoft Agent Framework.",
543
- "title": "microsoft-agent-framework-dotnet",
544
- "type": "agents"
545
- },
546
- "microsoft-agent-framework-python": {
547
- "path": "assets/agents/microsoft-agent-framework-python.agent.md",
548
- "description": "Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework.",
549
- "title": "microsoft-agent-framework-python",
550
- "type": "agents"
551
- },
552
534
  "microsoft-study-mode": {
553
535
  "path": "assets/agents/microsoft-study-mode.agent.md",
554
536
  "description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
@@ -909,18 +891,6 @@
909
891
  "title": "search-ai-optimization-expert",
910
892
  "type": "agents"
911
893
  },
912
- "semantic-kernel-dotnet": {
913
- "path": "assets/agents/semantic-kernel-dotnet.agent.md",
914
- "description": "Create, update, refactor, explain or work with code using the .NET version of Semantic Kernel.",
915
- "title": "semantic-kernel-dotnet",
916
- "type": "agents"
917
- },
918
- "semantic-kernel-python": {
919
- "path": "assets/agents/semantic-kernel-python.agent.md",
920
- "description": "Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.",
921
- "title": "semantic-kernel-python",
922
- "type": "agents"
923
- },
924
894
  "shopify-expert": {
925
895
  "path": "assets/agents/shopify-expert.agent.md",
926
896
  "description": "Expert Shopify development assistant specializing in theme development, Liquid templating, app development, and Shopify APIs",
@@ -1673,6 +1643,12 @@
1673
1643
  "title": "object-calisthenics",
1674
1644
  "type": "instructions"
1675
1645
  },
1646
+ "oop-design-patterns": {
1647
+ "path": "assets/instructions/oop-design-patterns.instructions.md",
1648
+ "description": "Best practices for applying Object-Oriented Programming (OOP) design patterns, including Gang of Four (GoF) patterns and SOLID principles, to ensure clean, maintainable, and scalable code.",
1649
+ "title": "oop-design-patterns",
1650
+ "type": "instructions"
1651
+ },
1676
1652
  "oqtane": {
1677
1653
  "path": "assets/instructions/oqtane.instructions.md",
1678
1654
  "description": "Oqtane Module patterns",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.38",
3
+ "version": "2.2.39",
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",