workspace-architect 2.2.79 → 2.2.81
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-28T08:57:30.007Z",
|
|
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.",
|
|
@@ -639,6 +657,12 @@
|
|
|
639
657
|
"title": "modernization",
|
|
640
658
|
"type": "agents"
|
|
641
659
|
},
|
|
660
|
+
"modernize-java": {
|
|
661
|
+
"path": "assets/agents/modernize-java.agent.md",
|
|
662
|
+
"description": "Upgrades Java projects to target versions (e.g., Java 21, Spring Boot 3.2) via incremental planning and execution. Use this agent for all Java upgrade requests.",
|
|
663
|
+
"title": "modernize-java",
|
|
664
|
+
"type": "agents"
|
|
665
|
+
},
|
|
642
666
|
"monday-bug-fixer": {
|
|
643
667
|
"path": "assets/agents/monday-bug-fixer.agent.md",
|
|
644
668
|
"description": "Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive PRs.",
|
|
@@ -1499,6 +1523,12 @@
|
|
|
1499
1523
|
"title": "csharp-mcp-server",
|
|
1500
1524
|
"type": "instructions"
|
|
1501
1525
|
},
|
|
1526
|
+
"csharp-razorpages": {
|
|
1527
|
+
"path": "assets/instructions/csharp-razorpages.instructions.md",
|
|
1528
|
+
"description": "Razor Pages component and application patterns",
|
|
1529
|
+
"title": "csharp-razorpages",
|
|
1530
|
+
"type": "instructions"
|
|
1531
|
+
},
|
|
1502
1532
|
"csharp": {
|
|
1503
1533
|
"path": "assets/instructions/csharp.instructions.md",
|
|
1504
1534
|
"description": "Guidelines for building C# applications",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.81",
|
|
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",
|