workspace-architect 2.2.64 → 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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-04-09T05:41:42.716Z",
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.",
@@ -5384,58 +5402,6 @@
5384
5402
  "license": "Complete terms in LICENSE.txt"
5385
5403
  }
5386
5404
  },
5387
- "claude-api": {
5388
- "path": "assets/skills/claude-api",
5389
- "description": "",
5390
- "title": "claude-api",
5391
- "type": "skills",
5392
- "files": [
5393
- "LICENSE.txt",
5394
- "SKILL.md",
5395
- "csharp/claude-api.md",
5396
- "curl/examples.md",
5397
- "curl/managed-agents.md",
5398
- "go/claude-api.md",
5399
- "go/managed-agents/README.md",
5400
- "java/claude-api.md",
5401
- "java/managed-agents/README.md",
5402
- "php/claude-api.md",
5403
- "php/managed-agents/README.md",
5404
- "python/agent-sdk/README.md",
5405
- "python/agent-sdk/patterns.md",
5406
- "python/claude-api/README.md",
5407
- "python/claude-api/batches.md",
5408
- "python/claude-api/files-api.md",
5409
- "python/claude-api/streaming.md",
5410
- "python/claude-api/tool-use.md",
5411
- "python/managed-agents/README.md",
5412
- "ruby/claude-api.md",
5413
- "ruby/managed-agents/README.md",
5414
- "shared/agent-design.md",
5415
- "shared/error-codes.md",
5416
- "shared/live-sources.md",
5417
- "shared/managed-agents-api-reference.md",
5418
- "shared/managed-agents-client-patterns.md",
5419
- "shared/managed-agents-core.md",
5420
- "shared/managed-agents-environments.md",
5421
- "shared/managed-agents-events.md",
5422
- "shared/managed-agents-onboarding.md",
5423
- "shared/managed-agents-overview.md",
5424
- "shared/managed-agents-tools.md",
5425
- "shared/models.md",
5426
- "shared/prompt-caching.md",
5427
- "shared/tool-use-concepts.md",
5428
- "typescript/agent-sdk/README.md",
5429
- "typescript/agent-sdk/patterns.md",
5430
- "typescript/claude-api/README.md",
5431
- "typescript/claude-api/batches.md",
5432
- "typescript/claude-api/files-api.md",
5433
- "typescript/claude-api/streaming.md",
5434
- "typescript/claude-api/tool-use.md",
5435
- "typescript/managed-agents/README.md"
5436
- ],
5437
- "metadata": {}
5438
- },
5439
5405
  "doc-coauthoring": {
5440
5406
  "path": "assets/skills/doc-coauthoring",
5441
5407
  "description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.64",
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",