chore(repo): replace stale repository URLs with canonical location (#260) - #291
Merged
karagozemin merged 1 commit intoAug 31, 2026
Merged
Conversation
Package metadata, the web landing page, and grant/application docs still pointed at the previous personal repository URL (karagozemin/Sub-Rosa) instead of the current organization repository. Replaced active references with the canonical Sub-Rosa-Issue/sub-rosa-issue URL; relative documentation links and historical prose were left untouched.
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
Closes #260
Package metadata, web navigation, and grant/application documents still referenced the previous personal repository URL (
karagozemin/Sub-Rosa) instead of the current organization repository. This replaces those active, user-facing references with the canonicalSub-Rosa-Issue/sub-rosa-issueURL.packages/sdk/package.jsonandpackages/tlock/package.json:repository.urlnow points to the canonical repo.apps/web/src/pages/LandingPage.tsx: the "GitHub" nav link now points to the canonical repo.docs/CV_LABS_APPLICATION.mdanddocs/INSTAWARDS_SOW.md: evidence/supporting links (including the architecture doc link) now point to the canonical repo.Relative documentation links and unrelated prose were left untouched, per the issue's acceptance criteria. No other content was changed.
Test plan
grep -rn "karagozemin"across the repo returns no results.pnpm docs:check-links— 42 local links checked, 0 failures (external link checks require outbound network, unavailable in this sandbox).pnpm sdk:typecheck/pnpm web:typecheck— could not run locally (node_modulesnot installed, no network access in this environment); changes are plain string-literal URL replacements in JSON/Markdown/JSX with no logic or type impact.