@mcptoolshop/a11y-evidence-engine 0.2.0 → 0.3.0
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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
> ⚠️ **This repository has moved to [accessibility-suite](https://github.com/mcp-tool-shop/accessibility-suite)**
|
|
2
|
+
> Source now lives at: `src/a11y-evidence-engine/`
|
|
3
|
+
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# a11y-evidence-engine
|
|
2
7
|
|
|
3
8
|
Headless accessibility evidence engine that emits [prov-spec](https://github.com/mcp-tool-shop/prov-spec) provenance records.
|