Observability and Diagnostics¶
Observability in this package comes from explicit command output and reviewable files rather than from a separate telemetry stack.
Diagnostic Surfaces¶
- command exit codes
- tracked summaries such as
data/collection_summary.json - generated report manifests under
docs/report/ - unit, regression, and end-to-end test failures
First Checks¶
- confirm the command and options being used match the documented defaults
- inspect whether
data/ordocs/report/changed unexpectedly - compare the affected output family with the corresponding tests
Purpose¶
This page names the main signals maintainers should use to diagnose package behavior.