Replace Codex plugin bundle with source checkout and update flow#32
Merged
Replace Codex plugin bundle with source checkout and update flow#32
Conversation
- install.sh --codex-plugin now clones to ~/.codex/plugins/hotl-source/ instead of rsyncing a bundle to ~/.codex/plugins/hotl/ - install.sh --codex-plugin --local points marketplace at current checkout - update.sh --codex-plugin updates the source checkout with backup protection - update.sh (no flags) also auto-detects and updates the plugin source checkout, so the curl one-liner covers all install modes - Delete .codex-plugin/marketplace.json — installer generates entries from plugin.json; template was drift-prone and used undocumented source type - --status now reports source checkout health alongside marketplace registration - Migration: old copied bundle at ~/.codex/plugins/hotl/ is detected and removed during re-install Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
~/.codex/plugins/hotl-source/update.sh --codex-pluginfor updating the plugin source with backup protectionupdate.sh(curl one-liner) now auto-detects and updates the plugin source too.codex-plugin/marketplace.json— installer generates entries fromplugin.json; template used undocumented"source": "url"type--statusnow reports source checkout health alongside marketplace registration~/.codex/plugins/hotl/detected and removed on re-installKey design decisions
~/.codex/plugins/hotl-source/— clean separation from Codex cache--localmode points marketplace at current checkout (no nested clone)--force-codex-pluginskips backupTest plan
bats test/smoke.batspasses (44/44).codex-plugin/marketplace.jsondoes not exist"source": "url"references in installer or updaters🤖 Generated with Claude Code