v0.3.0 - Large public deck style corpus
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.jsoncovering GitHub code search and repository-tree indexing routes. - Human-readable corpus digest in
references/large_style_corpus_catalog.md. scripts/large_style_corpus.pyfor discovery, resume, validation, overlap balancing, family-floor rebalancing, compact LLM context, and digest generation.scripts/run_large_style_corpus_smoke.pyplusnpm 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 10npm run check:large-style-corpusnpm run check:style-routernpm run check:python