workspace-architect 2.2.53 → 2.2.55
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-29T21:14:20.870Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -1493,6 +1493,12 @@
|
|
|
1493
1493
|
"title": "dotnet-wpf",
|
|
1494
1494
|
"type": "instructions"
|
|
1495
1495
|
},
|
|
1496
|
+
"draw-io": {
|
|
1497
|
+
"path": "assets/instructions/draw-io.instructions.md",
|
|
1498
|
+
"description": "Use when creating, editing, or reviewing draw.io diagrams and mxGraph XML in .drawio, .drawio.svg, or .drawio.png files.",
|
|
1499
|
+
"title": "draw-io",
|
|
1500
|
+
"type": "instructions"
|
|
1501
|
+
},
|
|
1496
1502
|
"fedora-linux": {
|
|
1497
1503
|
"path": "assets/instructions/fedora-linux.instructions.md",
|
|
1498
1504
|
"description": "Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices.",
|
|
@@ -2123,6 +2129,12 @@
|
|
|
2123
2129
|
"title": "update-docs-on-code-change",
|
|
2124
2130
|
"type": "instructions"
|
|
2125
2131
|
},
|
|
2132
|
+
"use-cliche-data-in-docs": {
|
|
2133
|
+
"path": "assets/instructions/use-cliche-data-in-docs.instructions.md",
|
|
2134
|
+
"description": "Ensure documentation and examples use only generic, cliche placeholder data — never real or sensitive data sourced from local scripts, configuration, task files, or prompt context.",
|
|
2135
|
+
"title": "use-cliche-data-in-docs",
|
|
2136
|
+
"type": "instructions"
|
|
2137
|
+
},
|
|
2126
2138
|
"vsixtoolkit": {
|
|
2127
2139
|
"path": "assets/instructions/vsixtoolkit.instructions.md",
|
|
2128
2140
|
"description": "Guidelines for Visual Studio extension (VSIX) development using Community.VisualStudio.Toolkit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.55",
|
|
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",
|