Storage
How Accessibility artifacts are organized in the .metapowers/ directory.
Directory Structure
All Accessibility artifacts are stored in your project's .metapowers/accessibility/ directory, organized by audit target:
.metapowers/accessibility/<target>/
01-scope.md ← Audit scope and success criteria
02-evaluate.md ← WCAG issue inventory
03-report.md ← Detailed findings report
04-remediate.md ← Remediation log and fixes
05-retest.md ← Conformance statement
skip-log.md ← Prerequisite bypass logFile Naming Convention
Accessibility artifacts use a numbered prefix pattern (01- through 05-) corresponding to each phase of the WCAG-EM audit methodology. This ensures files are listed in audit workflow order.
Accessing Artifacts
To find Accessibility artifacts from other domains:
- List available audit targets: check directories under
.metapowers/accessibility/ - Read a specific phase artifact:
.metapowers/accessibility/<target>/02-evaluate.md - The issue inventory in
02-evaluate.mdand remediation log in04-remediate.mdare the most commonly referenced artifacts - The conformance statement in
05-retest.mdis the publishable output of the audit process