workspace-architect 2.1.3 → 2.1.5
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 +8 -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-01-
|
|
3
|
+
"generatedAt": "2026-01-14T22:08:17.864Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -1187,6 +1187,12 @@
|
|
|
1187
1187
|
"title": "go",
|
|
1188
1188
|
"type": "instructions"
|
|
1189
1189
|
},
|
|
1190
|
+
"html-css-style-color-guide": {
|
|
1191
|
+
"path": "assets/instructions/html-css-style-color-guide.instructions.md",
|
|
1192
|
+
"description": "Color usage guidelines and styling rules for HTML elements to ensure accessible, professional designs.",
|
|
1193
|
+
"title": "html-css-style-color-guide",
|
|
1194
|
+
"type": "instructions"
|
|
1195
|
+
},
|
|
1190
1196
|
"instructions": {
|
|
1191
1197
|
"path": "assets/instructions/instructions.instructions.md",
|
|
1192
1198
|
"description": "Guidelines for creating high-quality custom instruction files for GitHub Copilot",
|
|
@@ -2457,7 +2463,7 @@
|
|
|
2457
2463
|
},
|
|
2458
2464
|
"suggest-awesome-github-copilot-agents": {
|
|
2459
2465
|
"path": "assets/prompts/suggest-awesome-github-copilot-agents.prompt.md",
|
|
2460
|
-
"description": "Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository.",
|
|
2466
|
+
"description": "Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.",
|
|
2461
2467
|
"title": "suggest-awesome-github-copilot-agents",
|
|
2462
2468
|
"type": "prompts"
|
|
2463
2469
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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",
|