Skip to content

ref(jay): swap sundae for mamba (#403)#404

Merged
plastikfan merged 1 commit intomainfrom
ref/swap-sundae-for-mamba
Mar 17, 2026
Merged

ref(jay): swap sundae for mamba (#403)#404
plastikfan merged 1 commit intomainfrom
ref/swap-sundae-for-mamba

Conversation

@plastikfan
Copy link
Copy Markdown
Contributor

@plastikfan plastikfan commented Mar 17, 2026

Summary by CodeRabbit

  • Chores
    • Updated localization framework dependency to a newer version.
    • Updated internal package references and documentation to align with framework changes.

@plastikfan plastikfan self-assigned this Mar 17, 2026
@plastikfan plastikfan added the refactor Refactor code label Mar 17, 2026
@plastikfan plastikfan linked an issue Mar 17, 2026 that may be closed by this pull request
@plastikfan plastikfan merged commit dcb26f8 into main Mar 17, 2026
4 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 17, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2e7e329f-218a-417d-ac7e-6a7253bbbe40

📥 Commits

Reviewing files that changed from the base of the PR and between c90f3ca and b442129.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (3)
  • README.md
  • cmd/command/boostrap.go
  • go.mod

📝 Walkthrough

Walkthrough

This pull request replaces the Sundae framework dependency with Mamba across the codebase. Changes include updating the README usage example, modifying the bootstrap command's translation source configuration to use Mamba instead of Sundae, and updating the go.mod dependency declarations.

Changes

Cohort / File(s) Summary
Documentation Example
README.md
Updated usage bullet point, replacing "🍦 Sundae" reference with "🍎 Mamba".
Translation Configuration
cmd/command/boostrap.go
Replaced Sundae-based translation source with Mamba-based source; changed si18n.SundaeSourceID to si18n.MambaSourceID and updated associated Name field, import references, and comments.
Dependencies
go.mod
Removed github.com/snivilised/sundae v0.1.2 and added github.com/snivilised/mamba v0.1.1 as a new require entry.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 From Sundae sweet to Mamba's dance,
A framework swap, a fresh advance!
No logic bent, just strings replaced,
With names and paths retraced with grace. 🥭

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ref/swap-sundae-for-mamba
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.

OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required.

@plastikfan plastikfan deleted the ref/swap-sundae-for-mamba branch March 17, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Refactor code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swap sundae for mamba

1 participant