buildfix-report 0.3.1

Core report projection for buildfix plan/apply outcomes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# buildfix-report

`buildfix-report` centralizes report construction for plan and apply outcomes.

## Responsibilities

- Build deterministic `BuildfixReport` summaries from planned operations.
- Build deterministic `ReportCapabilities` from loaded receipts.
- Keep wire-schema payloads aligned between plan/apply command paths.

The crate intentionally contains no filesystem or git side effects; callers provide
typed domain inputs and receive report values.