Skip to content

History / Global flags

Revisions

  • Document commit-level filters and path denylists Filtering now has two axes: which commits are reviewed (--author, --committer, --start-date, --end-date, --text) and which files within them (the ignore layers, the --file/--dir allowlist, and the new --exclude-file/--exclude-dir denylist). Restructure Filtering.md around that split and add the details a user can only get wrong once: --end-date includes the day named, branch-name matching is best-effort because a squash merge destroys the association, and the reviewed diff is a concatenation of per-commit patches so one file can appear several times. Also record where the filters do NOT apply and why — `commit` describes the staged index, `remote pr` reads its diff from `gh` — and note that `remote pr` now honours --file/--dir on the posting path, not only under --no-post. Global-flags, Review, Diff, Summary, Dry-run, Guard, MCP-server, Commit, Remote-pr, JSON-schema updated to match.

    @muhammetsafak muhammetsafak committed Jul 26, 2026
  • docs: sandbox-rerun execution boundary and policy sharing (v1.14.0) Document review.sandbox_command: the argv-list form, the double opt-in (--sandbox-rerun plus a non-empty command), config set rejection, the 2-minute per-attempt bound, and the stderr notice. Test-name resolution is Go-only: non-Go files take the skip-and-warn path, so Python/JS/PHP/Java tests keep full static flaky detection but get no rerun confirmation. mcp and guard never execute the command at all. Also explain how to share .commitbrief/policy.yml past the wholesale .commitbrief/ gitignore, and why baseline.json deliberately stays ignored.

    @muhammetsafak muhammetsafak committed Jul 25, 2026
  • docs: sandbox-rerun flag + config for the flaky detector (v1.12.0)

    @muhammetsafak muhammetsafak committed Jun 21, 2026
  • Document architecture-aware review (archlint architecture.json bridge)

    @muhammetsafak muhammetsafak committed Jun 20, 2026
  • Document signal control, pre-commit hooks, and new flaky detectors

    @muhammetsafak muhammetsafak committed Jun 20, 2026
  • Document v1.7.0 glob filters, injection scan, secret patterns, alias

    @muhammetsafak muhammetsafak committed Jun 19, 2026
  • docs: flaky-test detector — config (review.flaky), --no-flaky flag, review command (ADR-0022)

    @muhammetsafak muhammetsafak committed Jun 18, 2026
  • Add `commitbrief summary` command for summarizing changes in plain language

    @muhammetsafak muhammetsafak committed Jun 13, 2026
  • Update confirmation toggles, suppress logo for machine output

    @muhammetsafak muhammetsafak committed Jun 1, 2026
  • Add `guard.token_preflight` and `--show-prompt` global flag

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Add `--with-context` flag for CLI providers to read project files beyond diff

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Update CLI tools to include `codex-cli` provider

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Add new global flags and a provider for OpenAI-compatible APIs

    @muhammetsafak muhammetsafak committed May 28, 2026
  • Shrink `COMMITBRIEF.md` via `commitbrief compress` — [Compress command]

    @muhammetsafak muhammetsafak committed May 28, 2026
  • Add new documentation files

    @muhammetsafak muhammetsafak committed May 27, 2026