v1.3.3
What's Changed
- fix(sync): stop silently discarding embeddings on a degraded vector store by @RuloGB in #28
- fix(config): validate declared numeric values and report what was ignored by @RuloGB in #29
- fix(sqlite): recreate the database file when reset cannot drop chunks_vec by @RuloGB in #30
- fix(application): count docs_overview taxonomy buckets safely for any string value by @RuloGB in #31
- fix(search): extend type's trim/empty-is-absent rule to module and tags by @RuloGB in #32
- fix(application): make read_doc's section lookup fence-aware by @RuloGB in #33
- refactor(test): rename Spanish local identifiers to English by @RuloGB in #34
- docs(sdd): archive code-review findings 1.3, 1.4 and 1.5 by @RuloGB in #35
- fix(excerpt): make heading stripping fence-aware in search_docs excerpts by @RuloGB in #36
- fix(excerpt): drop tilde fences and interior-backtick fences from search_docs excerpts by @RuloGB in #37
Full Changelog: v1.3.2...v1.3.3