workspace-architect 1.5.19 → 1.5.21

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-14T21:06:53.219Z",
3
+ "generatedAt": "2025-12-14T23:07:27.040Z",
4
4
  "assets": {
5
5
  "agents:4.1-Beast": {
6
6
  "path": "assets/agents/4.1-Beast.agent.md",
@@ -218,6 +218,12 @@
218
218
  "title": "diffblue-cover",
219
219
  "type": "agents"
220
220
  },
221
+ "agents:dotnet-maui": {
222
+ "path": "assets/agents/dotnet-maui.agent.md",
223
+ "description": "Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.",
224
+ "title": "dotnet-maui",
225
+ "type": "agents"
226
+ },
221
227
  "agents:dotnet-upgrade": {
222
228
  "path": "assets/agents/dotnet-upgrade.agent.md",
223
229
  "description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
@@ -776,6 +782,12 @@
776
782
  "title": "ansible",
777
783
  "type": "instructions"
778
784
  },
785
+ "instructions:apex": {
786
+ "path": "assets/instructions/apex.instructions.md",
787
+ "description": "Guidelines and best practices for Apex development on the Salesforce Platform",
788
+ "title": "apex",
789
+ "type": "instructions"
790
+ },
779
791
  "instructions:aspnet-rest-apis": {
780
792
  "path": "assets/instructions/aspnet-rest-apis.instructions.md",
781
793
  "description": "Guidelines for building REST APIs with ASP.NET",
@@ -1622,6 +1634,12 @@
1622
1634
  "title": "update-code-from-shorthand",
1623
1635
  "type": "instructions"
1624
1636
  },
1637
+ "instructions:update-docs-on-code-change": {
1638
+ "path": "assets/instructions/update-docs-on-code-change.instructions.md",
1639
+ "description": "Automatically update README.md and documentation files when application code changes require documentation updates",
1640
+ "title": "update-docs-on-code-change",
1641
+ "type": "instructions"
1642
+ },
1625
1643
  "instructions:vuejs3": {
1626
1644
  "path": "assets/instructions/vuejs3.instructions.md",
1627
1645
  "description": "VueJS 3 development standards and best practices with Composition API and TypeScript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "1.5.19",
3
+ "version": "1.5.21",
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"