Skip to content

Merge develop into main for v0.2.0 release#40

Merged
IISweetHeartII merged 2 commits intomainfrom
develop
Feb 19, 2026
Merged

Merge develop into main for v0.2.0 release#40
IISweetHeartII merged 2 commits intomainfrom
develop

Conversation

@IISweetHeartII
Copy link
Contributor

Summary

Merge develop branch into main for v0.2.0 release containing Phase 1 implementation.

  • Implements complete Gather → Audit → Score pipeline
  • 3 gatherers (HTTP, HTML, API)
  • 19 audits across 6 categories
  • Full runner orchestration

Includes #38

🤖 Generated with Claude Code

IISweetHeartII and others added 2 commits February 19, 2026 23:45
Add complete Gather → Audit → Score pipeline:

Gatherers (3):
- HttpGatherer: parallel fetch of 6 well-known files
- HtmlGatherer: regex-based extraction of JSON-LD, meta tags, semantic HTML
- ApiGatherer: OpenAPI spec analysis, header/auth/rate-limit detection

Audits (19):
- Discovery: llms-txt, openapi-spec, robots-ai, ai-plugin, schema-org
- API Quality: openapi-valid, response-format, response-examples, content-negotiation
- Structured Data: json-ld, meta-tags, semantic-html
- Auth & Onboarding: self-service-auth, no-captcha
- Error Handling: error-codes, rate-limit-headers, retry-after
- Documentation: machine-readable-docs, sdk-available

Runner: orchestrates two-pass gathering (HTTP first, then derived
HTML+API), executes all audits with error resilience, and feeds
results into the existing scoring engine.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…nner-#38

[FEAT] Implement Phase 1: gatherers, audits, and runner pipeline (#38)
@IISweetHeartII IISweetHeartII merged commit d6b173a into main Feb 19, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments