Contributing¶
Development loop¶
When command help text changes, regenerate the CLI docs:
Code ownership guidelines¶
- keep validation rules in
internal/validate - keep capture behavior in
internal/capture - keep telemetry generation in
internal/generator - keep runtime orchestration in
internal/runtime - keep reporting renderers pure where possible
Reproducing CI failures¶
- download the artifact bundle
- inspect
report.jsonandcollector.log - rerun locally with
--keep-containers