Observability and Diagnostics¶
Diagnostics should reveal whether a failure belongs to this package or to a neighbor.
Operating Rules¶
- diagnostics should expose contract, lifecycle, and readiness failures cleanly
- tests and CLI output are often the primary observability surface for this package
- make it easy to see whether a failure is semantic or integration-related
First Proof Check¶
src/bijux_proteomics/domain/program_spec.pyanddomain/targets.pysrc/bijux_proteomics/domain/lifecycle.pyanddomain/validation.pypackages/bijux-proteomics-core/tests