`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 hooknow defaults to compact output for PreToolUse briefings. Full context JSON remains available withcrimes hook --format json.crimes hotspots --format jsonnow mirrors the human report and shows the top 20 rows by default. The payload includestotal_files,shown_count, andhidden_count; use--all --format jsonfor every row.crimes scanhuman headers now include severity counts immediately, e.g.6 high 95 medium 83 low.- Top-level
crimes --helpagain points atcrimes init --agents, so future coding agents are more likely to discover the tool. crimes init --agentsnow describes multiplesettings.local.jsonfiles with correct grammar and more neutral agent wording.
Upgrade
Section titled “Upgrade”npm install -g crimes@0.11.1crimes --version # 0.11.1Existing .crimes/ state and schema_version: "0.2.0" consumers do
not need migration.
Related
Section titled “Related”docs/releases/v0.11.0.md— the parent Release B notes.