Thanks for considering a contribution.
pip install -e .
python -m pip install pytest build ruff
ruff check llm_note tests
python -m pytest -q
python -m buildKeep the package local-first and dependency-light. Do not add network calls, telemetry, or hosted services unless they are optional and documented.
- Include tests for behavior changes.
- Keep user-facing strings in all bundled locales.
- Do not commit local databases, notebook data,
.envfiles, or credentials. - Run lint, tests, and a clean package build before opening a pull request.