Update Shared Knowledge Base to the latest version
Updates shared knowledge base submodule and rebuilds search index.
/plugin marketplace add ozand/shared-kb-commands/plugin install ozand-shared-kb-commands-shared-kb-commands@ozand/shared-kb-commandsUpdate Shared Knowledge Base in this project:
First, verify that .kb/shared/ exists. If not, inform the user that KB is not installed and they should run /kb-init first.
git submodule update --remote .kb/shared
cd .kb/shared && python tools/kb.py index --force && cd -
git -C .kb/shared log -1 --oneline
Execute these steps using the Bash tool. After completion, inform the user that Shared KB has been successfully updated.