Contributing
Project Corpus values small, reviewable changes that preserve the distinction between Protocol and Runtime.
Before opening a pull request:
- Run
python -m unittest discover -s tests -vwith Python 3.11+. - Keep English and Russian user documentation synchronized where applicable.
- Do not add secrets, private paths, generated user Corpus data, or backups.
- Explain any effect on authority, access modes, compatibility, or guarantees.
- Do not introduce a required Runtime, bundled server, or architectural change without an explicit decision.
Read the full contributing guide, code of conduct, and security policy.