What's Changed
- Local login with encrypted workflows + guided setup walkthrough by @mohabbis in #32
- Replay correctness overhaul: faithful clicks, real pacing/pause/speed, cross-platform self-healing by @mohabbis in #33
- fix: repair 9 broken IPC calls, guard the contract in CI, build + test on Linux by @mohabbis in #34
- Harden CI/release workflows and make Ghost roadmap realistic by @mohabbis in #35
- Add unit tests for core/security.rs and core/cloud.rs by @mohabbis in #36
- Fix non_upper_case_globals clippy errors on macos-latest by @mohabbis in #37
- Expand unit test coverage: vision, wait, execution, events, knowledge by @mohabbis in #38
- Fix critical security & reliability flaws (XSS/CSP, path/env exfil, recording race, atomic writes) by @mohabbis in #39
- Polish Ghost desktop app experience: UI copy, styling, and suggestion wiring by @mohabbis in #40
- Harden workflow file path handling by @mohabbis in #41
- Centralize workflow file path handling and add YC-style audit docs by @mohabbis in #42
- Centralize workflow file path handling and add YC-style audit docs by @mohabbis in #43
- Add Ghost Guard: local workflow audit with UI integration by @mohabbis in #44
- Polish onboarding & UX: add mission panel, demo workflow, and timeline batching by @mohabbis in #45
- Add Ghost Guard local safety layer with audit, suppression, and UI integration by @mohabbis in #46
- Update from task 9a7ca17c-cb44-474a-bab3-6004bd1a804f by @mohabbis in #47
- Add unit tests for headless replay, engine speed/state, and LLM heuristics by @mohabbis in #48
- Refresh marketing website UI and UX by @mohabbis in #49
- Fix mobile UI/UX for app and marketing site by @mohabbis in #50
- Fix hero headline breaking one letter per line on mobile by @mohabbis in #51
- Fix verified correctness/security bugs + display-bounds reliability upgrade by @mohabbis in #52
- Add dynamic UI motion layer and trim oversized headings by @mohabbis in #53
- Harden core boundaries and remove legacy XOR crypto by @mohabbis in #54
- Split Tauri command handlers by product boundary by @mohabbis in #57
- Document Ghost Parrot suggestion model by @mohabbis in #59
- Document Ghost Parrot suggestion model by @mohabbis in #60
- Refresh README and fix IPC contract for command modules by @mohabbis in #61
- Polish public documentation tone by @mohabbis in #63
- Add workflow schema migration layer by @mohabbis in #64
- Trust core: command risk inventory + policy engine + Zone storage (NEXT_PHASE 1–3) by @mohabbis in #65
- test: cover command-layer guards and pure policy types by @mohabbis in #67
- test: fix Windows-incompatible filenames in organizer conflict test by @mohabbis in #68
- test: expand Ghost Guard and Zone storage coverage by @mohabbis in #69
- Organizer executor (Phase 6) + professional Mac/Windows distribution (Phase 7) by @mohabbis in #70
- Wire Ghost Organizer end-to-end (commands + UI + history) and add signing runbooks by @mohabbis in #71
- Add deterministic token-compression layer for LLM-bound content by @mohabbis in #72
- Deterministic event compression (architecture Sprint 1) by @mohabbis in #73
- Gate experimental command surface behind a Cargo feature by @mohabbis in #74
- Correct stale CLAUDE.md status and add a PR template by @mohabbis in #75
- Wire replay execution tracking into the engine (P3 Phase A) by @mohabbis in #76
- docs: add one-page macOS signing & notarization checklist by @mohabbis in #77
- Add replay history view (P3 Phase C) by @mohabbis in #78
- Update from task 2f0ac396-d7fd-4f5c-b3c4-992c1a2d03c1 by @mohabbis in #79
- Repo hygiene for parallel agents + restore fmt-clean master by @mohabbis in #80
- chore(release): bump version to 1.0.13 by @mohabbis in #81
- Update from task ea7853ee-2572-4dc1-bc8b-b9b8d715b4bb by @mohabbis in #82
- Update from task ea7853ee-2572-4dc1-bc8b-b9b8d715b4bb by @mohabbis in #83
- Rebuild marketing site: premium design + two interactive demos by @mohabbis in #84
- Update CLAUDE.md to reflect current repo state by @mohabbis in #85
- [codex] Sync Organizer wiring docs by @mohabbis in #86
- Execution pass: doc truth-up, secure-field fix, cloud FIXMEs, replay inspectability (Week 2) by @mohabbis in #88
- README rewrite: competitor-free positioning, verified claims, current features by @mohabbis in #89
- Target resilience (Week 3): window-level locators + per-click resolution trace; site UX pass by @mohabbis in #90
- Benchmark-gated resolution upgrades + audit hardening (gitignore, capture tests, panic tripwire, keyboard truncation) by @mohabbis in #91
- Add client filing organizer preset by @mohabbis in #92
- Fix client-filing preset: source move-out permission, no tilde default, pre-epoch naming by @mohabbis in #93
- macOS permission-free window-origin lookup: window-relative replay resolution goes live by @mohabbis in #94
- Map replay traces onto semantic steps; cross-run reliability summary in replay history by @mohabbis in #95
- feat(organizer): trust levels, audit attribution + export, guided setup by @mohabbis in #96
- docs: business model & moat strategy for local-first Ghost by @mohabbis in #97
- docs: scope first paid features into the product roadmap by @mohabbis in #98
- Show trust levels on the client-filing demo by @mohabbis in #99
- Restyle desktop app: sidebar-nav shell with focused single-task views by @mohabbis in #100
- feat(organizer): tamper-evident audit chain + retention controls by @mohabbis in #101
- chore(release): bump version to 1.1.0 by @mohabbis in #102
Full Changelog: v1.0.12...v1.1.0
What's Changed
- Local login with encrypted workflows + guided setup walkthrough by @mohabbis in #32
- Replay correctness overhaul: faithful clicks, real pacing/pause/speed, cross-platform self-healing by @mohabbis in #33
- fix: repair 9 broken IPC calls, guard the contract in CI, build + test on Linux by @mohabbis in #34
- Harden CI/release workflows and make Ghost roadmap realistic by @mohabbis in #35
- Add unit tests for core/security.rs and core/cloud.rs by @mohabbis in #36
- Fix non_upper_case_globals clippy errors on macos-latest by @mohabbis in #37
- Expand unit test coverage: vision, wait, execution, events, knowledge by @mohabbis in #38
- Fix critical security & reliability flaws (XSS/CSP, path/env exfil, recording race, atomic writes) by @mohabbis in #39
- Polish Ghost desktop app experience: UI copy, styling, and suggestion wiring by @mohabbis in #40
- Harden workflow file path handling by @mohabbis in #41
- Centralize workflow file path handling and add YC-style audit docs by @mohabbis in #42
- Centralize workflow file path handling and add YC-style audit docs by @mohabbis in #43
- Add Ghost Guard: local workflow audit with UI integration by @mohabbis in #44
- Polish onboarding & UX: add mission panel, demo workflow, and timeline batching by @mohabbis in #45
- Add Ghost Guard local safety layer with audit, suppression, and UI integration by @mohabbis in #46
- Update from task 9a7ca17c-cb44-474a-bab3-6004bd1a804f by @mohabbis in #47
- Add unit tests for headless replay, engine speed/state, and LLM heuristics by @mohabbis in #48
- Refresh marketing website UI and UX by @mohabbis in #49
- Fix mobile UI/UX for app and marketing site by @mohabbis in #50
- Fix hero headline breaking one letter per line on mobile by @mohabbis in #51
- Fix verified correctness/security bugs + display-bounds reliability upgrade by @mohabbis in #52
- Add dynamic UI motion layer and trim oversized headings by @mohabbis in #53
- Harden core boundaries and remove legacy XOR crypto by @mohabbis in #54
- Split Tauri command handlers by product boundary by @mohabbis in #57
- Document Ghost Parrot suggestion model by @mohabbis in #59
- Document Ghost Parrot suggestion model by @mohabbis in #60
- Refresh README and fix IPC contract for command modules by @mohabbis in #61
- Polish public documentation tone by @mohabbis in #63
- Add workflow schema migration layer by @mohabbis in #64
- Trust core: command risk inventory + policy engine + Zone storage (NEXT_PHASE 1–3) by @mohabbis in #65
- test: cover command-layer guards and pure policy types by @mohabbis in #67
- test: fix Windows-incompatible filenames in organizer conflict test by @mohabbis in #68
- test: expand Ghost Guard and Zone storage coverage by @mohabbis in #69
- Organizer executor (Phase 6) + professional Mac/Windows distribution (Phase 7) by @mohabbis in #70
- Wire Ghost Organizer end-to-end (commands + UI + history) and add signing runbooks by @mohabbis in #71
- Add deterministic token-compression layer for LLM-bound content by @mohabbis in #72
- Deterministic event compression (architecture Sprint 1) by @mohabbis in #73
- Gate experimental command surface behind a Cargo feature by @mohabbis in #74
- Correct stale CLAUDE.md status and add a PR template by @mohabbis in #75
- Wire replay execution tracking into the engine (P3 Phase A) by @mohabbis in #76
- docs: add one-page macOS signing & notarization checklist by @mohabbis in #77
- Add replay history view (P3 Phase C) by @mohabbis in #78
- Update from task 2f0ac396-d7fd-4f5c-b3c4-992c1a2d03c1 by @mohabbis in #79
- Repo hygiene for parallel agents + restore fmt-clean master by @mohabbis in #80
- chore(release): bump version to 1.0.13 by @mohabbis in #81
- Update from task ea7853ee-2572-4dc1-bc8b-b9b8d715b4bb by @mohabbis in #82
- Update from task ea7853ee-2572-4dc1-bc8b-b9b8d715b4bb by @mohabbis in #83
- Rebuild marketing site: premium design + two interactive demos by @mohabbis in #84
- Update CLAUDE.md to reflect current repo state by @mohabbis in #85
- [codex] Sync Organizer wiring docs by @mohabbis in #86
- Execution pass: doc truth-up, secure-field fix, cloud FIXMEs, replay inspectability (Week 2) by @mohabbis in #88
- README rewrite: competitor-free positioning, verified claims, current features by @mohabbis in #89
- Target resilience (Week 3): window-level locators + per-click resolution trace; site UX pass by @mohabbis in #90
- Benchmark-gated resolution upgrades + audit hardening (gitignore, capture tests, panic tripwire, keyboard truncation) by @mohabbis in #91
- Add client filing organizer preset by @mohabbis in #92
- Fix client-filing preset: source move-out permission, no tilde default, pre-epoch naming by @mohabbis in #93
- macOS permission-free window-origin lookup: window-relative replay resolution goes live by @mohabbis in #94
- Map replay traces onto semantic steps; cross-run reliability summary in replay history by @mohabbis in #95
- feat(organizer): trust levels, audit attribution + export, guided setup by @mohabbis in #96
- docs: business model & moat strategy for local-first Ghost by @mohabbis in #97
- docs: scope first paid features into the product roadmap by @mohabbis in #98
- Show trust levels on the client-filing demo by @mohabbis in #99
- Restyle desktop app: sidebar-nav shell with focused single-task views by @mohabbis in #100
- feat(organizer): tamper-evident audit chain + retention controls by @mohabbis in #101
- chore(release): bump version to 1.1.0 by @mohabbis in #102
Full Changelog: v1.0.12...v1.1.0