Skip to content

chore: point references at overbuildlabs/OverManager + overbuildlabs.com#14

Merged
proofofprints merged 1 commit into
mainfrom
claude/rebrand-url-references
Jun 6, 2026
Merged

chore: point references at overbuildlabs/OverManager + overbuildlabs.com#14
proofofprints merged 1 commit into
mainfrom
claude/rebrand-url-references

Conversation

@proofofprints
Copy link
Copy Markdown
Collaborator

Summary

Following the GitHub repo rename/transfer to overbuildlabs/OverManager and the cloud-service move to overbuildlabs.com, this updates the remaining stale proofofprints/PoPManager and *.proofofprints.com references across user-facing surfaces. Reference-only — no functional or behavioral changes.

Changes

  • Auto-updater endpoint (src-tauri/tauri.conf.json): release manifest now resolves to overbuildlabs/OverManager.
  • In-app About link (src/pages/Settings.tsx): GitHub link points to overbuildlabs/OverManager.
  • README: GitHub links, git clone URL, website domain, and the local data-dir docs.
  • Docs (docs/*.md, 6 files): GitHub URLs; cloud domain cloud.proofofprints.comcloud.overbuildlabs.com; brand prose PoPCloudOverCloud, PoPManagerOverManager.

Deliberately unchanged

  • Bundle identifier com.proofofprints.popmanager and its %APPDATA% directory — this is the auto-update chain anchor; changing it would break upgrades for existing installs.
  • Cloud API host cloud-api.overbuildlabs.com — already migrated in a prior change.

Checklist

  • npx tsc --noEmit passes with no errors
  • cd src-tauri && cargo check — N/A (no Rust source changed; tauri.conf.json validated as well-formed JSON)
  • New Rust struct fields use #[serde(default)] — N/A
  • New Tauri commands are registered in lib.rs — N/A
  • Screenshots attached (if UI changes) — N/A (link href only)

Testing

  • npx tsc --noEmit — clean.
  • tauri.conf.json parses as valid JSON; updater endpoint confirmed at https://github.com/overbuildlabs/OverManager/releases/latest/download/latest.json.
  • Confirmed bundle identifier com.proofofprints.popmanager is unchanged.
  • Grep confirmed no remaining proofofprints in user-facing files (other than the intentional identifier) and no double-rewrites.

Rollout notes

  • Existing v1.3/v1.4 installs carry the old updater endpoint; GitHub's rename/transfer redirect keeps them updating. Future releases must be published from overbuildlabs/OverManager.
  • Separate follow-up in the website repo: its raw.githubusercontent.com/.../OverManager/... screenshot URLs must be updated — raw URLs do not follow the rename redirect.

Related issues

None.

…uildlabs.com

Repo was renamed/transferred to github.com/overbuildlabs/OverManager and the
cloud domain moved to overbuildlabs.com. Update the About link, updater
endpoint, README links/clone/website, and docs (GitHub URLs, cloud.* domain,
PoPCloud→OverCloud, PoPManager→OverManager prose).

Kept unchanged: bundle identifier com.proofofprints.popmanager (updater-chain
anchor; its AppData dir is real) and the cloud API host constant (already
cloud-api.overbuildlabs.com from a prior session).
@proofofprints proofofprints merged commit 5240518 into main Jun 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant