workspace-architect 1.5.5 → 1.5.7
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-
|
|
3
|
+
"generatedAt": "2025-12-02T23:06:56.580Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"chatmodes:4.1-Beast": {
|
|
6
6
|
"path": "assets/chatmodes/4.1-Beast.chatmode.md",
|
|
@@ -632,6 +632,12 @@
|
|
|
632
632
|
"title": "cmake-vcpkg",
|
|
633
633
|
"type": "instructions"
|
|
634
634
|
},
|
|
635
|
+
"instructions:code-review-generic": {
|
|
636
|
+
"path": "assets/instructions/code-review-generic.instructions.md",
|
|
637
|
+
"description": "Generic code review instructions that can be customized for any project using GitHub Copilot",
|
|
638
|
+
"title": "code-review-generic",
|
|
639
|
+
"type": "instructions"
|
|
640
|
+
},
|
|
635
641
|
"instructions:codexer": {
|
|
636
642
|
"path": "assets/instructions/codexer.instructions.md",
|
|
637
643
|
"description": "Advanced Python research assistant with Context 7 MCP integration, focusing on speed, reliability, and 10+ years of software development expertise",
|
|
@@ -1538,6 +1544,12 @@
|
|
|
1538
1544
|
"title": "create-technical-spike",
|
|
1539
1545
|
"type": "prompts"
|
|
1540
1546
|
},
|
|
1547
|
+
"prompts:create-tldr-page": {
|
|
1548
|
+
"path": "assets/prompts/create-tldr-page.prompt.md",
|
|
1549
|
+
"description": "Create a tldr page from documentation URLs and command examples, requiring both URL and command name.",
|
|
1550
|
+
"title": "create-tldr-page",
|
|
1551
|
+
"type": "prompts"
|
|
1552
|
+
},
|
|
1541
1553
|
"prompts:csharp-async": {
|
|
1542
1554
|
"path": "assets/prompts/csharp-async.prompt.md",
|
|
1543
1555
|
"description": "Get best practices for C# async programming",
|
|
@@ -1970,6 +1982,12 @@
|
|
|
1970
1982
|
"title": "technology-stack-blueprint-generator",
|
|
1971
1983
|
"type": "prompts"
|
|
1972
1984
|
},
|
|
1985
|
+
"prompts:tldr-prompt": {
|
|
1986
|
+
"path": "assets/prompts/tldr-prompt.prompt.md",
|
|
1987
|
+
"description": "Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.",
|
|
1988
|
+
"title": "tldr-prompt",
|
|
1989
|
+
"type": "prompts"
|
|
1990
|
+
},
|
|
1973
1991
|
"prompts:typescript-mcp-server-generator": {
|
|
1974
1992
|
"path": "assets/prompts/typescript-mcp-server-generator.prompt.md",
|
|
1975
1993
|
"description": "Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
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"
|