web: update GitHub repo links from fastrepl/hyprnote to fastrepl/char#3964
Conversation
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Deploy Preview for hyprnote ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for hyprnote-storybook canceled.
|
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
| import { getSupabaseServerClient } from "@/functions/supabase"; | ||
|
|
||
| const GITHUB_REPO = "fastrepl/hyprnote"; | ||
| const GITHUB_REPO = "fastrepl/char"; |
There was a problem hiding this comment.
🚩 GitHub API operations (content CRUD, PR merges, media uploads) now target fastrepl/char
Several server-side functions that perform write operations via the GitHub API had their GITHUB_REPO constant updated:
github-content.ts:7— content CRUD operationsgithub-media.ts:3— media file uploadsmedia-upload.ts:5— image uploadsslack-interactive.ts:6— PR merge and branch deletion
These are critical backend operations. If the GitHub repo hasn't actually been renamed to fastrepl/char yet (or if the API token doesn't have permissions on the new repo name), all content management, media uploads, and Slack-triggered PR merges will fail. This is not a code bug per se, but a deployment ordering concern — the repo must be renamed before deploying this code.
Was this helpful? React with 👍 or 👎 to provide feedback.
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
…repl/char Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
…//git-manager.devin.ai/proxy/github.com/fastrepl/hyprnote into devin/1771053129-update-github-links-to-char
Summary
Bulk replacement of all
fastrepl/hyprnote→fastrepl/charGitHub references across the website (apps/web/). This covers 46 files including:/githubredirect routegen-agents.js)Homebrew tap references (
brew tap fastrepl/hyprnote,brew install --cask fastrepl/hyprnote/...) were intentionally not changed, as those reference the separatefastrepl/homebrew-hyprnotetap repo.Review & Testing Checklist for Human
content-collections.tsandsrc/utils/download.tsnow point tofastrepl/char/releases/.... Verify that release assets are accessible at the new URL (GitHub may redirect from the old name, but confirm this works for binary downloads).media-upload.ts,submit-for-review.ts,slack-interactive.ts,github.ts,github-media.ts,github-content.ts,queries.tsall usefastrepl/charfor API operations. Confirm the GitHub API resolves the new repo name correctly for content CRUD, webhooks, and star/contributor queries.apps/web/: This PR only coversapps/web/. Check iffastrepl/hyprnoteappears elsewhere in the monorepo (desktop app, API backend, other apps) that also needs updating.download/index.tsx:148andinstallation.mdx:10still referencefastrepl/hyprnote(the homebrew tap), notfastrepl/char./github, footer GitHub link,/opensource, and a changelog page to confirm links resolve correctly.Notes