@forkpoint/agent-lighthouse-core 1.0.0 → 2.0.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/dist/index.d.mts +630 -137
- package/dist/index.d.ts +630 -137
- package/dist/index.js +35362 -19705
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35287 -19666
- package/dist/index.mjs.map +1 -1
- package/migration-map.json +1183 -46
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ const report = await runScan("https://example.com");
|
|
|
14
14
|
console.log(report.overallScore);
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
The engine runs deterministic audits for `llms.txt`,
|
|
17
|
+
The engine runs deterministic audits for AI crawler access, machine discovery (`llms.txt`, sitemaps, feeds), content extraction, Schema.org structured data, answer readiness, agent interfaces (WebMCP, MCP, OpenAPI discovery), agentic commerce, and agent operability & safety.
|
|
18
18
|
|
|
19
19
|
## Links
|
|
20
20
|
|