@forkpoint/agent-lighthouse 0.2.4 → 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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npx @forkpoint/agent-lighthouse https://yourstore.com --view
|
|
|
10
10
|
npx @forkpoint/agent-lighthouse https://staging.yourstore.com --min-score 85
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
The CLI generates terminal, HTML, JSON, and Markdown reports for
|
|
13
|
+
The CLI generates terminal, HTML, JSON, and Markdown reports for 207 audits across:
|
|
14
14
|
|
|
15
15
|
- `llms.txt`, `llms-full.txt`, sitemaps, and RSS discovery
|
|
16
16
|
- robots.txt access for GPTBot, ClaudeBot, PerplexityBot, and other AI crawlers
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forkpoint/agent-lighthouse",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Lighthouse-style CLI for auditing websites for AI agents, LLM crawlers, MCP clients, llms.txt, WebMCP, OpenAPI, and Schema.org readiness",
|
|
5
5
|
"author": "ForkPoint",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@forkpoint/agent-lighthouse-core": "0.
|
|
51
|
-
"@forkpoint/agent-lighthouse-report": "0.
|
|
50
|
+
"@forkpoint/agent-lighthouse-core": "0.3.0",
|
|
51
|
+
"@forkpoint/agent-lighthouse-report": "0.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^22.10.5",
|