chore: rename canonical domain to secretenv.io#53
Open
TechAlchemistX wants to merge 1 commit intomainfrom
Open
chore: rename canonical domain to secretenv.io#53TechAlchemistX wants to merge 1 commit intomainfrom
TechAlchemistX wants to merge 1 commit intomainfrom
Conversation
The project's canonical domain is moving to secretenv.io. Updates every outward-facing reference (install.sh URLs, Cargo homepage, SECURITY.md disclosure address, release-bot git identity, Homebrew formula, CHANGELOG, README install snippets, and docs). No code logic changes — all hits are string constants in docs/config. The v0.4 profile-system work (Phase 4) depends on this domain being authoritative, so landing this before Phase 4 kickoff. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 tasks
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
secretenv.dev→secretenv.ioacross every outward-facing reference in the product repo.Cargo.toml(homepage),install.sh(profile base URL + comments),.github/workflows/release.yml(install-one-liner + Homebrew homepage + release-bot email),SECURITY.md(disclosure address),README.md/CHANGELOG.md/docs/{security,registry,ci-cd}.md(install snippets + download URLs).Test plan
cargo check --workspacestill clean (metadata-only change — no compile impact expected)grep -r "secretenv\.dev" .returns nothing inside the repo.github/workflows/release.ymlHomebrew formula + release-bot identity updatedREADME.mdpoints athttps://secretenv.io/install.sh🤖 Generated with Claude Code