-
Notifications
You must be signed in to change notification settings - Fork 0
Stop Think from managing git-warp cache #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
362e26a
chore: enforce hexagonal boundary ratchet
flyingrobots 9da574c
refactor: stop managing git-warp cache
flyingrobots 9e30788
refactor: bound remember read model
flyingrobots b49018b
fix: keep capture read model off raw save
flyingrobots ffb5e5a
refactor: add fast remember read model
flyingrobots a11b92b
fix: address read handle review feedback
flyingrobots 5fe1944
fix: stabilize ci followthrough paths
flyingrobots 09ca545
fix: clear review change requests
flyingrobots cc0ef30
fix: make missing content fallback explicit
flyingrobots File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "allowedBoundaryFiles": [ | ||
| "scripts/hexagonal-boundary-ratchet.mjs", | ||
| "scripts/repair-v17-mind.mjs", | ||
| "src/browse-benchmark.js", | ||
| "src/browse/adapters/git-warp-worker.js", | ||
| "src/browse/adapters/git-warp.js", | ||
| "src/cli/commands/doctor.js", | ||
| "src/doctor.js", | ||
| "src/history/git-warp-read.js" | ||
| ], | ||
| "generatedFrom": "scripts/hexagonal-boundary-ratchet.mjs", | ||
| "leaks": { | ||
| "byFile": { | ||
| "src/git.js": 1, | ||
| "src/store/annotate.js": 4, | ||
| "src/store/capture.js": 6, | ||
| "src/store/derivation.js": 3, | ||
| "src/store/enrichment/runner.js": 2, | ||
| "src/store/migrations.js": 6, | ||
| "src/store/reflect.js": 6, | ||
| "src/store/runtime.js": 11 | ||
| }, | ||
| "byTerm": { | ||
| "git-warp-package": 1, | ||
| "git-warp-runtime-symbol": 37, | ||
| "warp-ref-layout": 1 | ||
| }, | ||
| "total": 39 | ||
| }, | ||
| "substrateTermIds": [ | ||
| "git-warp-package", | ||
| "git-warp-runtime-symbol", | ||
| "checkpoint-mechanic", | ||
| "warp-ref-layout" | ||
| ], | ||
| "version": 1 | ||
| } |
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
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
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
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
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
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
8 changes: 4 additions & 4 deletions
8
docs/method/backlog/cool-ideas/SURFACE_document-window-based-read-model.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # Document window-based read model | ||
|
|
||
| Add a "Window-Based Navigation" section to ADVANCED_GUIDE.md | ||
| explaining how git-warp read handles prevent whole-graph | ||
| materialization, how the browse TUI loads neighbors lazily, and | ||
| how checkpoint-backed reuse keeps navigation fast. | ||
| Add a "Window-Based Navigation" section to GUIDE.md or the design docs | ||
| explaining how public git-warp worldline/optic reads prevent unnecessary | ||
| whole-graph materialization, how the browse TUI loads neighbors lazily, and | ||
| where broad transitional queries still need caveats. | ||
|
|
||
| Source: documentation-quality audit 2026-04-11 §2.3. |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.