workspace-architect 2.2.104 → 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 +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-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",
|
|
@@ -1721,6 +1727,12 @@
|
|
|
1721
1727
|
"title": "draw-io",
|
|
1722
1728
|
"type": "instructions"
|
|
1723
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
|
+
},
|
|
1724
1736
|
"fedora-linux": {
|
|
1725
1737
|
"path": "assets/instructions/fedora-linux.instructions.md",
|
|
1726
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",
|