Skip to content

bijux-pollenomics

bijux-pollenomics is the repository's runtime package for collecting tracked Nordic evidence layers and publishing reviewable report bundles from them.

Start here when the question is about the package boundary rather than the repository as a whole: what code belongs in the runtime, which contracts are public, how data and reports move through the package, and which quality rules protect that behavior.

Think in one runtime loop. The package collects and normalizes tracked evidence, turns that material into checked-in report bundles, and keeps the CLI and file contracts stable enough to review from the repository alone.

Foundation

Use this branch to understand what the runtime owns, which language stays stable, and where package boundaries stop.

Interfaces

Use this branch for CLI, configuration, API, and file contracts when you need exact public surfaces.

Operations

Use this branch for installation, rebuild workflows, release rules, and failure recovery during package work.

Read This Section When

  • you need the shortest honest description of what the runtime package owns
  • you are changing CLI, data collection, report publishing, or package contracts
  • you want package-level docs that mirror the structure used in sister Bijux repositories

Main Paths

What Readers Usually Need First

  • package ownership and scope: Foundation
  • command, configuration, and file contracts: Interfaces
  • local rebuild and release steps: Operations
  • review expectations and validation depth: Quality

Purpose

Use this page to choose the right package branch before dropping into module-level implementation details.

Stability

Keep it aligned with packages/bijux-pollenomics/, its public CLI, its tracked artifacts, and the review rules that protect them.