workspace-architect 2.2.15 → 2.2.16
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 +7 -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-02-
|
|
3
|
+
"generatedAt": "2026-02-05T23:09:59.535Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -1433,6 +1433,12 @@
|
|
|
1433
1433
|
"title": "nextjs",
|
|
1434
1434
|
"type": "instructions"
|
|
1435
1435
|
},
|
|
1436
|
+
"no-heredoc": {
|
|
1437
|
+
"path": "assets/instructions/no-heredoc.instructions.md",
|
|
1438
|
+
"description": "Prevents terminal heredoc file corruption in VS Code Copilot by enforcing use of file editing tools instead of shell redirections",
|
|
1439
|
+
"title": "no-heredoc",
|
|
1440
|
+
"type": "instructions"
|
|
1441
|
+
},
|
|
1436
1442
|
"nodejs-javascript-vitest": {
|
|
1437
1443
|
"path": "assets/instructions/nodejs-javascript-vitest.instructions.md",
|
|
1438
1444
|
"description": "Guidelines for writing Node.js and JavaScript code with Vitest testing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.16",
|
|
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",
|