Maintainer workflow baseline
ยท One min read
To keep contributions predictable and high-signal, our baseline maintainer loop is:
- implement changes in
src/and corresponding tests intest/ - update user/developer docs for any observable behavior shift
- run typecheck, lint, tests, and docs build before opening PR
By treating docs, metadata, and tests as one unit, we reduce drift and make releases safer.
