Skip to content

Scope and Non-Goals

bijux-proteomics-lab exists for lab-facing execution. It should stay narrow enough that a reviewer can tell what it is not for before reading implementation detail.

In Scope

  • work that directly strengthens the package's named role
  • contracts, helpers, and tests whose best proof lives in this package
  • explicit handoff points to neighboring packages

Out Of Scope

  • behavior whose best proof already lives in a neighboring package
  • convenience abstractions that blur ownership
  • repository-health automation or root process unless this is the maintainer package

First Proof Check

  • package source and tests
  • neighboring handbooks when scope starts to blur