Skip to content

feat(v1.3): SPA detection warning + JsRenderer trait stub#20

Merged
XaviCode1000 merged 1 commit into
mainfrom
feat/vector-exporter
Apr 1, 2026
Merged

feat(v1.3): SPA detection warning + JsRenderer trait stub#20
XaviCode1000 merged 1 commit into
mainfrom
feat/vector-exporter

Conversation

@XaviCode1000

Copy link
Copy Markdown
Owner

Summary

  • Add JsRenderer trait in domain layer (forward-compatible stub, no implementation)
  • Add empty-content detection in scraper pipeline (< 50 chars triggers warning)
  • Emit warning when SPA-like content detected with issue tracking URL
  • Document limitation in README (Known Limitations section)
  • Zero new dependencies, no Chrome code

Related

- Add JsRenderer trait in domain layer (forward-compatible, no impl)
- Add empty-content detection in scraper pipeline (< 50 chars)
- Emit warning when SPA-like content detected with issue tracking URL
- Document limitation in README (Known Limitations section)
- Zero new dependencies, no Chrome code
@XaviCode1000
XaviCode1000 merged commit ef70671 into main Apr 1, 2026
@XaviCode1000
XaviCode1000 deleted the feat/vector-exporter branch April 1, 2026 05:57
XaviCode1000 added a commit that referenced this pull request May 20, 2026
)

- Add JsRenderer trait in domain layer (forward-compatible, no impl)
- Add empty-content detection in scraper pipeline (< 50 chars)
- Emit warning when SPA-like content detected with issue tracking URL
- Document limitation in README (Known Limitations section)
- Zero new dependencies, no Chrome code

Co-authored-by: Developer <developer@example.com>
XaviCode1000 added a commit that referenced this pull request May 20, 2026
)

- Add JsRenderer trait in domain layer (forward-compatible, no impl)
- Add empty-content detection in scraper pipeline (< 50 chars)
- Emit warning when SPA-like content detected with issue tracking URL
- Document limitation in README (Known Limitations section)
- Zero new dependencies, no Chrome code

Co-authored-by: Developer <developer@example.com>
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.

feat(v1.3): JavaScript rendering — SPA detection + warning (deferred implementation)

1 participant