Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Community-Access/accessibility-agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: Community-Access/accessibility-agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.10.0
Choose a head ref
  • 3 commits
  • 50 files changed
  • 1 contributor

Commits on Mar 23, 2026

  1. fix: repair broken links and harden URL verification

    - Remove dead WebAIM email clients link from email-accessibility agent
    - Replace deleted cross-shadow ARIA repo with leobalter/cross-root-aria-delegation
    - Add 401/406 to GET fallback and BLOCKED_STATUSES in verify-sources.py
    - Use browser-compatible User-Agent to avoid bot detection on MDN
    accesswatch committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9ca847b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a10a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. release: v4.10.0 — enhanced validator, pre-commit hook, agent fixes

    Enhanced validator (scripts/validate-agents.js):
    - Official GitHub tool alias table validation
    - VS Code qualified tool + MCP namespace validation
    - Frontmatter property validation against official schema
    - Deprecated property detection (infer -> user-invocable)
    - Prompt body size check (30K GitHub.com limit, skipped for target: vscode)
    - Duplicate tool detection
    - Claude Code tool validation (MCP(...) syntax, GitHub tool)
    - --strict, --quiet, --files CLI flags
    
    Pre-commit hook:
    - scripts/pre-commit validates staged agent/skill files
    - scripts/install-hooks.js cross-platform installer
    - CI workflow updated with --strict and extended trigger paths
    
    Agent fixes (38 issues resolved):
    - Fixed user-invokable typo in 16 agents (property was silently ignored)
    - Removed deprecated infer: true from 16 agents
    - Removed duplicate search tool from repo-manager
    - Added target: vscode to 5 oversized agents
    
    Other:
    - MCP server dependency auto-install in install/update scripts
    - MCP setup guide in docs/getting-started.md
    - Broken link repairs
    accesswatch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    a915223 View commit details
    Browse the repository at this point in the history
Loading