workspace-architect 2.2.84 → 2.2.86

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-04-30T00:52:27.436Z",
3
+ "generatedAt": "2026-05-03T14:24:15.019Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -903,6 +903,12 @@
903
903
  "title": "project-architecture-planner",
904
904
  "type": "agents"
905
905
  },
906
+ "project-documenter": {
907
+ "path": "assets/agents/project-documenter.agent.md",
908
+ "description": "Generates professional MS Word project documentation with draw.io architecture diagrams and embedded PNG images. Automatically discovers any project's technology stack, architecture, and code structure. Produces Markdown, draw.io diagrams, PNG exports, and .docx output.",
909
+ "title": "project-documenter",
910
+ "type": "agents"
911
+ },
906
912
  "prompt-builder": {
907
913
  "path": "assets/agents/prompt-builder.agent.md",
908
914
  "description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.84",
3
+ "version": "2.2.86",
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",