Skip to content

What This Runtime Is For

bijux-phylogenetics is a reproducible runtime for phylogenetic inspection, comparison, annotation, comparative analysis, ancestral reconstruction, native likelihood and inference, and governed reporting.

Its value is not that it replaces every upstream engine. Its value is that it makes important phylogenetic work inspectable, repeatable, and reviewable through one documented product surface.

What The Foundation Section Has To Protect

The foundation pages exist so the public story stays accurate when the package keeps growing. They separate runtime ownership, wrapper orchestration, evidence closure, and release language instead of letting those concepts blur together.

Core Responsibilities

  • tree validation, rooting, comparison, rendering, and tree-set review
  • alignment diagnostics, trimming, coding checks, and translation
  • native finite-state likelihood, native maximum-likelihood inference, and supported native Bayesian inference surfaces
  • comparative analysis and ancestral-state reconstruction
  • wrapper orchestration for selected external scientific tools
  • report, bundle, and artifact generation for downstream review

Why This Runtime Matters

The repository is useful because it combines three things that often stay split across separate projects:

  • owned runtime semantics for trees, alignments, and comparative workflows
  • practical workflow entry points for users who need end-to-end execution
  • reviewer-facing artifacts and evidence boundaries for readers who need to inspect what happened

Claim Model

Claim type What it means here Where to read next
Runtime claim the package exposes a documented surface users can call claim reading guide, product surface and ownership
Native claim the repository owns the implementation instead of only wrapping an engine product surface and ownership, architecture
Evidence claim the repository has governed study or benchmark material that bounds interpretation runtime and evidence boundary, evidence book
Release claim docs, metadata, tests, and reports still tell the same story quality section, maintainer handbook

What This Handbook Will Not Do

  • describe every external workflow as if it were a native implementation
  • imply that every documented feature is already evidence-closed
  • flatten scientific review into a single success label
  • substitute repository-health rules for user-facing runtime guidance

How To Read The Boundary

flowchart LR
    A[Published runtime surface] --> B[Native ownership]
    A --> C[Wrapper orchestration]
    B --> D[Usage guidance]
    C --> D
    D --> E[Evidence review remains separate]

The runtime can be broader than the currently closed evidence surface. That is acceptable only when the documentation says so plainly and routes readers to the right trust surface.

Read This Section In Order

  1. Claim reading guide
  2. Repository scope and limits
  3. Product surface and ownership
  4. Runtime and evidence boundary