workspace-architect 1.5.6 → 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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2025-12-01T00:33:46.392Z",
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",
@@ -1544,6 +1544,12 @@
1544
1544
  "title": "create-technical-spike",
1545
1545
  "type": "prompts"
1546
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
+ },
1547
1553
  "prompts:csharp-async": {
1548
1554
  "path": "assets/prompts/csharp-async.prompt.md",
1549
1555
  "description": "Get best practices for C# async programming",
@@ -1976,6 +1982,12 @@
1976
1982
  "title": "technology-stack-blueprint-generator",
1977
1983
  "type": "prompts"
1978
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
+ },
1979
1991
  "prompts:typescript-mcp-server-generator": {
1980
1992
  "path": "assets/prompts/typescript-mcp-server-generator.prompt.md",
1981
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.6",
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"