workspace-architect 2.2.18 → 2.2.19

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-02-09T00:38:08.530Z",
3
+ "generatedAt": "2026-02-10T01:41:56.218Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -387,6 +387,12 @@
387
387
  "title": "implementation-plan",
388
388
  "type": "agents"
389
389
  },
390
+ "insiders-a11y-tracker": {
391
+ "path": "assets/agents/insiders-a11y-tracker.agent.md",
392
+ "description": "Specialized agent for tracking and analyzing accessibility improvements in VS Code Insiders builds",
393
+ "title": "insiders-a11y-tracker",
394
+ "type": "agents"
395
+ },
390
396
  "janitor": {
391
397
  "path": "assets/agents/janitor.agent.md",
392
398
  "description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.18",
3
+ "version": "2.2.19",
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",