Error Model¶
The error model for bijux-canon-ingest should reveal how the package fails when source preparation before retrieval begins goes wrong. Hidden failure semantics make later layers absorb problems they did not create.
What To Check¶
- name the failures that belong to this package role
- separate local failure handling from failures that must cross a package seam
- treat recovery shortcuts that hide ownership as design debt
First Proof Check¶
src/bijux_canon_ingest/processing,retrieval, andapplicationfor the structural ownership boundarytestsfor deterministic preparation evidence for executable confirmation that the structure still holds
Bottom Line¶
If bijux-canon-ingest needs hidden structure to defend source preparation before retrieval begins, the architecture is already too opaque.