workspace-architect 2.0.1 → 2.0.2
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": "1.1.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
3
|
+
"generatedAt": "2026-01-09T18:11:21.786Z",
|
|
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.",
|
|
@@ -1238,6 +1244,12 @@
|
|
|
1238
1244
|
"title": "markdown",
|
|
1239
1245
|
"type": "instructions"
|
|
1240
1246
|
},
|
|
1247
|
+
"instructions:mcp-m365-copilot": {
|
|
1248
|
+
"path": "assets/instructions/mcp-m365-copilot.instructions.md",
|
|
1249
|
+
"description": "Best practices for building MCP-based declarative agents and API plugins for Microsoft 365 Copilot with Model Context Protocol integration",
|
|
1250
|
+
"title": "mcp-m365-copilot",
|
|
1251
|
+
"type": "instructions"
|
|
1252
|
+
},
|
|
1241
1253
|
"instructions:memory-bank": {
|
|
1242
1254
|
"path": "assets/instructions/memory-bank.instructions.md",
|
|
1243
1255
|
"description": "",
|
|
@@ -2150,6 +2162,24 @@
|
|
|
2150
2162
|
"title": "mcp-copilot-studio-server-generator",
|
|
2151
2163
|
"type": "prompts"
|
|
2152
2164
|
},
|
|
2165
|
+
"prompts:mcp-create-adaptive-cards": {
|
|
2166
|
+
"path": "assets/prompts/mcp-create-adaptive-cards.prompt.md",
|
|
2167
|
+
"description": "",
|
|
2168
|
+
"title": "mcp-create-adaptive-cards",
|
|
2169
|
+
"type": "prompts"
|
|
2170
|
+
},
|
|
2171
|
+
"prompts:mcp-create-declarative-agent": {
|
|
2172
|
+
"path": "assets/prompts/mcp-create-declarative-agent.prompt.md",
|
|
2173
|
+
"description": "",
|
|
2174
|
+
"title": "mcp-create-declarative-agent",
|
|
2175
|
+
"type": "prompts"
|
|
2176
|
+
},
|
|
2177
|
+
"prompts:mcp-deploy-manage-agents": {
|
|
2178
|
+
"path": "assets/prompts/mcp-deploy-manage-agents.prompt.md",
|
|
2179
|
+
"description": "",
|
|
2180
|
+
"title": "mcp-deploy-manage-agents",
|
|
2181
|
+
"type": "prompts"
|
|
2182
|
+
},
|
|
2153
2183
|
"prompts:memory-merger": {
|
|
2154
2184
|
"path": "assets/prompts/memory-merger.prompt.md",
|
|
2155
2185
|
"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.2",
|
|
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",
|