feat: Claude/Copilot parity — CLAUDE.md, AGENTS.md, and 8 wizard gap fixes#15
Merged
Conversation
… mark all TODO items complete - Created CLAUDE.md mirroring .github/copilot-instructions.md with Claude-specific adaptations - Created .claude/agents/AGENTS.md mirroring .github/agents/AGENTS.md for team coordination - Updated TODO.md: marked all E1-E13, F1-F2, G1, H1-H3 as complete; added Phase I parity items
Critical fixes: - Web Copilot: add model, handoffs, cross-page-analyzer + web-issue-fixer to frontmatter - Doc Claude: add parallel sub-agent execution section matching Copilot version Minor fixes: - Doc Claude + Doc Copilot: add hidden helpers (document-inventory, cross-document-analyzer) to body sub-agent tables - Doc Claude: add deeper dive on worst file follow-up option - Doc Claude: add file sizes to metadata dashboard - Doc Claude: add richer large-batch options (scan by type/folder/limit) + mid-scan checkpoint
Contributor
There was a problem hiding this comment.
Pull request overview
This PR closes remaining platform parity gaps between Claude Code and GitHub Copilot accessibility agent environments following the merged PR #7. It adds three new documentation files and makes eight targeted enhancements to existing agent files.
Changes:
- Created root-level workspace instructions for Claude Code environment (CLAUDE.md) mirroring Copilot's instructions
- Created team coordination file for Claude agents (.claude/agents/AGENTS.md) matching the Copilot version with platform-appropriate tooling
- Added critical parity fixes: web wizard frontmatter enhancements (model, handoffs, hidden helpers), parallel execution for document wizard, and richer batch-handling options
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| TODO.md | NEW — Project tracking document showing all phases (E-I) complete with detailed task breakdown |
| CLAUDE.md | NEW — Root-level workspace instructions for Claude Code with agent tables, decision matrix, and non-negotiable standards |
| .claude/agents/AGENTS.md | NEW — Team coordination defining 3 teams (Document, Web, Full Audit) with enterprise scanning patterns |
| .github/agents/web-accessibility-wizard.agent.md | Added model field, 4 handoff entries, and 2 hidden helper agents to frontmatter for feature parity |
| .claude/agents/document-accessibility-wizard.md | Added parallel sub-agent execution section, file sizes to metadata dashboard, deeper dive follow-up option, and richer large-batch handling |
| .github/agents/document-accessibility-wizard.agent.md | Added 2 hidden helper agents (document-inventory, cross-document-analyzer) to sub-agent table |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Claude/Copilot Parity Fixes
Follow-up to PR #7 (merged). These commits close all remaining platform parity gaps.
Commit 1: Claude/Copilot Parity Files
CLAUDE.md— root-level workspace instructions for Claude Code, mirroring.github/copilot-instructions.md.claude/agents/AGENTS.md— team coordination file mirroring.github/agents/AGENTS.mdTODO.md— project tracking with all phases marked completeCommit 2: 8 Parity Gap Fixes
Critical fixes:
model,handoffs(4 entries),cross-page-analyzer+web-issue-fixerto frontmatterMinor fixes:
document-inventory,cross-document-analyzer) to body sub-agent tablesFiles Changed
CLAUDE.md.claude/agents/AGENTS.mdTODO.md.github/agents/web-accessibility-wizard.agent.md.claude/agents/document-accessibility-wizard.md.github/agents/document-accessibility-wizard.agent.md