Flywheel SDK, WinDirStat parity gains, signed-release pipeline#1
Merged
Conversation
Flywheel: - Add src/flywheel.rs — Rust port of flywheel-client.ts (shared event taxonomy → flywheel-core Supabase events table via detached curl, no new TLS deps). Ships dark unless FLYWHEEL_SUPABASE_URL/ANON_KEY are configured. Wires app_open, scan_completed, conversion (bytes reclaimed), error, plus a Sean-Ellis feedback control and telemetry opt-out in Help. 8 unit tests. - Add flywheel.json (local portfolio record). WinDirStat parity: - Recursive file/subdir counts on every node (Node::items()), maintained through compute_sizes, remove_node, and graft. Tested. - Sortable directory list (Size/Name/Items/Recent) + arrow-key navigation. - Sortable file-type list with per-type file counts. - Context menu: Open, Open Terminal Here, Get Info. - Per-volume free/unknown-space blocks for any mounted volume, not just /. - Fix stale color_tests expectation (no-extension slate gradient). Release pipeline: - bundle.sh signs with Developer ID + hardened runtime when CODESIGN_IDENTITY is set; notarize.sh staples the DMG; release.yml imports the cert, bakes the flywheel endpoint, and notarizes — all no-op without secrets (stays unsigned). Docs: - README: feature updates, vs-DaisyDisk/GrandPerspective/WinDirStat table, privacy section, new shortcuts. - docs/SHARING.md (launch waves) and docs/GROWTH.md (stars → homebrew/cask roadmap with current notability criteria + the unsigned-app blocker). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WAayBe6ZM6b4VNPJxUBinF
…enshot - Auto-start a scan on launch (default target = whole disk), removing the click-through welcome screen. - src/platform/fda.rs + src/ui/fda_window.rs: detect Full Disk Access and, only on the first launch that lacks it, offer to open the Settings pane — once, then never again (persisted flag). Scanner still works without it. - Add real README hero screenshot (full-disk treemap) replacing the placeholder. - SHARING.md: ready-to-submit AlternativeTo + awesome-list entries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WAayBe6ZM6b4VNPJxUBinF
Owner
Author
|
Follow-up commit
🤖 Generated with Claude Code |
- Rename FLYWHEEL_SUPABASE_ANON_KEY → FLYWHEEL_SUPABASE_KEY (anon keys are legacy; the publishable key sb_publishable_* works in the same apikey/Bearer headers — verified live: events insert returns 201). - Bump version 0.4.3 → 0.5.0 for the flywheel SDK + WinDirStat parity + scan-on-launch + Full Disk Access features. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WAayBe6ZM6b4VNPJxUBinF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings mac-dir-stat into the flywheel and pushes toward WinDirStat parity + a Homebrew-ready release path.
Flywheel SDK
src/flywheel.rs: Rust port offlywheel-client.ts. Posts the shared event taxonomy to the flywheel-core Supabaseeventstable via a detachedcurl(no new HTTP/TLS deps). Ships dark — no-op unlessFLYWHEEL_SUPABASE_URL/ANON_KEYare configured.app_open,scan_completed,conversion(= bytes reclaimed, the aha),error. Plus a Sean-Ellis feedback control + telemetry opt-out in Help. 8 unit tests.flywheel.json.WinDirStat parity
Node::items()), maintained throughcompute_sizes,remove_node, and graft. Unit-tested./.Release pipeline (homebrew/cask prerequisite)
bundle.shsigns with Developer ID + hardened runtime;notarize.shstaples;release.ymlimports the cert + bakes the analytics endpoint + notarizes — all no-op without secrets, so unsigned builds keep working.Docs
docs/SHARING.md(launch waves) anddocs/GROWTH.md(stars → homebrew/cask roadmap, current notability criteria, the unsigned-app blocker, copy-paste secret setup).All 30 tests pass; clean
cargo build+cargo clippy(no new warnings).🤖 Generated with Claude Code