workspace-architect 2.2.39 → 2.2.41
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 +7 -1
- 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-18T00:39:32.730Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -261,6 +261,12 @@
|
|
|
261
261
|
"title": "declarative-agents-architect",
|
|
262
262
|
"type": "agents"
|
|
263
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
|
+
},
|
|
264
270
|
"demonstrate-understanding": {
|
|
265
271
|
"path": "assets/agents/demonstrate-understanding.agent.md",
|
|
266
272
|
"description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.41",
|
|
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",
|