You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Make the docs index build deterministic and change-aware (#114). The page metadata now lives inside docs_index.npz, so the artifact is one file published with one rename. Each page and chunk carries a content hash, unchanged chunks reuse their stored embeddings, and zip timestamps are fixed, so an unchanged documentation set produces a byte-identical artifact and the daily refresh no longer cuts a release when nothing changed. The build also reports added, changed, and removed pages.