Conversation
- Create distribution repo wheels-dev/wheels-cli-lucli (seeded v3.1.0) - Fix sync workflow: remove continue-on-error, add Slack failure notification - Correct PLAN.md: Homebrew formula points to distribution repo, not monorepo - Document that subdirectory install is not supported by LuCLI - Add integration test script for module install verification - Open LuCLI registry PR (cybersonic/LuCLI#46) for named install support Closes #1947
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
Implements LuCLI module distribution for the Wheels CLI module. LuCLI's module installer requires
module.jsonat the repository root, but the Wheels module lives atcli/lucli/in the monorepo — so a dedicated distribution repo is needed.wheels-dev/wheels-cli-lucli— public distribution repo auto-synced from monorepo, taggedv3.1.0continue-on-error: true, added Slack failure notification so stale syncs don't go unnoticedcli/lucli/tests/test-module-install.shverifies install → scaffold → generate pipelinewheelsto bundled module registryInstall commands (once registry PR merges)
lucli modules install wheels # or explicit URL (works now) lucli modules install wheels --url https://github.com/wheels-dev/wheels-cli-lucliCloses #1947
Test plan
wheels-dev/wheels-cli-luclirepo has correct structure (module.json at root, templates/, services/)lucli modules install wheels --url https://github.com/wheels-dev/wheels-cli-lucliinstalls successfully🤖 Generated with Claude Code