feat: JetStart v0.1.0 - blazing fast hot reload for Android Compose#3
Merged
Conversation
Owner
dev-phantom
commented
Dec 6, 2025
- Sub-100ms hot reload for UI changes
- Real Kotlin Compose code support
- WebSocket-based communication
- QR code device pairing
- Automatic Gradle builds
- Network security config for dev
- Sub-100ms hot reload for UI changes - Real Kotlin Compose code support - WebSocket-based communication - QR code device pairing - Automatic Gradle builds - Network security config for dev
- Sub-100ms hot reload for UI changes - Real Kotlin Compose code support - WebSocket-based communication - QR code device pairing - Automatic Gradle builds - Network security config for dev
The build-android job was failing because it tried to use 'npx jetstart create' before the package is published to npm. This commit fixes it by: - Using npm link to make the local CLI available - Calling jetstart directly instead of npx - Adding chmod +x for gradlew execution in CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The npm link approach failed because the global bin directory wasn't in PATH on the CI runner. Now running the CLI binary directly with node. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The bin/ directory was being ignored by .gitignore, which prevented the CLI binary wrapper from being available in CI. Added exception for packages/cli/bin/ to allow the binary to be committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Building the real client package is more meaningful than creating a test project. The client package is complete with all hot reload files and properly validates the full Android build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
dev-phantom
added a commit
that referenced
this pull request
Dec 27, 2025
feat: JetStart v0.1.0 - blazing fast hot reload for Android Compose
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.