workspace-architect 2.2.100 → 2.2.102
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 +8 -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-05-
|
|
3
|
+
"generatedAt": "2026-05-20T01:01:18.818Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -183,6 +183,12 @@
|
|
|
183
183
|
"title": "azure-verified-modules-bicep",
|
|
184
184
|
"type": "agents"
|
|
185
185
|
},
|
|
186
|
+
"azure-verified-modules-owner-triage": {
|
|
187
|
+
"path": "assets/agents/azure-verified-modules-owner-triage.agent.md",
|
|
188
|
+
"description": "Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.",
|
|
189
|
+
"title": "azure-verified-modules-owner-triage",
|
|
190
|
+
"type": "agents"
|
|
191
|
+
},
|
|
186
192
|
"azure-verified-modules-terraform": {
|
|
187
193
|
"path": "assets/agents/azure-verified-modules-terraform.agent.md",
|
|
188
194
|
"description": "Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).",
|
|
@@ -5526,6 +5532,7 @@
|
|
|
5526
5532
|
"shared/managed-agents-onboarding.md",
|
|
5527
5533
|
"shared/managed-agents-outcomes.md",
|
|
5528
5534
|
"shared/managed-agents-overview.md",
|
|
5535
|
+
"shared/managed-agents-self-hosted-sandboxes.md",
|
|
5529
5536
|
"shared/managed-agents-tools.md",
|
|
5530
5537
|
"shared/managed-agents-webhooks.md",
|
|
5531
5538
|
"shared/model-migration.md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.102",
|
|
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",
|