sicd (0.2.0-1) unstable; urgency=low

  * Nested targets + v2 argv-boundary wire. `sic host/hop1/hop2 cmd` peels
    incus/docker/pct container hops; argv is length-framed end to end so
    `sic host touch 'a b'` stays ONE file (no space-split anywhere). The
    daemon dual-reads v1 and v2 (first-byte dispatch), so pre-0.2.0 clients
    keep working during rollout. Hardened: outer-netstring length cap before
    alloc, per-element/byte caps, explicit argc (empty "" args representable,
    canonical decimal only). Reviewed (bullpen 964/970).

 -- Markus Fritsche <mfritsche@reauktion.de>  Thu, 23 Jul 2026 12:00:00 +0000

sicd (0.1.0-1) unstable; urgency=low

  * Initial release: netstring-framed argv over stdin, execvp'd. Deploy on
    target hosts, run over ssh.

 -- Markus Fritsche <mfritsche@reauktion.de>  Sat, 19 Jul 2026 12:00:00 +0000
