workspace-architect 2.2.89 → 2.2.91
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 +10 -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-07T00:53:22.303Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -1415,6 +1415,12 @@
|
|
|
1415
1415
|
"title": "azure-logic-apps-power-automate",
|
|
1416
1416
|
"type": "instructions"
|
|
1417
1417
|
},
|
|
1418
|
+
"azure-naming": {
|
|
1419
|
+
"path": "assets/instructions/azure-naming.instructions.md",
|
|
1420
|
+
"description": "Azure resource naming conventions based on Microsoft CAF (Cloud Adoption Framework). Use when creating, reviewing, or suggesting names for Azure resources.",
|
|
1421
|
+
"title": "azure-naming",
|
|
1422
|
+
"type": "instructions"
|
|
1423
|
+
},
|
|
1418
1424
|
"azure-verified-modules-bicep": {
|
|
1419
1425
|
"path": "assets/instructions/azure-verified-modules-bicep.instructions.md",
|
|
1420
1426
|
"description": "Azure Verified Modules (AVM) and Bicep",
|
|
@@ -5552,9 +5558,12 @@
|
|
|
5552
5558
|
"shared/managed-agents-environments.md",
|
|
5553
5559
|
"shared/managed-agents-events.md",
|
|
5554
5560
|
"shared/managed-agents-memory.md",
|
|
5561
|
+
"shared/managed-agents-multiagent.md",
|
|
5555
5562
|
"shared/managed-agents-onboarding.md",
|
|
5563
|
+
"shared/managed-agents-outcomes.md",
|
|
5556
5564
|
"shared/managed-agents-overview.md",
|
|
5557
5565
|
"shared/managed-agents-tools.md",
|
|
5566
|
+
"shared/managed-agents-webhooks.md",
|
|
5558
5567
|
"shared/model-migration.md",
|
|
5559
5568
|
"shared/models.md",
|
|
5560
5569
|
"shared/prompt-caching.md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.91",
|
|
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",
|