feat(cli): unified index progress for install/update; wire --quiet/--verbose#329
Merged
HumanBean17 merged 2 commits intoJun 15, 2026
Merged
Conversation
install/update render the unified Vectors->Optimize->Graph progress on stderr during their indexing sub-step (no longer stdout chatter / silent quiet=True); wizard conversational stdout is preserved. _cmd_update forwards --quiet/--verbose (both ignored today); _cmd_install forwards --verbose. CLI docs + README updated. Co-Authored-By: Claude <noreply@anthropic.com>
run_update's graph catch-up is best-effort again (graph failure -> exit 0 + Warning, not exit 1) — matches the original intent and the output/UX- only scope. Both installer brackets catch BaseException to set the failed footer marker before re-raising. Footer uses perf_counter like the operator footer. Co-Authored-By: Claude <noreply@anthropic.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.
What
Aligns
install/updatewith the unified progress and wires the previously-ignored flags (PR-4 of INDEX-OUTPUT-REWORK, stacks on PR-3):install/updaterenderVectors -> Optimize -> Graphon stderr during their indexing sub-step (no longer stdout chatter / silentquiet=True); wizard conversational stdout preserved._cmd_updateforwards--quiet/--verbose(both ignored today);_cmd_installforwards--verbose.run_update's graph catch-up stays best-effort (graph failure -> exit 0 + Warning, matching original intent); exception inside indexing renders a red footer.docs/JAVA-CODEBASE-RAG-CLI.md+README.md.Stack
Base
feat/index-vectors-progress(PR-3). Top of the stack. Implementsplans/active/PLAN-INDEX-OUTPUT-REWORK.md§ PR-4.Ontology / reindex
None (stays 17; pure output/UX; no re-index). No new CLI flags (existing
--quiet/--verbosewired through).Tests
.venv/bin/python -m pytest tests -v-> 818 passed, 13 skipped. End-to-endjava-codebase-rag init(non-TTY) shows vectors->optimize->graph on stderr with clean JSON stdout (zero leakedJCIRAG_PROGRESS).🤖 Generated with Claude Code