v0.5.0 — "Plain Speech"
Every command's default human output changes from a raw JSON dump to a
readable summary — semantic status, tables, and next-action hints, while
--json stays byte-compatible — plus permanent, elevated-key-gated project
deletion.
Added
- Breaking: a new
--output human|plain|json|jsonlcontract replaces
printing raw backend JSON to a human terminal by default.--jsonremains
a supported alias and stays byte-compatible; human output does not. See
RFC 0022. - Breaking:
agent-comms project deletepermanently deletes a project,
local and remote, with no automatic backup. OWNER-only, elevated-key
required, no scripted path. See RFC 0020.
Full technical detail is below and in CHANGELOG.md.
Full Changelog: v0.4.0...v0.5.0