workspace-architect 2.2.46 → 2.2.48
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 +13 -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-03-
|
|
3
|
+
"generatedAt": "2026-03-23T04:50:25.754Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -303,6 +303,12 @@
|
|
|
303
303
|
"title": "dotnet-maui",
|
|
304
304
|
"type": "agents"
|
|
305
305
|
},
|
|
306
|
+
"dotnet-self-learning-architect": {
|
|
307
|
+
"path": "assets/agents/dotnet-self-learning-architect.agent.md",
|
|
308
|
+
"description": "Senior .NET architect for complex delivery: designs .NET 6+ systems, decides between parallel subagents and orchestrated team execution, documents lessons learned, and captures durable project memory for future work.",
|
|
309
|
+
"title": "dotnet-self-learning-architect",
|
|
310
|
+
"type": "agents"
|
|
311
|
+
},
|
|
306
312
|
"dotnet-upgrade": {
|
|
307
313
|
"path": "assets/agents/dotnet-upgrade.agent.md",
|
|
308
314
|
"description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
|
|
@@ -435,6 +441,12 @@
|
|
|
435
441
|
"title": "github-actions-expert",
|
|
436
442
|
"type": "agents"
|
|
437
443
|
},
|
|
444
|
+
"github-actions-node-upgrade": {
|
|
445
|
+
"path": "assets/agents/github-actions-node-upgrade.agent.md",
|
|
446
|
+
"description": "Upgrade a GitHub Actions JavaScript/TypeScript action to a newer Node runtime version (e.g., node20 to node24) with major version bump, CI updates, and full validation",
|
|
447
|
+
"title": "github-actions-node-upgrade",
|
|
448
|
+
"type": "agents"
|
|
449
|
+
},
|
|
438
450
|
"go-mcp-expert": {
|
|
439
451
|
"path": "assets/agents/go-mcp-expert.agent.md",
|
|
440
452
|
"description": "Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.48",
|
|
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",
|