workspace-architect 2.2.87 → 2.2.89

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-05-04T01:41:46.146Z",
3
+ "generatedAt": "2026-05-06T00:49:32.479Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -63,6 +63,12 @@
63
63
  "title": "agent-governance-reviewer",
64
64
  "type": "agents"
65
65
  },
66
+ "ai-readiness-reporter": {
67
+ "path": "assets/agents/ai-readiness-reporter.agent.md",
68
+ "description": "Runs the AgentRC readiness assessment on the current repository and produces a self-contained, static HTML dashboard at reports/index.html. Explains every readiness pillar, the maturity level, and an actionable remediation plan, framed by AgentRC measure → generate → maintain loop. Use when asked to assess, audit, score, report on, or visualise the AI readiness of a repo.",
69
+ "title": "ai-readiness-reporter",
70
+ "type": "agents"
71
+ },
66
72
  "ai-team-dev": {
67
73
  "path": "assets/agents/ai-team-dev.agent.md",
68
74
  "description": "AI development team agent (Nova, Sage, Milo). Use when: building features, writing application code, fixing bugs, implementing UI components, creating APIs, styling with CSS, writing database queries, or executing sprint plans. The team switches between frontend, backend, and design roles as needed.",
@@ -339,6 +345,12 @@
339
345
  "title": "diffblue-cover",
340
346
  "type": "agents"
341
347
  },
348
+ "dotnet-fullstack-mentor": {
349
+ "path": "assets/agents/dotnet-fullstack-mentor.agent.md",
350
+ "description": "Opinionated mentor for .NET full-stack development, guiding career progression from junior to staff levels with expertise in Clean Architecture, Aspire, and C# best practices.",
351
+ "title": "dotnet-fullstack-mentor",
352
+ "type": "agents"
353
+ },
342
354
  "dotnet-maui": {
343
355
  "path": "assets/agents/dotnet-maui.agent.md",
344
356
  "description": "Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.87",
3
+ "version": "2.2.89",
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",