Skip to content

Contributing

Full contributor guide: CONTRIBUTING.md in the repository root.

Docs workflow

python -m pip install -r requirements-docs.txt
python -m mkdocs serve

Browse locally at http://127.0.0.1:8000. Public site (mike versions): GitHub Pages. See docs/README.md for gh-pages / mike notes.

After a native submodule bump

  1. Re-fetch docs/llms-full.txt from https://zvec.org/llms-full.txt
  2. Update llms-full.meta.md
  3. Regenerate Native API coverage against c_api.h + NativeMethods.cs

AI Integration sections in the upstream dump remain out of scope for ZVec.NET.

Engineering plans

Deep design / WBS live in repo markdown (ZVec.NET-Project-Plan.md) — not mirrored into this wiki.