Conversation
🦋 Changeset detectedLatest commit: c501bd6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📝 WalkthroughWalkthroughThis pull request updates documentation links and branding terminology across the repository, reflecting a CipherStash rebrand. Changes include replacing product naming, updating documentation URLs to new route structures, and adding dashboard links to CLI initialization next-steps outputs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/cli/src/commands/init/providers/supabase.ts`:
- Line 28: Update the Supabase guide URL string 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/supabase' to the corrected docs
path that includes the missing /encryption/ segment (e.g. 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/encryption/supabase') so the link
points to the current Supabase encryption guide.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 3bb5489b-29bd-4756-b3ae-c46426107d1b
📒 Files selected for processing (7)
.changeset/flat-shirts-marry.mdREADME.mdpackages/cli/src/commands/init/providers/base.tspackages/cli/src/commands/init/providers/drizzle.tspackages/cli/src/commands/init/providers/supabase.tspackages/stack/README.mdpackages/stack/src/types.ts
|
|
||
| steps.push( | ||
| 'Supabase guide: https://cipherstash.com/docs/stack/encryption/supabase', | ||
| 'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase', |
There was a problem hiding this comment.
Potential broken docs URL for Supabase guide.
At Line 28, the path omits /encryption/ and is inconsistent with the repo’s updated Supabase docs links. This can send users to the wrong page.
Suggested fix
- 'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase',
+ 'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/encryption/supabase',📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| 'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/supabase', | |
| 'Supabase guide: https://cipherstash.com/docs/stack/cipherstash/encryption/supabase', |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@packages/cli/src/commands/init/providers/supabase.ts` at line 28, Update the
Supabase guide URL string 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/supabase' to the corrected docs
path that includes the missing /encryption/ segment (e.g. 'Supabase guide:
https://cipherstash.com/docs/stack/cipherstash/encryption/supabase') so the link
points to the current Supabase encryption guide.
Summary by CodeRabbit
Documentation
Updates