workspace-architect 2.2.3 → 2.2.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 +37 -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-01-
|
|
3
|
+
"generatedAt": "2026-01-22T23:09:20.189Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -1001,6 +1001,30 @@
|
|
|
1001
1001
|
"title": "convert-jpa-to-spring-data-cosmos",
|
|
1002
1002
|
"type": "instructions"
|
|
1003
1003
|
},
|
|
1004
|
+
"copilot-sdk-csharp": {
|
|
1005
|
+
"path": "assets/instructions/copilot-sdk-csharp.instructions.md",
|
|
1006
|
+
"description": "This file provides guidance on building C# applications using GitHub Copilot SDK.",
|
|
1007
|
+
"title": "copilot-sdk-csharp",
|
|
1008
|
+
"type": "instructions"
|
|
1009
|
+
},
|
|
1010
|
+
"copilot-sdk-go": {
|
|
1011
|
+
"path": "assets/instructions/copilot-sdk-go.instructions.md",
|
|
1012
|
+
"description": "This file provides guidance on building Go applications using GitHub Copilot SDK.",
|
|
1013
|
+
"title": "copilot-sdk-go",
|
|
1014
|
+
"type": "instructions"
|
|
1015
|
+
},
|
|
1016
|
+
"copilot-sdk-nodejs": {
|
|
1017
|
+
"path": "assets/instructions/copilot-sdk-nodejs.instructions.md",
|
|
1018
|
+
"description": "This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.",
|
|
1019
|
+
"title": "copilot-sdk-nodejs",
|
|
1020
|
+
"type": "instructions"
|
|
1021
|
+
},
|
|
1022
|
+
"copilot-sdk-python": {
|
|
1023
|
+
"path": "assets/instructions/copilot-sdk-python.instructions.md",
|
|
1024
|
+
"description": "This file provides guidance on building Python applications using GitHub Copilot SDK.",
|
|
1025
|
+
"title": "copilot-sdk-python",
|
|
1026
|
+
"type": "instructions"
|
|
1027
|
+
},
|
|
1004
1028
|
"copilot-thought-logging": {
|
|
1005
1029
|
"path": "assets/instructions/copilot-thought-logging.instructions.md",
|
|
1006
1030
|
"description": "See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed",
|
|
@@ -2957,6 +2981,18 @@
|
|
|
2957
2981
|
"prompts:remember-interactive-programming"
|
|
2958
2982
|
]
|
|
2959
2983
|
},
|
|
2984
|
+
"copilot-sdk": {
|
|
2985
|
+
"path": "assets/collections/copilot-sdk.collection.yml",
|
|
2986
|
+
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.",
|
|
2987
|
+
"title": "Copilot SDK",
|
|
2988
|
+
"type": "collections",
|
|
2989
|
+
"items": [
|
|
2990
|
+
"instructions:copilot-sdk-csharp",
|
|
2991
|
+
"instructions:copilot-sdk-go",
|
|
2992
|
+
"instructions:copilot-sdk-nodejs",
|
|
2993
|
+
"instructions:copilot-sdk-python"
|
|
2994
|
+
]
|
|
2995
|
+
},
|
|
2960
2996
|
"cpp-development": {
|
|
2961
2997
|
"path": "assets/collections/cpp-development.json",
|
|
2962
2998
|
"description": "C++ programming language resources.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.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",
|