@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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcptoolshop/a11y-evidence-engine",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Headless accessibility evidence engine with prov-spec provenance",
5
5
  "main": "src/cli.js",
6
6
  "bin": {