Conversation
Phase 2 of the `selasar-revamp` rebrand (PRD `prd-rebrand-tokens`): a full-repo audit of every user-visible "LoopDeck" occurrence recorded in the PRD, the window title / product name / bundle-identifier rename to Selasar in `tauri.conf.json` and `index.html`, and the in-app copy rename to "Selasar" across components, error strings, agent prompts, run-queue notifications, hook templates, and the release smoke script — leaving `.loopdeck/`, `project.yaml`, and internal Rust/TS identifiers untouched.
suprie
marked this pull request as ready for review
August 5, 2026 10:47
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
Phase 2 of the
selasar-revamprebrand (PRDprd-rebrand-tokens): a full-repo audit of every user-visible "LoopDeck" occurrence recorded in the PRD, the window title / product name / bundle-identifier rename to Selasar intauri.conf.jsonandindex.html, and the in-app copy rename to "Selasar" across components, error strings, agent prompts, run-queue notifications, hook templates, and the release smoke script — leaving.loopdeck/,project.yaml, and internal Rust/TS identifiers untouched.What changed
docs/epics/selasar-revamp/prd-rebrand-tokens.md— appended the full-repo tagged audit (## Phase 2 Audit — "LoopDeck" occurrences); Phase-2 checkboxes marked[x]src-tauri/tauri.conf.json—productName+ windowtitle→ "Selasar"; bundleidentifier→com.selasar.appindex.html—<title>Selasar</title>src/— sidebar wordmark, error/empty/settings/import copy, and comments renamed to Selasarsrc-tauri/src/— agent initial prompts, chat truncation marker, Codex client title + turn errors, run-queue notification titles, schema/deny error strings, export-summary header, comments, and hook-content test assertions renamed to Selasartemplates/hooks/— 5 hook-script docstrings + nudge messages renamed to Selasarscripts/smoke-test-release.sh— artifact names updated to match the renamed product/identifier (Selasar.app,com.selasar.app); real config-dir path preservedPRD
docs/epics/selasar-revamp/prd-rebrand-tokens.md
Decisions
com.selasar.app; left.loopdeck/, config paths, internal identifiers, and docs untouched.--font-displayapplication mapping for the icon-only brand tile (accepted):--font-displayserif token applied to wordmark, sidebar subtitle, and project-name treatments.src/styles.csstoken values replaced with paper/ink/teak anchors.Test plan
cargo test(590 passed)cargo clippy --lib -- -D warningsnpx tsc --noEmitnpm run buildVerify Verdict
PRD Verification — prd-rebrand-tokens
Verdict: PASS
tauri.conf.jsonwindow title/product name, Settings, empty states, error strings) and record the full list.docs/epics/selasar-revamp/prd-rebrand-tokens.md— appended## Phase 2 Audit — "LoopDeck" occurrences (2026-08-05): full-repo tagged list (user-visible / comments / test assertions / left-intact paths + identifiers / docs & tooling)src-tauri/tauri.conf.json's window title and product name to "Selasar".src-tauri/tauri.conf.json:3"productName": "Selasar";:16"title": "Selasar";index.html:6<title>Selasar</title>;:5"identifier": "com.selasar.app".loopdeck/directory name,project.yamlschema, and internal Rust/TS identifiers untouched.AppShell.tsx:138;RootErrorBoundary.tsx:106;Settings.tsx:161;ImportFlow.tsx:107;NewProjectDialog.tsx:67;KnowledgeGraphPanel.tsx:100;EmptyState.tsx:18; promptscommands/agent.rs:1000,1011+run_executor.rs:152,157; markeragents.rs:844;codex_session.rs:655,745,1254; notificationsrun_queue.rs;execution.rs:608-609;permission.rs:145;progress.rs:302; hooks + smoke script. Untouched:config.rs:617ProjectDirs,logging.rs:48APP_NAME,.loopdeck/dir, lowercaseloopdeckidentifiers. Gates: fmt / clippy-D warnings/ 590 tests / tsc / build green.Non-goals audit
.loopdeck/directory name,project.yamlschema, and other persisted/on-disk formats unchanged (config.rsProjectDirs::from("com","loopdeck","LoopDeck"), log dir~/Library/Logs/LoopDeck/). No Rust module / internal-identifier / crate / repo renames. No structural or navigation change.Roll-up: PASS — 0 FAIL, 0 PARTIAL, 3 PASS.
Run metadata
selasar-revamp/grep-the-repo-for-user-visible-loopdeck-occurrences-component— "Grep the repo for user-visible "LoopDeck" occurrences (component" (selasar-revamp / prd-rebrand-tokens / Phase 2 — Rebrand copy audit)selasar-revamp/update-src-tauri-tauri-conf-json-s-window-title-and-product-name-to— "Updatesrc-tauri/tauri.conf.json's window title and product name to" (selasar-revamp / prd-rebrand-tokens / Phase 2 — Rebrand copy audit)selasar-revamp/update-all-in-app-user-visible-copy-found-in-the-audit-to-selasar— "Update all in-app user-visible copy found in the audit to "Selasar"," (selasar-revamp / prd-rebrand-tokens / Phase 2 — Rebrand copy audit)