Rebrand OpenSEO to Sightline for self-hosting - #345
Closed
funkylarma wants to merge 1 commit into
Closed
funkylarma wants to merge 1 commit into
funkylarma wants to merge 1 commit into
Conversation
Renames user-facing branding across the app shell, onboarding, auth, billing, MCP server metadata, and SAM's system prompt/skill content. Removes web/ (OpenSEO's own marketing site) and the dub.ts/loops.ts referral-tracking and hosted-transactional-email modules, which aren't relevant to an internal self-hosted deployment behind Cloudflare Access. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
|
Opened by mistake — this was meant for a private downstream fork, not upstream. Closing immediately, apologies for the noise. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
web/(OpenSEO's standalone marketing/docs site) — not needed for an internal tool.dub.ts(referral tracking) andloops.ts/loops-client.ts/loops-sync.ts(hosted transactional email) entirely, along with their call sites in auth, billing, and GDPR erasure. Note: this means "hosted" auth mode (AUTH_MODE=hosted) can no longer send password-reset/verification email — it throws clearly if used withoutBYPASS_EMAIL_VERIFICATION=true. Not a concern for this deployment, which usesAUTH_MODE=cloudflare_access.Sightline-Audit/1.0), kept consistent with the WAF-allowlist help text that names it.Out of scope (flagged for follow-up)
.agents/skills/*/SKILL.mdproduct-skill content still says "OpenSEO" in prose (bundled into SAM and the MCP setup prompt) — left alone pending a dedicated pass, since some.agents/skillsentries are repo-dev tooling that should keep naming the upstream project.plugins/openseo/,badseo/, anddocs/were also left untouched.Test plan
pnpm run types:check— cleanpnpm test:ci— 1355 tests passingpnpm run lint— 0 errorspnpm run knip— no unused exports/files introduced🤖 Generated with Claude Code