Skip to content

Ownership Boundary

Lab-facing decisions belong here instead of dissolving into ranking or general runtime execution.

Keep It Here When

  • the change strengthens the package's named role
  • the best proof lives in this package's source tree and tests
  • neighboring packages would become less honest if they absorbed the behavior

Move It Elsewhere When

  • the change mainly alters a neighbor's public contract
  • the package becomes a convenience layer instead of an accountable owner
  • the proof surface is mostly outside this package already

First Proof Check

  • packages/bijux-proteomics-lab/src/bijux_proteomics_lab
  • packages/bijux-proteomics-lab/tests