chore: rebrand storyvox → Candela in org profile#1
Conversation
The Android audiobook player is renamed storyvox → Candela. Update the Featured projects entry: display name, repo link, and site link now point at candela / candela.techempower.org. Description prose and all other project entries unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Need the big picture first? Review this PR in Change Stack to see what changed before going file by file. 📝 WalkthroughWalkthroughThe PR updates the organization profile README by replacing the ChangesProfile Documentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the profile/README.md file to rename the 'storyvox' project to 'Candela', updating its repository and website URLs accordingly. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@profile/README.md`:
- Line 21: The published link "https://candela.techempower.org" in the README
header for "📚 [Candela]" is unreachable; update the entry by removing or
replacing the broken URL with a working target (for example point the markdown
link directly to the GitHub repo URL
"https://github.com/techempower-org/candela" or add a note like "(site
unavailable)" next to the project name). Ensure the display text "[Candela]"
remains intact and only the destination URL is changed so the link in the README
continues to resolve correctly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| A free, open-source map of fruit trees and edible plants growing on public land. Expo + InstantDB + Google Maps. AGPL-3.0. Food access mapped, owned by the community, free to anyone with a phone. | ||
|
|
||
| ### 📚 [storyvox](https://github.com/techempower-org/storyvox) · [storyvox.techempower.org](https://storyvox.techempower.org) | ||
| ### 📚 [Candela](https://github.com/techempower-org/candela) · [candela.techempower.org](https://candela.techempower.org) |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify that Candela repository and site URLs return successful responses
echo "Checking repository URL..."
gh repo view techempower-org/candela --json name,url 2>&1 || echo "Repository not found"
echo -e "\nChecking site URL..."
curl -s -o /dev/null -w "HTTP Status: %{http_code}\n" https://candela.techempower.org || echo "Site check failed"Repository: techempower-org/.github
Length of output: 221
🏁 Script executed:
#!/bin/bash
# Description: Search for any remaining 'storyvox' references in the repository
rg -i 'storyvox' -C 2Repository: techempower-org/.github
Length of output: 49
Fix broken documentation link: candela.techempower.org is currently unreachable
- The GitHub repo URL for Candela resolves, but
https://candela.techempower.orgcurrently fails (curl HTTP status 000), so merging will likely publish a broken link inprofile/README.md(line 21). - No remaining
storyvoxreferences were found.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@profile/README.md` at line 21, The published link
"https://candela.techempower.org" in the README header for "📚 [Candela]" is
unreachable; update the entry by removing or replacing the broken URL with a
working target (for example point the markdown link directly to the GitHub repo
URL "https://github.com/techempower-org/candela" or add a note like "(site
unavailable)" next to the project name). Ensure the display text "[Candela]"
remains intact and only the destination URL is changed so the link in the README
continues to resolve correctly.
What
Rebrand the Android audiobook player storyvox → Candela in the org profile README.
The Featured projects entry now reads Candela, with links repointed to:
github.com/techempower-org/candelacandela.techempower.orgScope
Single line changed in
profile/README.md(the Featured projects heading). The description prose and every other project entry (forageforall, techempower.org, mempalace, speech-to-cli, etc.) are untouched. No remainingstoryvoxreferences in the repo.🤖 Generated with Claude Code
Summary by CodeRabbit