workspace-architect 2.2.28 → 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.
- package/assets-manifest.json +19 -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-03-
|
|
3
|
+
"generatedAt": "2026-03-03T23:11:15.501Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -837,6 +837,12 @@
|
|
|
837
837
|
"title": "salesforce-expert",
|
|
838
838
|
"type": "agents"
|
|
839
839
|
},
|
|
840
|
+
"scientific-paper-research": {
|
|
841
|
+
"path": "assets/agents/scientific-paper-research.agent.md",
|
|
842
|
+
"description": "Research agent that searches scientific papers and retrieves structured experimental data from full-text studies using the BGPT MCP server.",
|
|
843
|
+
"title": "scientific-paper-research",
|
|
844
|
+
"type": "agents"
|
|
845
|
+
},
|
|
840
846
|
"se-gitops-ci-specialist": {
|
|
841
847
|
"path": "assets/agents/se-gitops-ci-specialist.agent.md",
|
|
842
848
|
"description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
|
|
@@ -1040,6 +1046,12 @@
|
|
|
1040
1046
|
"description": "Ask WG Code Sentinel to review your code for security issues.",
|
|
1041
1047
|
"title": "wg-code-sentinel",
|
|
1042
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"
|
|
1043
1055
|
}
|
|
1044
1056
|
},
|
|
1045
1057
|
"instructions": {
|
|
@@ -2087,6 +2099,12 @@
|
|
|
2087
2099
|
"title": "vuejs3",
|
|
2088
2100
|
"type": "instructions"
|
|
2089
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
|
+
},
|
|
2090
2108
|
"wordpress": {
|
|
2091
2109
|
"path": "assets/instructions/wordpress.instructions.md",
|
|
2092
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.
|
|
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",
|