Skip to content

CONV-046: Create MVP converter capability list#62

Merged
menvil merged 1 commit into
developfrom
feature/CONV-046-create-mvp-converter-capability-list
May 29, 2026
Merged

CONV-046: Create MVP converter capability list#62
menvil merged 1 commit into
developfrom
feature/CONV-046-create-mvp-converter-capability-list

Conversation

@menvil

@menvil menvil commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add config/converters.php with mvp_capabilities whitelist for Phase 04.
  • Lock the MVP scope to six directions: png/jpg → jpg/png/webp/pdf.

Test plan

  • composer test
  • composer lint
  • npm run build

Summary by cubic

Adds an MVP whitelist of six image conversion directions to lock the converter scope for Phase 04. Implements CONV-046 by allowing only png/jpg to convert to jpg/png/webp/pdf.

  • New Features
    • Adds config/converters.php with mvp_capabilities: png:jpg, png:webp, png:pdf, jpg:png, jpg:webp, jpg:pdf.
    • Limits registration to these six directions during the MVP phase.
    • Adds unit tests covering allowed and disallowed directions.

Written for commit 17f2d4f. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 163ca12e-5e25-4064-907c-db9b73fee809

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-046-create-mvp-converter-capability-list

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@menvil menvil merged commit df5d9f7 into develop May 29, 2026
2 of 3 checks passed
@menvil menvil deleted the feature/CONV-046-create-mvp-converter-capability-list branch May 29, 2026 10:20
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