Summary
Migrate all remaining foozol references throughout the codebase to Pane / runpane. The project has been rebranded and the old name should no longer appear anywhere.
Scope
Code references
package.json: "name": "foozol", "description", "appId": "com.stravu.foozol", "productName": "foozol"
- Linux desktop entry:
"Name": "foozol", "StartupWMClass": "foozol"
- Windows shortcut:
"shortcutName": "foozol"
- Temp file names:
foozol-commit-* in main/src/ipc/file.ts
- Config comments referencing "foozol" (e.g.,
enableCommitFooter, foozol footer)
CLAUDE.md — extensive foozol references throughout
- Any remaining
foozol strings in source files, comments, or logs
foozol-run-script.js in scripts/
- Session ID env var:
FOOZOL_SESSION_ID, FOOZOL_PANEL_ID
Assets
frontend/src/assets/foozol-logo.svg — replace with new Pane icon
- Any references to the old logo path
Config / Data
~/.foozol directory references — migrate to ~/.pane or similar
foozol.db database references
config.json references
URLs
- Old GitHub URLs (
parsakhaz/foozol) — update to Dcouple-Inc/Pane
- Old website references (
foozol.com) — update to runpane.com
Documentation
CLAUDE.md — full rewrite of foozol references
- Any docs referencing the old name
Notes
Summary
Migrate all remaining
foozolreferences throughout the codebase toPane/runpane. The project has been rebranded and the old name should no longer appear anywhere.Scope
Code references
package.json:"name": "foozol","description","appId": "com.stravu.foozol","productName": "foozol""Name": "foozol","StartupWMClass": "foozol""shortcutName": "foozol"foozol-commit-*inmain/src/ipc/file.tsenableCommitFooter,foozol footer)CLAUDE.md— extensive foozol references throughoutfoozolstrings in source files, comments, or logsfoozol-run-script.jsin scripts/FOOZOL_SESSION_ID,FOOZOL_PANEL_IDAssets
frontend/src/assets/foozol-logo.svg— replace with new Pane iconConfig / Data
~/.foozoldirectory references — migrate to~/.paneor similarfoozol.dbdatabase referencesconfig.jsonreferencesURLs
parsakhaz/foozol) — update toDcouple-Inc/Panefoozol.com) — update torunpane.comDocumentation
CLAUDE.md— full rewrite of foozol referencesNotes