workspace-architect 2.2.5 → 2.2.6
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 +2 -9
- 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-23T00:31:41.555Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -2527,12 +2527,6 @@
|
|
|
2527
2527
|
"title": "suggest-awesome-github-copilot-agents",
|
|
2528
2528
|
"type": "prompts"
|
|
2529
2529
|
},
|
|
2530
|
-
"suggest-awesome-github-copilot-chatmodes": {
|
|
2531
|
-
"path": "assets/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md",
|
|
2532
|
-
"description": "Suggest relevant GitHub Copilot Custom Chat Modes files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom chat modes in this repository.",
|
|
2533
|
-
"title": "suggest-awesome-github-copilot-chatmodes",
|
|
2534
|
-
"type": "prompts"
|
|
2535
|
-
},
|
|
2536
2530
|
"suggest-awesome-github-copilot-collections": {
|
|
2537
2531
|
"path": "assets/prompts/suggest-awesome-github-copilot-collections.prompt.md",
|
|
2538
2532
|
"description": "Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets, and identifying outdated collection assets that need updates.",
|
|
@@ -2759,11 +2753,10 @@
|
|
|
2759
2753
|
},
|
|
2760
2754
|
"awesome-copilot": {
|
|
2761
2755
|
"path": "assets/collections/awesome-copilot.collection.yml",
|
|
2762
|
-
"description": "Meta prompts that help you discover and generate curated GitHub Copilot
|
|
2756
|
+
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
|
|
2763
2757
|
"title": "Awesome Copilot",
|
|
2764
2758
|
"type": "collections",
|
|
2765
2759
|
"items": [
|
|
2766
|
-
"prompts:suggest-awesome-github-copilot-chatmodes",
|
|
2767
2760
|
"prompts:suggest-awesome-github-copilot-collections",
|
|
2768
2761
|
"prompts:suggest-awesome-github-copilot-instructions",
|
|
2769
2762
|
"prompts:suggest-awesome-github-copilot-prompts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
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",
|