workspace-architect 2.0.1 → 2.0.3
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 +49 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.1.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
3
|
+
"generatedAt": "2026-01-09T19:09:59.973Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents:4.1-Beast": {
|
|
6
6
|
"path": "assets/agents/4.1-Beast.agent.md",
|
|
@@ -374,6 +374,12 @@
|
|
|
374
374
|
"title": "lingodotdev-i18n",
|
|
375
375
|
"type": "agents"
|
|
376
376
|
},
|
|
377
|
+
"agents:mcp-m365-agent-expert": {
|
|
378
|
+
"path": "assets/agents/mcp-m365-agent-expert.agent.md",
|
|
379
|
+
"description": "Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration",
|
|
380
|
+
"title": "mcp-m365-agent-expert",
|
|
381
|
+
"type": "agents"
|
|
382
|
+
},
|
|
377
383
|
"agents:mentor": {
|
|
378
384
|
"path": "assets/agents/mentor.agent.md",
|
|
379
385
|
"description": "Help mentor the engineer by providing guidance and support.",
|
|
@@ -602,6 +608,12 @@
|
|
|
602
608
|
"title": "rust-mcp-expert",
|
|
603
609
|
"type": "agents"
|
|
604
610
|
},
|
|
611
|
+
"agents:salesforce-expert": {
|
|
612
|
+
"path": "assets/agents/salesforce-expert.agent.md",
|
|
613
|
+
"description": "Provide expert Salesforce Platform guidance, including Apex Enterprise Patterns, LWC, integration, and Aura-to-LWC migration.",
|
|
614
|
+
"title": "salesforce-expert",
|
|
615
|
+
"type": "agents"
|
|
616
|
+
},
|
|
605
617
|
"agents:se-gitops-ci-specialist": {
|
|
606
618
|
"path": "assets/agents/se-gitops-ci-specialist.agent.md",
|
|
607
619
|
"description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
|
|
@@ -1226,6 +1238,12 @@
|
|
|
1226
1238
|
"title": "localization",
|
|
1227
1239
|
"type": "instructions"
|
|
1228
1240
|
},
|
|
1241
|
+
"instructions:lwc": {
|
|
1242
|
+
"path": "assets/instructions/lwc.instructions.md",
|
|
1243
|
+
"description": "Guidelines and best practices for developing Lightning Web Components (LWC) on Salesforce Platform.",
|
|
1244
|
+
"title": "lwc",
|
|
1245
|
+
"type": "instructions"
|
|
1246
|
+
},
|
|
1229
1247
|
"instructions:makefile": {
|
|
1230
1248
|
"path": "assets/instructions/makefile.instructions.md",
|
|
1231
1249
|
"description": "Best practices for authoring GNU Make Makefiles",
|
|
@@ -1238,6 +1256,12 @@
|
|
|
1238
1256
|
"title": "markdown",
|
|
1239
1257
|
"type": "instructions"
|
|
1240
1258
|
},
|
|
1259
|
+
"instructions:mcp-m365-copilot": {
|
|
1260
|
+
"path": "assets/instructions/mcp-m365-copilot.instructions.md",
|
|
1261
|
+
"description": "Best practices for building MCP-based declarative agents and API plugins for Microsoft 365 Copilot with Model Context Protocol integration",
|
|
1262
|
+
"title": "mcp-m365-copilot",
|
|
1263
|
+
"type": "instructions"
|
|
1264
|
+
},
|
|
1241
1265
|
"instructions:memory-bank": {
|
|
1242
1266
|
"path": "assets/instructions/memory-bank.instructions.md",
|
|
1243
1267
|
"description": "",
|
|
@@ -1562,6 +1586,12 @@
|
|
|
1562
1586
|
"title": "rust",
|
|
1563
1587
|
"type": "instructions"
|
|
1564
1588
|
},
|
|
1589
|
+
"instructions:scala2": {
|
|
1590
|
+
"path": "assets/instructions/scala2.instructions.md",
|
|
1591
|
+
"description": "Scala 2.12/2.13 programming language coding conventions and best practices following Databricks style guide for functional programming, type safety, and production code quality.",
|
|
1592
|
+
"title": "scala2",
|
|
1593
|
+
"type": "instructions"
|
|
1594
|
+
},
|
|
1565
1595
|
"instructions:security-and-owasp": {
|
|
1566
1596
|
"path": "assets/instructions/security-and-owasp.instructions.md",
|
|
1567
1597
|
"description": "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices.",
|
|
@@ -2150,6 +2180,24 @@
|
|
|
2150
2180
|
"title": "mcp-copilot-studio-server-generator",
|
|
2151
2181
|
"type": "prompts"
|
|
2152
2182
|
},
|
|
2183
|
+
"prompts:mcp-create-adaptive-cards": {
|
|
2184
|
+
"path": "assets/prompts/mcp-create-adaptive-cards.prompt.md",
|
|
2185
|
+
"description": "",
|
|
2186
|
+
"title": "mcp-create-adaptive-cards",
|
|
2187
|
+
"type": "prompts"
|
|
2188
|
+
},
|
|
2189
|
+
"prompts:mcp-create-declarative-agent": {
|
|
2190
|
+
"path": "assets/prompts/mcp-create-declarative-agent.prompt.md",
|
|
2191
|
+
"description": "",
|
|
2192
|
+
"title": "mcp-create-declarative-agent",
|
|
2193
|
+
"type": "prompts"
|
|
2194
|
+
},
|
|
2195
|
+
"prompts:mcp-deploy-manage-agents": {
|
|
2196
|
+
"path": "assets/prompts/mcp-deploy-manage-agents.prompt.md",
|
|
2197
|
+
"description": "",
|
|
2198
|
+
"title": "mcp-deploy-manage-agents",
|
|
2199
|
+
"type": "prompts"
|
|
2200
|
+
},
|
|
2153
2201
|
"prompts:memory-merger": {
|
|
2154
2202
|
"path": "assets/prompts/memory-merger.prompt.md",
|
|
2155
2203
|
"description": "Merges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` where scope is `global` (default), `user`, `workspace`, or `ws`.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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",
|