mirror of
https://github.com/JohnRiceML/clawport-ui.git
synced 2026-08-14 08:51:58 +00:00
Full product rebrand across the entire codebase: - User-facing strings: "Agent Claw" -> "ClawPort" everywhere (title, sidebar, search, onboarding wizard, chat header, setup script) - TypeScript interfaces: ManorSettings -> ClawPortSettings, ManorMap -> OrgMap, ManorPage -> HomePage - Settings fields: manorName -> portalName, manorSubtitle -> portalSubtitle, manorEmoji -> portalEmoji, manorIcon -> portalIcon (with matching setters) - localStorage keys: manor-settings -> clawport-settings (with legacy migration), manor-theme -> clawport-theme, manor-onboarded -> clawport-onboarded, manor-conversations -> clawport-conversations, manor-kanban -> clawport-kanban - Custom events: manor:open-search -> clawport:open-search - API keys: agent:main:manor-ui -> agent:main:clawport - Workspace paths: $WORKSPACE_PATH/manor/ -> $WORKSPACE_PATH/clawport/ - Package name: manor-ui -> clawport - All documentation (README, SETUP, CLAUDE.md, BRANDING, docs/) - All test files updated to match new keys and field names - 288/288 tests passing, tsc --noEmit clean Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>