Skip to content

refactor: remove orphaned exportCommand and dead helpers#255

Merged
kiyeonjeon21 merged 1 commit into
mainfrom
refactor/remove-dead-export-command
Jul 1, 2026
Merged

refactor: remove orphaned exportCommand and dead helpers#255
kiyeonjeon21 merged 1 commit into
mainfrom
refactor/remove-dead-export-command

Conversation

@kiyeonjeon21

Copy link
Copy Markdown
Contributor

From the 2026-07-01 project audit (finding 6).

exportCommand was never registered in index.ts — the export namespace was retired, leaving the Command definition orphaned. Removes it, its only-caller helper runHyperframesExport, the local timelineBaseName, and imports that became unused (−271 lines).

runExport and the shared FFmpeg helpers stay — they are still used by tools/manifest/export.ts.

Verified: pnpm -F @vibeframe/cli build clean, pnpm -F @vibeframe/cli lint 0 errors, export.test.ts (14) + manifest tests (12) pass.

exportCommand was never registered in index.ts (the 'export' namespace
was retired). Remove the orphaned Command definition, its only-caller
helper runHyperframesExport, the local timelineBaseName, and imports that
became unused. runExport and the shared FFmpeg helpers stay — they are
still used by tools/manifest/export.ts.
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vibeframe Ready Ready Preview, Comment Jul 1, 2026 1:04am

Request Review

@kiyeonjeon21 kiyeonjeon21 merged commit 98c8ab4 into main Jul 1, 2026
6 checks passed
@kiyeonjeon21 kiyeonjeon21 deleted the refactor/remove-dead-export-command branch July 1, 2026 03:05
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.

1 participant