You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Fixed CLI exit-code behavior so validation failures consistently return exit code 1 and execution failures return exit code 2.
Added structured validation errors for missing required CLI options (for example, thumbnail now returns MISSING_FIELD when --at is missing).
Added strict EDL version validation (only version "1.0" is accepted).
Improved doctor version matching to compare semantic version numbers for ffmpeg and ffprobe.
Extended analysis output shaping with --response-format ndjson, --fields, --limit, and --min-strength support on high-volume commands (keyframes, beats, silence).
Bumped package version to 0.4.0 and updated docs/changelog.