fix: clarify backend setup names#37
Merged
Merged
Conversation
This was referenced May 28, 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.
Summary
hikertohikerapiwhile keeping legacyhikerconfigs and flags compatible.aiograpioptional-dependency install hint, includingpipx inject insto aiograpifor existing installs.backend = "aiograpi"REPL startup without requiring a HikerAPI token.Test Coverage
All changed code paths have regression coverage:
hikeralias normalization--backendhelp outputaiograpidependency error hintCoverage gate: 82.01% total, above the 75% CI threshold.
Pre-Landing Review
No issues found. Scope is CLI/config/backend selection, docs, and tests. No SQL/data safety, LLM trust-boundary, or frontend/UI paths changed.
Eval Results
No prompt-related files changed. Evals skipped.
Plan Completion
No plan file detected.
TODOS
No TODO items completed in this PR.
Test plan
.venv/bin/ruff check.venv/bin/ruff format --check.venv/bin/mypy insto.venv/bin/python -m pytest(908 passed).venv/bin/python -m pytest --cov=insto --cov-fail-under=75(908 passed, 82.01% coverage)uv lock --check