v3.0.0
v3.0.0 (2026-05-18)
This release is published under the MIT License.
Chores
- Re-trigger release publish for v3.0.0 (
467c583)
Documentation
- claude-md: Update CLI invocations to v3 flag form, prune stale notes (
1276bf8)
Features
- cli: Switch input contract to flags + positional + stdin (
38df421)
Drops JSON-on-stdin in favor of long-form flags, at most one positional, stdin for the markdown content blob, per cli-design v2. Output (ANSI for render, JSON elsewhere), errors, and exit codes are unchanged.
- doc render / doc check now read source from stdin
- doc watch / pane open / pane update take path as positional
- pane update gains --pane-id flag
- --color is an enum (auto|on|off) replacing the prior bool|null
- --watch is presence-only and defaults to false on pane open/update
- Internal pane self-pipe rebuilds the new flag-form invocations
Detailed Changes: v2.1.0...v3.0.0