@mcptoolshop/a11y-evidence-engine 0.2.0 → 0.2.1
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/CONTRIBUTING.md +1 -1
- package/README.md +1 -1
- package/package.json +5 -4
package/CONTRIBUTING.md
CHANGED
|
@@ -8,7 +8,7 @@ Thank you for your interest in contributing to a11y-evidence-engine! We apprecia
|
|
|
8
8
|
|
|
9
9
|
If you find a bug or have a suggestion:
|
|
10
10
|
|
|
11
|
-
1. Check if the issue already exists in [GitHub Issues](https://github.com/mcp-tool-shop/a11y-evidence-engine/issues)
|
|
11
|
+
1. Check if the issue already exists in [GitHub Issues](https://github.com/mcp-tool-shop-org/a11y-evidence-engine/issues)
|
|
12
12
|
2. If not, create a new issue with:
|
|
13
13
|
- A clear, descriptive title
|
|
14
14
|
- Steps to reproduce (for bugs)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# a11y-evidence-engine
|
|
2
2
|
|
|
3
|
-
Headless accessibility evidence engine that emits [prov-spec](https://github.com/mcp-tool-shop/prov-spec) provenance records.
|
|
3
|
+
Headless accessibility evidence engine that emits [prov-spec](https://github.com/mcp-tool-shop-org/prov-spec) provenance records.
|
|
4
4
|
|
|
5
5
|
Designed to pair with **a11y-assist**: this engine finds issues and captures verifiable evidence; a11y-assist turns those findings into fixes.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/a11y-evidence-engine",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Headless accessibility evidence engine with prov-spec provenance",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,13 +22,14 @@
|
|
|
22
22
|
],
|
|
23
23
|
"author": "mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>",
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"homepage": "https://github.com/mcp-tool-shop/
|
|
25
|
+
"homepage": "https://github.com/mcp-tool-shop-org/accessibility-suite#readme",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/mcp-tool-shop/
|
|
28
|
+
"url": "git+https://github.com/mcp-tool-shop-org/accessibility-suite.git",
|
|
29
|
+
"directory": "src/a11y-evidence-engine"
|
|
29
30
|
},
|
|
30
31
|
"bugs": {
|
|
31
|
-
"url": "https://github.com/mcp-tool-shop/
|
|
32
|
+
"url": "https://github.com/mcp-tool-shop-org/accessibility-suite/issues"
|
|
32
33
|
},
|
|
33
34
|
"engines": {
|
|
34
35
|
"node": ">=18.0.0"
|