workspace-architect 1.5.7 → 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-02T23:06:56.580Z",
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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "1.5.7",
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"