Skip to content

`crimes@0.11.1` — Agent-output calibration

Draft release notes for the GitHub Release tagged v0.11.1. Releases page

crimes@0.11.1 is a patch release for the 0.11.0 triage release. It keeps the same schema_version: "0.2.0" and command set, but tightens the surfaces agents hit first:

  • crimes hook now defaults to compact output for PreToolUse briefings. Full context JSON remains available with crimes hook --format json.
  • crimes hotspots --format json now mirrors the human report and shows the top 20 rows by default. The payload includes total_files, shown_count, and hidden_count; use --all --format json for every row.
  • crimes scan human headers now include severity counts immediately, e.g. 6 high 95 medium 83 low.
  • Top-level crimes --help again points at crimes init --agents, so future coding agents are more likely to discover the tool.
  • crimes init --agents now describes multiple settings.local.json files with correct grammar and more neutral agent wording.
Terminal window
npm install -g crimes@0.11.1
crimes --version # 0.11.1

Existing .crimes/ state and schema_version: "0.2.0" consumers do not need migration.