Skip to content

Releases: kujolang/patchbrief

Release list

v1.0.1

Choose a tag to compare

@robertdevore robertdevore released this 30 Aug 23:33

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.

v1.0.0

Choose a tag to compare

@robertdevore robertdevore released this 08 Aug 07:02

PatchBrief turns Git diffs into structured implementation briefs. This official 1.0 stable release includes Markdown and JSON summaries, test suggestions, reviewer handoffs, risk summaries, and deterministic offline operation.