workspace-architect 2.2.38 → 2.2.40
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 +13 -31
- 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-03-
|
|
3
|
+
"generatedAt": "2026-03-16T22:14:49.748Z",
|
|
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.",
|
|
@@ -267,6 +261,12 @@
|
|
|
267
261
|
"title": "declarative-agents-architect",
|
|
268
262
|
"type": "agents"
|
|
269
263
|
},
|
|
264
|
+
"defender-scout-kql": {
|
|
265
|
+
"path": "assets/agents/defender-scout-kql.agent.md",
|
|
266
|
+
"description": "Generates, validates, and optimizes KQL queries for Microsoft Defender XDR Advanced Hunting across Endpoint, Identity, Office 365, Cloud Apps, and Identity.",
|
|
267
|
+
"title": "defender-scout-kql",
|
|
268
|
+
"type": "agents"
|
|
269
|
+
},
|
|
270
270
|
"demonstrate-understanding": {
|
|
271
271
|
"path": "assets/agents/demonstrate-understanding.agent.md",
|
|
272
272
|
"description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
|
|
@@ -537,18 +537,6 @@
|
|
|
537
537
|
"title": "meta-agentic-project-scaffold",
|
|
538
538
|
"type": "agents"
|
|
539
539
|
},
|
|
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
540
|
"microsoft-study-mode": {
|
|
553
541
|
"path": "assets/agents/microsoft-study-mode.agent.md",
|
|
554
542
|
"description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
|
|
@@ -909,18 +897,6 @@
|
|
|
909
897
|
"title": "search-ai-optimization-expert",
|
|
910
898
|
"type": "agents"
|
|
911
899
|
},
|
|
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
900
|
"shopify-expert": {
|
|
925
901
|
"path": "assets/agents/shopify-expert.agent.md",
|
|
926
902
|
"description": "Expert Shopify development assistant specializing in theme development, Liquid templating, app development, and Shopify APIs",
|
|
@@ -1673,6 +1649,12 @@
|
|
|
1673
1649
|
"title": "object-calisthenics",
|
|
1674
1650
|
"type": "instructions"
|
|
1675
1651
|
},
|
|
1652
|
+
"oop-design-patterns": {
|
|
1653
|
+
"path": "assets/instructions/oop-design-patterns.instructions.md",
|
|
1654
|
+
"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.",
|
|
1655
|
+
"title": "oop-design-patterns",
|
|
1656
|
+
"type": "instructions"
|
|
1657
|
+
},
|
|
1676
1658
|
"oqtane": {
|
|
1677
1659
|
"path": "assets/instructions/oqtane.instructions.md",
|
|
1678
1660
|
"description": "Oqtane Module patterns",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.40",
|
|
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",
|