workspace-architect 2.2.49 → 2.2.50

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": "2.0.0",
3
- "generatedAt": "2026-03-23T05:37:52.964Z",
3
+ "generatedAt": "2026-03-23T23:14:02.418Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -1625,9 +1625,21 @@
1625
1625
  "title": "markdown-accessibility",
1626
1626
  "type": "instructions"
1627
1627
  },
1628
+ "markdown-content-creation": {
1629
+ "path": "assets/instructions/markdown-content-creation.instructions.md",
1630
+ "description": "Markdown guidelines and content creation standards for blog posts",
1631
+ "title": "markdown-content-creation",
1632
+ "type": "instructions"
1633
+ },
1634
+ "markdown-gfm": {
1635
+ "path": "assets/instructions/markdown-gfm.instructions.md",
1636
+ "description": "Markdown formatting for GitHub-flavored markdown (GFM) files",
1637
+ "title": "markdown-gfm",
1638
+ "type": "instructions"
1639
+ },
1628
1640
  "markdown": {
1629
1641
  "path": "assets/instructions/markdown.instructions.md",
1630
- "description": "Documentation and content creation standards",
1642
+ "description": "Markdown formatting aligned to the CommonMark specification (0.31.2)",
1631
1643
  "title": "markdown",
1632
1644
  "type": "instructions"
1633
1645
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.49",
3
+ "version": "2.2.50",
4
4
  "description": "A comprehensive library of specialized AI agents and personas 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",