workspace-architect 1.5.6 → 1.5.8

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-04T23:06:52.621Z",
4
4
  "assets": {
5
5
  "chatmodes:4.1-Beast": {
6
6
  "path": "assets/chatmodes/4.1-Beast.chatmode.md",
@@ -1442,6 +1442,12 @@
1442
1442
  "title": "conventional-commit",
1443
1443
  "type": "prompts"
1444
1444
  },
1445
+ "prompts:convert-plaintext-to-md": {
1446
+ "path": "assets/prompts/convert-plaintext-to-md.prompt.md",
1447
+ "description": "Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.",
1448
+ "title": "convert-plaintext-to-md",
1449
+ "type": "prompts"
1450
+ },
1445
1451
  "prompts:copilot-instructions-blueprint-generator": {
1446
1452
  "path": "assets/prompts/copilot-instructions-blueprint-generator.prompt.md",
1447
1453
  "description": "Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.",
@@ -1544,6 +1550,12 @@
1544
1550
  "title": "create-technical-spike",
1545
1551
  "type": "prompts"
1546
1552
  },
1553
+ "prompts:create-tldr-page": {
1554
+ "path": "assets/prompts/create-tldr-page.prompt.md",
1555
+ "description": "Create a tldr page from documentation URLs and command examples, requiring both URL and command name.",
1556
+ "title": "create-tldr-page",
1557
+ "type": "prompts"
1558
+ },
1547
1559
  "prompts:csharp-async": {
1548
1560
  "path": "assets/prompts/csharp-async.prompt.md",
1549
1561
  "description": "Get best practices for C# async programming",
@@ -1976,6 +1988,12 @@
1976
1988
  "title": "technology-stack-blueprint-generator",
1977
1989
  "type": "prompts"
1978
1990
  },
1991
+ "prompts:tldr-prompt": {
1992
+ "path": "assets/prompts/tldr-prompt.prompt.md",
1993
+ "description": "Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.",
1994
+ "title": "tldr-prompt",
1995
+ "type": "prompts"
1996
+ },
1979
1997
  "prompts:typescript-mcp-server-generator": {
1980
1998
  "path": "assets/prompts/typescript-mcp-server-generator.prompt.md",
1981
1999
  "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.8",
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"