Repository Fit¶
bijux-pollenomics is the production package inside a repository that also
tracks source data, checked-in reports, docs assets, and maintainer tooling.
That fit matters because the package is judged by the outputs it rewrites, not
only by importable Python behavior.
Where It Fits¶
data/is the tracked context root that the package refreshesdocs/report/is the tracked publication tree that the package publishesdocs/explains the package outputs and contractspackages/bijux-pollenomics-dev/protects repository health around the package without redefining runtime behavior
Why This Matters¶
Package changes are repository changes. A collector tweak can alter tracked source files, report rendering, docs screenshots, and review expectations in one move. The package docs should therefore stay anchored to repository ownership, not to library-only assumptions.
Purpose¶
This page explains how the runtime package fits into the wider repository.