Module Map¶
The maintainer package stays legible only when helper families remain separated by job.
Module Model¶
flowchart TB
root["bijux-proteomics-dev"]
docs["docs/"]
api["api/"]
gates["quality/, security/, release/"]
tools["tools/ and trusted_process.py"]
root --> docs
root --> api
root --> gates
root --> tools
This page should let a maintainer classify a helper before opening code. If every policy helper feels adjacent to every other one, the package will become hard to route and harder to review.
Module Families¶
docs/for documentation integrity, consistency, design debt, and badge/link checksapi/for contract freezing and OpenAPI drift checksrelease/,security/, andquality/for publication, audit, and architecture gatestools/andtrusted_process.pyfor maintainer-oriented utility workflows
First Proof Check¶
src/bijux_proteomics_dev/docs/src/bijux_proteomics_dev/api/,release/,security/, andquality/
Design Pressure¶
The easy failure is to keep adding helpers without preserving family boundaries, which slowly turns the maintainer package into one vague toolbox.