PatchBrief v1.0.1 is a backward-compatible hardening release for local Git working-tree summaries and handoffs.
Highlights
- Escapes repository-controlled text in Markdown reports to prevent structure and terminal-control injection while preserving exact JSON values.
- Reports bounded diff-analysis byte counts, truncation, and inspection failures instead of silently producing incomplete heuristic results.
- Returns actionable non-zero errors when Git working-tree inspection fails.
- Adds a formal handoff JSON schema and strengthens summary schema validation.
- Runs source checks and contract tests in GitHub Actions with a checksum-pinned Kujo v1.1.0 release binary.
Existing commands and flags are unchanged. JSON consumers receive the additive analysis object and should continue ignoring unknown future fields.
Full audit and verification evidence is recorded in docs/audits/repository-hardening.md.