Skip to content

Bijux Proteomics

bijux-proteomics is split on purpose. It is easier to understand, review, and trust when runtime authority, program contracts, intelligence, evidence, and lab planning stay separate instead of dissolving into one vague codebase.

This landing page is for orientation. A reader should be able to skim it, decide where their question belongs, and move on without needing a meeting.

How To Read The Site

flowchart LR
    start["Start with the question you have"]
    repo["Repository handbook<br/>shared rules and system fit"]
    runtime["agentic-proteins<br/>runtime orchestration and replay authority"]
    foundation["bijux-proteomics-foundation<br/>shared schema and serialization primitives"]
    core["bijux-proteomics-core<br/>program definitions and lifecycle contracts"]
    intelligence["bijux-proteomics-intelligence<br/>candidate ranking and explainability"]
    knowledge["bijux-proteomics-knowledge<br/>evidence, claims, and contradiction handling"]
    lab["bijux-proteomics-lab<br/>experiment planning and outcome loops"]

    start --> repo
    start --> runtime
    start --> foundation
    start --> core
    start --> intelligence
    start --> knowledge
    start --> lab

Start Here

  • Open the Repository Handbook when the question crosses package boundaries or touches shared repository rules.
  • Open one product package when the question is about owned behavior, public surfaces, workflows, or proof inside that package.

Package Handbooks

The root docs should shorten conversations, not create new documentation ceremony.