workspace-architect 2.2.80 → 2.2.82
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 +31 -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-29T01:42:08.103Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -63,6 +63,24 @@
|
|
|
63
63
|
"title": "agent-governance-reviewer",
|
|
64
64
|
"type": "agents"
|
|
65
65
|
},
|
|
66
|
+
"ai-team-dev": {
|
|
67
|
+
"path": "assets/agents/ai-team-dev.agent.md",
|
|
68
|
+
"description": "AI development team agent (Nova, Sage, Milo). Use when: building features, writing application code, fixing bugs, implementing UI components, creating APIs, styling with CSS, writing database queries, or executing sprint plans. The team switches between frontend, backend, and design roles as needed.",
|
|
69
|
+
"title": "ai-team-dev",
|
|
70
|
+
"type": "agents"
|
|
71
|
+
},
|
|
72
|
+
"ai-team-producer": {
|
|
73
|
+
"path": "assets/agents/ai-team-producer.agent.md",
|
|
74
|
+
"description": "AI team producer agent (Remy). Use when: planning sprints, creating PROJECT_BRIEF.md, triaging bugs, merging PRs, coordinating between dev and QA teams, filing GitHub Issues, writing sprint plans, running brainstorms, or recovering project context. NEVER writes application code.",
|
|
75
|
+
"title": "ai-team-producer",
|
|
76
|
+
"type": "agents"
|
|
77
|
+
},
|
|
78
|
+
"ai-team-qa": {
|
|
79
|
+
"path": "assets/agents/ai-team-qa.agent.md",
|
|
80
|
+
"description": "AI QA engineer agent (Ivy). Use when: testing features, running E2E tests, playtesting, filing bug reports, writing test automation, creating QA sign-off documents, or verifying bug fixes. Reports bugs as GitHub Issues.",
|
|
81
|
+
"title": "ai-team-qa",
|
|
82
|
+
"type": "agents"
|
|
83
|
+
},
|
|
66
84
|
"amplitude-experiment-implementation": {
|
|
67
85
|
"path": "assets/agents/amplitude-experiment-implementation.agent.md",
|
|
68
86
|
"description": "This custom agent uses Amplitude's MCP tools to deploy new experiments inside of Amplitude, enabling seamless variant testing capabilities and rollout of product features.",
|
|
@@ -141,6 +159,12 @@
|
|
|
141
159
|
"title": "azure-saas-architect",
|
|
142
160
|
"type": "agents"
|
|
143
161
|
},
|
|
162
|
+
"azure-smart-city-iot-architect": {
|
|
163
|
+
"path": "assets/agents/azure-smart-city-iot-architect.agent.md",
|
|
164
|
+
"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.",
|
|
165
|
+
"title": "azure-smart-city-iot-architect",
|
|
166
|
+
"type": "agents"
|
|
167
|
+
},
|
|
144
168
|
"azure-verified-modules-bicep": {
|
|
145
169
|
"path": "assets/agents/azure-verified-modules-bicep.agent.md",
|
|
146
170
|
"description": "Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).",
|
|
@@ -1343,6 +1367,12 @@
|
|
|
1343
1367
|
"title": "azure-functions-typescript",
|
|
1344
1368
|
"type": "instructions"
|
|
1345
1369
|
},
|
|
1370
|
+
"azure-iot-edge-architecture": {
|
|
1371
|
+
"path": "assets/instructions/azure-iot-edge-architecture.instructions.md",
|
|
1372
|
+
"description": "Require Azure IoT Edge documentation review before proposing edge IoT architectures or Azure implementation guidance.",
|
|
1373
|
+
"title": "azure-iot-edge-architecture",
|
|
1374
|
+
"type": "instructions"
|
|
1375
|
+
},
|
|
1346
1376
|
"azure-logic-apps-power-automate": {
|
|
1347
1377
|
"path": "assets/instructions/azure-logic-apps-power-automate.instructions.md",
|
|
1348
1378
|
"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.82",
|
|
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",
|