feat(cli): add /doctor command for environment and dependency diagnostics - #1120
Closed
nilaymallikk wants to merge 8801 commits into
Closed
feat(cli): add /doctor command for environment and dependency diagnostics#1120nilaymallikk wants to merge 8801 commits into
nilaymallikk wants to merge 8801 commits into
Conversation
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
Closes #1119.
Adds a
/doctorslash command (with aliases/healthand/check) to the CLI that runs fast local diagnostics to verify that required tools and environment prerequisites are healthy:gitbinary and whether the current directory is an active Git repo (with branch name).rg): Resolves the bundled ripgrep executable from@codebuff/sdkand verifies it executes properly (with fallback to systemrg).tmuxavailability for detached sessions.Scope
All changes are strictly scoped within
cli/:cli/src/commands/doctor.ts(new)cli/src/commands/command-registry.tscli/src/data/slash-commands.tscli/src/commands/__tests__/doctor.test.ts(new unit tests)Verification
bun test cli/src/commands/__tests__/doctor.test.tsbun run cibun cli/scripts/smoke-binary.ts cli/bin/freebuff