workspace-architect 2.2.92 → 2.2.94
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.
- package/assets-manifest.json +13 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-05-
|
|
3
|
+
"generatedAt": "2026-05-11T01:43:18.869Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -951,6 +951,12 @@
|
|
|
951
951
|
"title": "qa-subagent",
|
|
952
952
|
"type": "agents"
|
|
953
953
|
},
|
|
954
|
+
"quality-playbook": {
|
|
955
|
+
"path": "assets/agents/quality-playbook.agent.md",
|
|
956
|
+
"description": "Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.",
|
|
957
|
+
"title": "quality-playbook",
|
|
958
|
+
"type": "agents"
|
|
959
|
+
},
|
|
954
960
|
"react18-auditor": {
|
|
955
961
|
"path": "assets/agents/react18-auditor.agent.md",
|
|
956
962
|
"description": "Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.",
|
|
@@ -1937,6 +1943,12 @@
|
|
|
1937
1943
|
"title": "ms-sql-dba",
|
|
1938
1944
|
"type": "instructions"
|
|
1939
1945
|
},
|
|
1946
|
+
"mvvm-toolkit": {
|
|
1947
|
+
"path": "assets/instructions/mvvm-toolkit.instructions.md",
|
|
1948
|
+
"description": "CommunityToolkit.Mvvm (MVVM Toolkit) coding conventions for ViewModels, commands, messaging, validation, and DI across WPF, WinUI 3, .NET MAUI, Uno Platform, and Avalonia.",
|
|
1949
|
+
"title": "mvvm-toolkit",
|
|
1950
|
+
"type": "instructions"
|
|
1951
|
+
},
|
|
1940
1952
|
"nestjs": {
|
|
1941
1953
|
"path": "assets/instructions/nestjs.instructions.md",
|
|
1942
1954
|
"description": "NestJS development standards and best practices for building scalable Node.js server-side applications",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.94",
|
|
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",
|