Skip to content

feat(cli): make --episode flag optional#51

Merged
flexiondotorg merged 2 commits into
mainfrom
ep-numbers
Jun 8, 2026
Merged

feat(cli): make --episode flag optional#51
flexiondotorg merged 2 commits into
mainfrom
ep-numbers

Conversation

@flexiondotorg

Copy link
Copy Markdown
Contributor

When --episode is omitted, no episode number is rendered on the overlay. When supplied, behaviour remains unchanged. Implements optional podcast metadata field with nil-guard in rendering pipeline.

Closes #31

When --episode is omitted, no episode number is rendered on the overlay.
When supplied, behaviour remains unchanged. Implements optional podcast
metadata field with nil-guard in rendering pipeline.

Closes #31

Signed-off-by: Martin Wimpress <code@wimpress.io>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Confidence score: 4/5

  • This PR looks safe to merge overall, with one moderate behavior mismatch rather than a broad stability risk.
  • In internal/renderer/frame.go, an explicit --episode=0 is currently rendered as 00, which conflicts with the documented output requirement of 0 when the flag is present.
  • Given the issue’s medium severity (5/10) and localized scope, risk appears limited to formatting/output correctness for this flag path.
  • Pay close attention to internal/renderer/frame.go - ensure explicit --episode=0 formatting matches the documented 0 behavior.

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread internal/renderer/frame.go
Signed-off-by: Martin Wimpress <code@wimpress.io>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 issues found across 1 file (changes from recent commits).

Requires human review: Auto-approval blocked by 1 unresolved issue from previous reviews.

Re-trigger cubic

@flexiondotorg flexiondotorg merged commit fad8a18 into main Jun 8, 2026
10 checks passed
@flexiondotorg flexiondotorg deleted the ep-numbers branch June 8, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow usage without mandatory episode numbers

1 participant