@vercel/agent-readability 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/dist/cli/index.cjs +83 -83
- package/package.json +2 -2
- package/skill/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/agent-readability",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Detect AI agents. Serve them markdown. Audit your site against the Agent Readability Spec.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
"lint:fix": "biome check --write .",
|
|
87
87
|
"typecheck": "tsc --noEmit",
|
|
88
88
|
"changeset": "changeset",
|
|
89
|
-
"release": "changeset publish"
|
|
89
|
+
"release": "changeset publish --provenance --access public"
|
|
90
90
|
}
|
|
91
91
|
}
|
package/skill/SKILL.md
CHANGED
|
@@ -155,7 +155,7 @@ Verify these AI bots are not blocked: GPTBot, ClaudeBot, CCBot, Google-Extended.
|
|
|
155
155
|
npx @vercel/agent-readability audit https://your-site.com
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
The audit scores your site on
|
|
158
|
+
The audit scores your site on 25 checks across reachability, discovery, content delivery, and HTML quality. Failed checks include fix suggestions.
|
|
159
159
|
|
|
160
160
|
### 10. Add CI check (optional)
|
|
161
161
|
|