workspace-architect 1.5.9 → 1.5.11
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 +19 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2025-12-
|
|
3
|
+
"generatedAt": "2025-12-09T00:28:07.654Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"chatmodes:4.1-Beast": {
|
|
6
6
|
"path": "assets/chatmodes/4.1-Beast.chatmode.md",
|
|
@@ -2054,6 +2054,24 @@
|
|
|
2054
2054
|
"title": "sql-optimization",
|
|
2055
2055
|
"type": "prompts"
|
|
2056
2056
|
},
|
|
2057
|
+
"prompts:structured-autonomy-generate": {
|
|
2058
|
+
"path": "assets/prompts/structured-autonomy-generate.prompt.md",
|
|
2059
|
+
"description": "Structured Autonomy Implementation Generator Prompt",
|
|
2060
|
+
"title": "structured-autonomy-generate",
|
|
2061
|
+
"type": "prompts"
|
|
2062
|
+
},
|
|
2063
|
+
"prompts:structured-autonomy-implement": {
|
|
2064
|
+
"path": "assets/prompts/structured-autonomy-implement.prompt.md",
|
|
2065
|
+
"description": "Structured Autonomy Implementation Prompt",
|
|
2066
|
+
"title": "structured-autonomy-implement",
|
|
2067
|
+
"type": "prompts"
|
|
2068
|
+
},
|
|
2069
|
+
"prompts:structured-autonomy-plan": {
|
|
2070
|
+
"path": "assets/prompts/structured-autonomy-plan.prompt.md",
|
|
2071
|
+
"description": "Structured Autonomy Planning Prompt",
|
|
2072
|
+
"title": "structured-autonomy-plan",
|
|
2073
|
+
"type": "prompts"
|
|
2074
|
+
},
|
|
2057
2075
|
"prompts:suggest-awesome-github-copilot-agents": {
|
|
2058
2076
|
"path": "assets/prompts/suggest-awesome-github-copilot-agents.prompt.md",
|
|
2059
2077
|
"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.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11",
|
|
4
4
|
"description": "A comprehensive library of specialized AI personas and chat modes 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"
|