workspace-architect 2.2.83 → 2.2.85

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-29T03:14:26.796Z",
3
+ "generatedAt": "2026-05-01T00:57:10.761Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -591,6 +591,12 @@
591
591
  "title": "kotlin-mcp-expert",
592
592
  "type": "agents"
593
593
  },
594
+ "kubestellar-console": {
595
+ "path": "assets/agents/kubestellar-console.agent.md",
596
+ "description": "Kubernetes operations expert for KubeStellar Console — helps you set up the console, configure kc-agent (MCP server), connect clusters, deploy workloads, and query live Kubernetes data via AI chat.",
597
+ "title": "kubestellar-console",
598
+ "type": "agents"
599
+ },
594
600
  "kusto-assistant": {
595
601
  "path": "assets/agents/kusto-assistant.agent.md",
596
602
  "description": "Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server",
@@ -711,6 +717,12 @@
711
717
  "title": "neon-optimization-analyzer",
712
718
  "type": "agents"
713
719
  },
720
+ "new-relic-incident-response": {
721
+ "path": "assets/agents/new-relic-incident-response.agent.md",
722
+ "description": "Identify and fix production issues by correlating New Relic observability data with code changes. Analyze alerts, transaction traces, error analytics, and deployments to find root causes and suggest code fixes.",
723
+ "title": "new-relic-incident-response",
724
+ "type": "agents"
725
+ },
714
726
  "nuxt-expert": {
715
727
  "path": "assets/agents/nuxt-expert.agent.md",
716
728
  "description": "Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript",
@@ -891,6 +903,12 @@
891
903
  "title": "project-architecture-planner",
892
904
  "type": "agents"
893
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
+ },
894
912
  "prompt-builder": {
895
913
  "path": "assets/agents/prompt-builder.agent.md",
896
914
  "description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai",
@@ -1751,6 +1769,12 @@
1751
1769
  "title": "go",
1752
1770
  "type": "instructions"
1753
1771
  },
1772
+ "hooks": {
1773
+ "path": "assets/instructions/hooks.instructions.md",
1774
+ "description": "Portable guidance for authoring safe, fast, and clear hooks and reusable hook examples",
1775
+ "title": "hooks",
1776
+ "type": "instructions"
1777
+ },
1754
1778
  "html-css-style-color-guide": {
1755
1779
  "path": "assets/instructions/html-css-style-color-guide.instructions.md",
1756
1780
  "description": "Color usage guidelines and styling rules for HTML elements to ensure accessible, professional designs.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.83",
3
+ "version": "2.2.85",
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",