fix: cgh status shows graph.duckdb default + clean empty Endpoints#60
Merged
Conversation
Two cosmetic bugs in cgh status: - A fresh repo with no DB on disk said '(would create graph.db)', but DuckDB has been the default backend since v0.4, so a first index creates graph.duckdb. Corrected the text. - The Endpoints row rendered as a bare ', ' when counts came from the FTS-only or unknown fallback (no graph read). Now shows 'unknown (graph locked)' or 'unknown' to match the Files cell.
This was referenced Jun 7, 2026
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.
Two cosmetic
cgh statusbugs spotted in real output.(would create graph.db), but DuckDB has been the default since v0.4, so a firstcgh indexcreatesgraph.duckdb. Corrected.,when counts came from the FTS-only or unknown fallback (graph not readable). Nowunknown (graph locked)/unknown, matching the Files cell.Display only.
would create graph.duckdbandEndpoints: unknown