feat: add local-index capture, low-cost storage, and desktop launcher - #23
Merged
Conversation
…or local index Wire a token-only stage DAG that prefers local coverage, refuses empty history as zero, and keeps Flap internal CREATE origin partial until traces exist. Co-authored-by: Cursor <cursoragent@cursor.com>
Persist Parquet/coverage locally, keep public RPC off historical log scans, and record honest P0 storage gates without claiming full-lifetime coverage. Co-authored-by: Cursor <cursoragent@cursor.com>
Point a thin Windows EXE at the live checkout so npm run dev and Vite hot reload apply without regenerating the launcher. Co-authored-by: Cursor <cursoragent@cursor.com>
…cher sources Co-authored-by: Cursor <cursoragent@cursor.com>
…assignments Co-authored-by: Cursor <cursoragent@cursor.com>
… card Co-authored-by: Cursor <cursoragent@cursor.com>
…age for the 75% gate Co-authored-by: Cursor <cursoragent@cursor.com>
…rences Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
npm run devwithout regenerating the EXE on app edits.Test plan
cargo test -p zerotrace-desktop-coreand launcher smoke against/health+ Vite rootHonest gate status: G0 PASS; G1-G12 PARTIAL; G13-G14 NOT_RUN. Unknown is not coerced to zero. Read-only boundary unchanged.
Made with Cursor