workspace-architect 2.2.65 → 2.2.66
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-04-
|
|
3
|
+
"generatedAt": "2026-04-10T00:41:58.820Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
"title": "WinFormsExpert",
|
|
34
34
|
"type": "agents"
|
|
35
35
|
},
|
|
36
|
+
"accessibility-runtime-tester": {
|
|
37
|
+
"path": "assets/agents/accessibility-runtime-tester.agent.md",
|
|
38
|
+
"description": "Runtime accessibility specialist for keyboard flows, focus management, dialog behavior, form errors, and evidence-backed WCAG validation in the browser.",
|
|
39
|
+
"title": "accessibility-runtime-tester",
|
|
40
|
+
"type": "agents"
|
|
41
|
+
},
|
|
36
42
|
"accessibility": {
|
|
37
43
|
"path": "assets/agents/accessibility.agent.md",
|
|
38
44
|
"description": "Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing",
|
|
@@ -291,6 +297,12 @@
|
|
|
291
297
|
"title": "devops-expert",
|
|
292
298
|
"type": "agents"
|
|
293
299
|
},
|
|
300
|
+
"devtools-regression-investigator": {
|
|
301
|
+
"path": "assets/agents/devtools-regression-investigator.agent.md",
|
|
302
|
+
"description": "Browser regression specialist for reproducing broken user flows, collecting console and network evidence, and narrowing likely root causes with Chrome DevTools MCP.",
|
|
303
|
+
"title": "devtools-regression-investigator",
|
|
304
|
+
"type": "agents"
|
|
305
|
+
},
|
|
294
306
|
"diffblue-cover": {
|
|
295
307
|
"path": "assets/agents/diffblue-cover.agent.md",
|
|
296
308
|
"description": "Expert agent for creating unit tests for java applications using Diffblue Cover.",
|
|
@@ -387,6 +399,12 @@
|
|
|
387
399
|
"title": "fedora-linux-expert",
|
|
388
400
|
"type": "agents"
|
|
389
401
|
},
|
|
402
|
+
"frontend-performance-investigator": {
|
|
403
|
+
"path": "assets/agents/frontend-performance-investigator.agent.md",
|
|
404
|
+
"description": "Runtime web-performance specialist for diagnosing Core Web Vitals, Lighthouse regressions, layout shifts, long tasks, and slow network paths with Chrome DevTools MCP.",
|
|
405
|
+
"title": "frontend-performance-investigator",
|
|
406
|
+
"type": "agents"
|
|
407
|
+
},
|
|
390
408
|
"gem-browser-tester": {
|
|
391
409
|
"path": "assets/agents/gem-browser-tester.agent.md",
|
|
392
410
|
"description": "E2E browser testing, UI/UX validation, visual regression with browser.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.66",
|
|
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",
|