workspace-architect 2.2.103 → 2.2.105
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 +26 -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-27T00:59:57.965Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -435,6 +435,12 @@
|
|
|
435
435
|
"title": "expert-dotnet-software-engineer",
|
|
436
436
|
"type": "agents"
|
|
437
437
|
},
|
|
438
|
+
"expert-embedded-c-engineer": {
|
|
439
|
+
"path": "assets/agents/expert-embedded-c-engineer.agent.md",
|
|
440
|
+
"description": "Expert embedded C guidance for safety-critical systems — covers MISRA C:2012/2025 rule compliance, CERT C secure coding, static analysis tooling (Coverity, QAC, PC-lint), and defensive programming patterns that frontier models do not handle reliably by default.",
|
|
441
|
+
"title": "expert-embedded-c-engineer",
|
|
442
|
+
"type": "agents"
|
|
443
|
+
},
|
|
438
444
|
"expert-nextjs-developer": {
|
|
439
445
|
"path": "assets/agents/expert-nextjs-developer.agent.md",
|
|
440
446
|
"description": "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript",
|
|
@@ -527,7 +533,7 @@
|
|
|
527
533
|
},
|
|
528
534
|
"gem-orchestrator": {
|
|
529
535
|
"path": "assets/agents/gem-orchestrator.agent.md",
|
|
530
|
-
"description": "The team lead: Orchestrates
|
|
536
|
+
"description": "The team lead: Orchestrates planning, implementation, and verification.",
|
|
531
537
|
"title": "gem-orchestrator",
|
|
532
538
|
"type": "agents"
|
|
533
539
|
},
|
|
@@ -549,6 +555,12 @@
|
|
|
549
555
|
"title": "gem-reviewer",
|
|
550
556
|
"type": "agents"
|
|
551
557
|
},
|
|
558
|
+
"gem-skill-creator": {
|
|
559
|
+
"path": "assets/agents/gem-skill-creator.agent.md",
|
|
560
|
+
"description": "Pattern-to-skill extraction — creates agent skills files from high-confidence learnings.",
|
|
561
|
+
"title": "gem-skill-creator",
|
|
562
|
+
"type": "agents"
|
|
563
|
+
},
|
|
552
564
|
"gilfoyle": {
|
|
553
565
|
"path": "assets/agents/gilfoyle.agent.md",
|
|
554
566
|
"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 +1511,12 @@
|
|
|
1499
1511
|
"title": "copilot-sdk-go",
|
|
1500
1512
|
"type": "instructions"
|
|
1501
1513
|
},
|
|
1514
|
+
"copilot-sdk-java": {
|
|
1515
|
+
"path": "assets/instructions/copilot-sdk-java.instructions.md",
|
|
1516
|
+
"description": "This file provides guidance on building Java applications using GitHub Copilot SDK for Java.",
|
|
1517
|
+
"title": "copilot-sdk-java",
|
|
1518
|
+
"type": "instructions"
|
|
1519
|
+
},
|
|
1502
1520
|
"copilot-sdk-nodejs": {
|
|
1503
1521
|
"path": "assets/instructions/copilot-sdk-nodejs.instructions.md",
|
|
1504
1522
|
"description": "This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.",
|
|
@@ -1709,6 +1727,12 @@
|
|
|
1709
1727
|
"title": "draw-io",
|
|
1710
1728
|
"type": "instructions"
|
|
1711
1729
|
},
|
|
1730
|
+
"exclude-prompt-data": {
|
|
1731
|
+
"path": "assets/instructions/exclude-prompt-data.instructions.md",
|
|
1732
|
+
"description": "Write only the resulting content into files. Never echo prompt instructions, rationale, or meta-commentary into documentation, comments, or code being produced from a prompt.",
|
|
1733
|
+
"title": "exclude-prompt-data",
|
|
1734
|
+
"type": "instructions"
|
|
1735
|
+
},
|
|
1712
1736
|
"fedora-linux": {
|
|
1713
1737
|
"path": "assets/instructions/fedora-linux.instructions.md",
|
|
1714
1738
|
"description": "Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.105",
|
|
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",
|