- Create a branch from
main. - Install development dependencies with
python -m pip install -e ".[dev]". - Run
ruff check .andpytest -q. - Never add active credentials, tenant evidence or proprietary glossary content to fixtures.
- Keep IBM write operations outside the v1.0 client. A proposal to add writes must include a documented endpoint, field allowlist, optimistic-concurrency check, human approval gate, read-back verification and tests.