Rename the app to Denpa #25
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
v2
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wayfinder:ticket
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiko/denpa#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
The app is now called Denpa (電波). Carry the name through every place the old one is baked in, in one pass, before the redesign slices land on top of it.
package.jsonname, and anything derived from it in the buildproductName, window titles, and the tray/menu entriesindex.htmltitle and any PWA manifest nameThe Tauri bundle identifier is the one to think about, not just rename. Changing it makes the OS treat the build as a different application: new config/data directory, a separate installed entry alongside the old one, and any persisted state (endpoint, token, pal scale per monitor) is orphaned rather than migrated. Either keep the existing identifier and rename only the display name, or change it and migrate the old config directory on first run. Pick one deliberately and say which in the PR.
Not in scope here: the Forgejo repo rename and the design-doc wording, both already done separately.
Acceptance criteria
npm run typecheck,npm run lintand the test suite passBlocked by
None - can start immediately
Shipped. Merged to
mainatf796efa(phase D — rename), 13 string literals, review verdict clean. The Tauri bundle identifierworks.aiko.ollvtwas proven byte-identical, and no localStorage key, config path or data directory moved.Closing with two acceptance boxes never observed, recorded here rather than quietly ticked:
Both were asserted from config, not from a running build. They are covered by the v1 proof-of-done — a real conversation on desktop, tablet and phone — tracked on the wayfinder map aiko/denpa#41. If either turns out wrong, it surfaces there.
Closed as part of reconciling the board with
main: the autonomous run's policy was not to auto-close, so shipped work stayed open. That policy is now reversed — issues close when they land.