Skip to content

Code Navigation

Code navigation should get a reviewer from the package question to the owning module family quickly. If the only way to navigate bijux-proteomics-core is by private memory, the docs are not doing enough.

Start Here

  • src/bijux_proteomics/program_spec.py, programs.py, and targets.py for contract roots
  • src/bijux_proteomics/lifecycle.py, validation.py, and execution_contracts.py for readiness and flow
  • packages/bijux-proteomics-core/tests for contract-proof coverage

First Proof Check

  • the source tree in packages/bijux-proteomics-core/src/bijux_proteomics
  • package tests for the same concern
  • neighboring package docs when the local tree stops being enough