v0.1.4
Highlights
- State dirs default to
~/.drydock/{stage,audit,squid}instead of/tmp/broker/.... Audit history was at risk of silent eviction on/tmp. Existing operators upgrading still see legacy/tmp/broker/auditcontent indrydock tasksvia a fallback path. drydock submitpropagates ^C as a request cancellation. The code-comment claim has finally caught up to the implementation.- Friendlier offline messages.
submit,approve,deny,pending,kill, andstatusall printbrokerd not running — start it in another shell with drydock startinstead of raw Go HTTP transport errors.drydock killno longer says "no such task" when brokerd is down. - README install snippet now includes
brew trust sricola/drydock(modern Brew rejects personal taps without explicit trust). - SECURITY.md gets a dedicated "TCP exposure" section spelling out that
broker.addr/BROKER_ADDRhas no built-in auth.
Full notes: CHANGELOG.md
Install
brew install sricola/drydock/drydock
drydock init && drydock doctor