workspace-architect 2.2.81 → 2.2.83
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 +19 -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-04-
|
|
3
|
+
"generatedAt": "2026-04-29T03:14:26.796Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -123,6 +123,12 @@
|
|
|
123
123
|
"title": "atlassian-requirements-to-jira",
|
|
124
124
|
"type": "agents"
|
|
125
125
|
},
|
|
126
|
+
"aws-cloud-expert": {
|
|
127
|
+
"path": "assets/agents/aws-cloud-expert.agent.md",
|
|
128
|
+
"description": "AWS Cloud Expert provides deep, hands-on guidance for designing, building, and operating AWS workloads. Covers the full AWS ecosystem — serverless, containers, databases, networking, IaC, security, and cost optimization — grounded in the AWS Well-Architected Framework.",
|
|
129
|
+
"title": "aws-cloud-expert",
|
|
130
|
+
"type": "agents"
|
|
131
|
+
},
|
|
126
132
|
"azure-iac-exporter": {
|
|
127
133
|
"path": "assets/agents/azure-iac-exporter.agent.md",
|
|
128
134
|
"description": "Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates, Terraform, Pulumi).",
|
|
@@ -159,6 +165,12 @@
|
|
|
159
165
|
"title": "azure-saas-architect",
|
|
160
166
|
"type": "agents"
|
|
161
167
|
},
|
|
168
|
+
"azure-smart-city-iot-architect": {
|
|
169
|
+
"path": "assets/agents/azure-smart-city-iot-architect.agent.md",
|
|
170
|
+
"description": "Design Azure IoT and Smart City architectures with clear platform engineering reasoning, requiring mandatory review of Azure IoT Edge documentation before recommending edge solutions.",
|
|
171
|
+
"title": "azure-smart-city-iot-architect",
|
|
172
|
+
"type": "agents"
|
|
173
|
+
},
|
|
162
174
|
"azure-verified-modules-bicep": {
|
|
163
175
|
"path": "assets/agents/azure-verified-modules-bicep.agent.md",
|
|
164
176
|
"description": "Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).",
|
|
@@ -1361,6 +1373,12 @@
|
|
|
1361
1373
|
"title": "azure-functions-typescript",
|
|
1362
1374
|
"type": "instructions"
|
|
1363
1375
|
},
|
|
1376
|
+
"azure-iot-edge-architecture": {
|
|
1377
|
+
"path": "assets/instructions/azure-iot-edge-architecture.instructions.md",
|
|
1378
|
+
"description": "Require Azure IoT Edge documentation review before proposing edge IoT architectures or Azure implementation guidance.",
|
|
1379
|
+
"title": "azure-iot-edge-architecture",
|
|
1380
|
+
"type": "instructions"
|
|
1381
|
+
},
|
|
1364
1382
|
"azure-logic-apps-power-automate": {
|
|
1365
1383
|
"path": "assets/instructions/azure-logic-apps-power-automate.instructions.md",
|
|
1366
1384
|
"description": "Guidelines for developing Azure Logic Apps and Power Automate workflows with best practices for Workflow Definition Language (WDL), integration patterns, and enterprise automation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.83",
|
|
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",
|