Skip to content

cli: v5.3.0

Choose a tag to compare

@aidd-bot aidd-bot released this 09 Sep 20:24
f6c61cf

5.3.0 (2026-09-09)

Features

  • cli: a record names the skill its own prompt invoked (#783) (7fbe889)
  • cli: one shared framework source per machine, user scope and session telemetry (#795) (95bdbbc)
  • cli: the report answers the same from anywhere, and says how it knows (#754) (87af185)
  • framework: measurement that works on five tools, each proven by a session that ran (#706) (627408f)
  • telemetry: a flow the tool named is a flow (#768) (37a6b2c)
  • telemetry: a prompt is an axis, and the only one complete by construction (#757) (18ed39b)
  • telemetry: a skill says when it is done, because nothing else can (#756) (cf66c22)

Bug Fixes

  • cli: a journal states the schema it was written in, and the reader reads it (#776) (5788ad8)
  • cli: a repair that repaired nothing says so (#762) (dccbef2)
  • cli: a step outlives the pause inside it (#775) (9f19b94)
  • cli: a step's extent is only as strong as the evidence that closed it (#777) (af683f4)
  • cli: activation leaves no permanent drift (#773) (462431a)
  • cli: an unreadable registry says so instead of crashing (#787) (25f0837)
  • cli: carry the catalog's recommended field under metadata, where Claude Code does not warn (#803) (4531b74), closes #800
  • cli: check says whether the host will load what aidd installed (#748) (919aee3)
  • cli: clean removes the state it wrote (#765) (c73e793)
  • cli: the commit trailer survives a hook another tool regenerates, and check says whether it did (#749) (5b222a3)
  • telemetry: a counter says what was measured (#786) (1f1ae9e)
  • telemetry: a re-read stores nothing the same batch already wrote (#758) (a65bc81)
  • telemetry: a record can predate its journal, and must say so (#759) (39a4e84)
  • telemetry: a step end names its skill either way (#767) (534d3db)
  • telemetry: a turn end is a pause for a flow too (#763) (ae70de6)
  • telemetry: an agent row says who could be named (#770) (e4dc167)
  • telemetry: an identity names the work it already did (#761) (38a5d43)

Miscellaneous

  • deps-dev: bump @biomejs/biome from 2.5.10 to 2.5.11 in /cli (#737) (989ba00)
  • deps-dev: bump @types/node from 26.2.0 to 26.4.0 in /cli (#736) (633d6cd)
  • deps-dev: bump knip from 6.32.2 to 6.33.0 in /cli (#740) (9ed420c)
  • deps-dev: bump lefthook from 2.1.10 to 2.1.12 in /cli (#739) (9040636)
  • deps: bump @inquirer/prompts from 8.6.0 to 8.7.0 in /cli (#738) (ee17c8f)

Documentation

  • telemetry: a prompt axis says what it cannot name (#769) (aee5721)

Refactoring

  • cli: a --token travels as an argument, never through the process environment (#802) (0affca5), closes #797