Common Workflows¶
This page groups the rebuild paths by question, not by internal subsystem. The idea is simple: choose the smallest workflow that answers your question, then stop there.
Fresh Checkout¶
- run
make install - confirm the console script with
artifacts/root/check-venv/bin/bijux-pollenomics --version - run
make checkor the narrower validation targets you need
Use this path when you first want to prove that the repository is runnable.
Data Refresh Review¶
- run
make data-prep - inspect
data/collection_summary.json - inspect the changed source-family subtrees under
data/
Use this path when the question is whether upstream evidence changed and how that change was normalized.
Publication Review¶
- run
make reports - inspect
docs/report/published_reports_summary.json - inspect
docs/report/world/ - inspect
docs/report/repository_truth_posture.md
Use this path when the question is what the repository now says in public.
Full Local Rebuild¶
- run
make app-state - inspect the
data/,docs/report/, and docs-site changes separately - finish with the relevant targeted tests before committing
Use this broader path only when your task genuinely spans source refresh, publication, and docs surfaces together.