Skip to content

v0.3.0 - Large public deck style corpus

Choose a tag to compare

@siril9 siril9 released this 22 Jun 09:15

v0.3.0 - Large public deck style corpus

Adds a descriptor-only public deck corpus for real-world style discovery and LLM routing.

Added

  • 2,000 public/open deck-like records in references/large_style_corpus_catalog.json.
  • Query/source manifest in references/large_style_corpus_sources.json covering GitHub code search and repository-tree indexing routes.
  • Human-readable corpus digest in references/large_style_corpus_catalog.md.
  • scripts/large_style_corpus.py for discovery, resume, validation, overlap balancing, family-floor rebalancing, compact LLM context, and digest generation.
  • scripts/run_large_style_corpus_smoke.py plus npm run check:large-style-corpus.
  • Style/content router integration so scouts can use compact large-corpus context after the curated synthetic style-reference match plan.

Corpus shape

  • 2,000 descriptor-only records.
  • 740 unique repositories.
  • 13 style families with at least 10 records each.
  • 135 AI/agent/tooling signal records.
  • No raw third-party PPTX/PDF files, screenshots, copied slide text, logos, or distinctive source geometry are bundled.

Validation

  • python3 scripts/large_style_corpus.py --validate --min-records 2000 --min-family-records 10
  • npm run check:large-style-corpus
  • npm run check:style-router
  • npm run check:python