workspace-architect 2.2.29 → 2.2.30

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-03T04:39:28.469Z",
3
+ "generatedAt": "2026-03-03T23:11:15.501Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -1046,6 +1046,12 @@
1046
1046
  "description": "Ask WG Code Sentinel to review your code for security issues.",
1047
1047
  "title": "wg-code-sentinel",
1048
1048
  "type": "agents"
1049
+ },
1050
+ "winui3-expert": {
1051
+ "path": "assets/agents/winui3-expert.agent.md",
1052
+ "description": "Expert agent for WinUI 3 and Windows App SDK development. Prevents common UWP-to-WinUI 3 API mistakes, guides XAML controls, MVVM patterns, windowing, threading, app lifecycle, dialogs, and deployment for desktop Windows apps.",
1053
+ "title": "winui3-expert",
1054
+ "type": "agents"
1049
1055
  }
1050
1056
  },
1051
1057
  "instructions": {
@@ -2093,6 +2099,12 @@
2093
2099
  "title": "vuejs3",
2094
2100
  "type": "instructions"
2095
2101
  },
2102
+ "winui3": {
2103
+ "path": "assets/instructions/winui3.instructions.md",
2104
+ "description": "WinUI 3 and Windows App SDK coding guidelines. Prevents common UWP API misuse, enforces correct XAML namespaces, threading, windowing, and MVVM patterns for desktop Windows apps.",
2105
+ "title": "winui3",
2106
+ "type": "instructions"
2107
+ },
2096
2108
  "wordpress": {
2097
2109
  "path": "assets/instructions/wordpress.instructions.md",
2098
2110
  "description": "Coding, security, and testing rules for WordPress plugins and themes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.29",
3
+ "version": "2.2.30",
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",