workspace-architect 2.2.103 → 2.2.104
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 +14 -2
- 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-05-
|
|
3
|
+
"generatedAt": "2026-05-25T01:52:03.360Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
},
|
|
528
528
|
"gem-orchestrator": {
|
|
529
529
|
"path": "assets/agents/gem-orchestrator.agent.md",
|
|
530
|
-
"description": "The team lead: Orchestrates
|
|
530
|
+
"description": "The team lead: Orchestrates planning, implementation, and verification.",
|
|
531
531
|
"title": "gem-orchestrator",
|
|
532
532
|
"type": "agents"
|
|
533
533
|
},
|
|
@@ -549,6 +549,12 @@
|
|
|
549
549
|
"title": "gem-reviewer",
|
|
550
550
|
"type": "agents"
|
|
551
551
|
},
|
|
552
|
+
"gem-skill-creator": {
|
|
553
|
+
"path": "assets/agents/gem-skill-creator.agent.md",
|
|
554
|
+
"description": "Pattern-to-skill extraction — creates agent skills files from high-confidence learnings.",
|
|
555
|
+
"title": "gem-skill-creator",
|
|
556
|
+
"type": "agents"
|
|
557
|
+
},
|
|
552
558
|
"gilfoyle": {
|
|
553
559
|
"path": "assets/agents/gilfoyle.agent.md",
|
|
554
560
|
"description": "Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.",
|
|
@@ -1499,6 +1505,12 @@
|
|
|
1499
1505
|
"title": "copilot-sdk-go",
|
|
1500
1506
|
"type": "instructions"
|
|
1501
1507
|
},
|
|
1508
|
+
"copilot-sdk-java": {
|
|
1509
|
+
"path": "assets/instructions/copilot-sdk-java.instructions.md",
|
|
1510
|
+
"description": "This file provides guidance on building Java applications using GitHub Copilot SDK for Java.",
|
|
1511
|
+
"title": "copilot-sdk-java",
|
|
1512
|
+
"type": "instructions"
|
|
1513
|
+
},
|
|
1502
1514
|
"copilot-sdk-nodejs": {
|
|
1503
1515
|
"path": "assets/instructions/copilot-sdk-nodejs.instructions.md",
|
|
1504
1516
|
"description": "This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.104",
|
|
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",
|