@forkpoint/agent-lighthouse-core 0.4.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 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`, AI crawler access, Schema.org, WebMCP, OpenAPI discovery, AEO/GEO content structure, accessibility, and technical readiness.
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