Files
Your NameandClaude Opus 4.7 fab9f0ee30 docs: pivot plan — local builds for E4, separate E6 for UI redesign
E4 update — drop GitHub Actions / self-hosted runners. Local build scripts
mirror the iOS pattern in CLAUDE.md: build-mac.sh runs electron-builder
over SSH against Tims-Mac-mini.local using the existing pearcal-notary
keychain profile + Developer ID Application identity from Phase 0.
build-linux.sh runs natively on this Fedora box for AppImage + deb.
Future build-windows.sh will SSH into the Windows VM (same VM PearGuard
already uses for its Windows build pipeline).

GitHub Releases stays a manual `gh release create` step or skipped.

Add Phase E6 — Desktop UI redesign as its own future plan. App.jsx is
mobile-first; on a 1024+ desktop window it looks like a phone app
stretched across a monitor. Genuine adaptation needs multi-pane layout,
keyboard shortcuts, hover/right-click, mouse-first density, possibly
multi-window. Wants design exploration before code. Deliberately ordered
after E4 so the redesign happens against a real installed app and so a
shippable artifact lands first for dogfooding the P2P backend, deep
links, and signing pipeline.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 23:11:28 -05:00
..