workspace-architect 2.2.45 → 2.2.47
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 -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-23T03:11:39.673Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -123,6 +123,12 @@
|
|
|
123
123
|
"title": "azure-logic-apps-expert",
|
|
124
124
|
"type": "agents"
|
|
125
125
|
},
|
|
126
|
+
"azure-policy-analyzer": {
|
|
127
|
+
"path": "assets/agents/azure-policy-analyzer.agent.md",
|
|
128
|
+
"description": "Analyze Azure Policy compliance posture (NIST SP 800-53, MCSB, CIS, ISO 27001, PCI DSS, SOC 2), auto-discover scope, and return a structured single-pass risk report with evidence and remediation commands.",
|
|
129
|
+
"title": "azure-policy-analyzer",
|
|
130
|
+
"type": "agents"
|
|
131
|
+
},
|
|
126
132
|
"azure-principal-architect": {
|
|
127
133
|
"path": "assets/agents/azure-principal-architect.agent.md",
|
|
128
134
|
"description": "Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.",
|
|
@@ -429,6 +435,12 @@
|
|
|
429
435
|
"title": "github-actions-expert",
|
|
430
436
|
"type": "agents"
|
|
431
437
|
},
|
|
438
|
+
"github-actions-node-upgrade": {
|
|
439
|
+
"path": "assets/agents/github-actions-node-upgrade.agent.md",
|
|
440
|
+
"description": "Upgrade a GitHub Actions JavaScript/TypeScript action to a newer Node runtime version (e.g., node20 to node24) with major version bump, CI updates, and full validation",
|
|
441
|
+
"title": "github-actions-node-upgrade",
|
|
442
|
+
"type": "agents"
|
|
443
|
+
},
|
|
432
444
|
"go-mcp-expert": {
|
|
433
445
|
"path": "assets/agents/go-mcp-expert.agent.md",
|
|
434
446
|
"description": "Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.47",
|
|
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",
|