Skip to content

fix: update existing CLI instead of re-installing during setup#18

Open
ivostoynovski wants to merge 1 commit intomainfrom
fix/handle-existing-cli
Open

fix: update existing CLI instead of re-installing during setup#18
ivostoynovski wants to merge 1 commit intomainfrom
fix/handle-existing-cli

Conversation

@ivostoynovski
Copy link
Copy Markdown
Collaborator

Summary

  • When a user already has the OpenKBS CLI installed, the setup flow now runs openkbs update instead of re-running install.sh
  • This syncs the CLI binary and project skill files, preventing git from flagging stale skill files as changes

Test plan

  • Clone repo on a machine with OpenKBS CLI already installed
  • Run through Path B setup — verify openkbs update is called instead of install.sh
  • Verify git status shows no unexpected changes after setup

🤖 Generated with Claude Code

- check if openkbs CLI is already installed before running install.sh
- run openkbs update to sync CLI binary and skill files when pre-installed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant