Skip to content

Foundation

The foundation section explains the durable role of bijux-proteomics-lab before it explains implementation detail. Use it to resolve why lab-facing decisions belong here instead of dissolving into ranking or runtime layers.

flowchart LR
    recommendation["recommendations"]
    assay_plan["assay plan"]
    execution["experiment execution"]
    outcome["captured outcomes"]
    lab["lab foundation"]
    knowledge["knowledge update"]

    recommendation --> lab
    assay_plan --> lab
    lab --> execution
    execution --> outcome
    outcome --> lab
    lab --> knowledge

What This Section Protects

  • the experimental loop as something richer than task orchestration
  • outcome handling that stays connected to real assay intent
  • a boundary where lab judgment can stay distinct from scoring and runtime mechanics

Start With

Section Pages

What This Section Settles

  • when a behavior is truly lab-facing instead of merely operational
  • how plans and outcomes should stay legible as one loop
  • when a proposed change belongs back in intelligence or runtime instead of in this package

First Proof Check

  • packages/bijux-proteomics-lab/src/bijux_proteomics_lab
  • packages/bijux-proteomics-lab/tests
  • neighboring handbooks once the change crosses the local boundary

Neighbors