-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add Astro docs site, CLI tooling, and versioning workflow #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
- Add shell script installers for macOS/Linux and Windows (PowerShell) - Add standalone binary build support using pkg - Remove dead code (checkForUpdatesAsync, compareVersions, isMajorUpdate) - Refactor duplicate code in default command handler - Fix cross-platform path handling (use os.homedir() instead of process.env.HOME) - Add changeset for publishing CLI package - Update README with installation instructions
|
Please run Common issues:
See Pre-Merge Checklist for details. |
|
Please run Common issues:
See Pre-Merge Checklist for details. |
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
Auto-generated from branch:
devChanges
8e04907 chore: remove astro depricated Props import
b5626aa chore: add .astro to .gitignore
7ca9c63 chore: run prettier
ef7a9b6 chore: improve changelog and versioning workflow
4446a40 feat(cli): add CLI package with installers and code cleanup
73ce27f chore: remove obsolete files and assets
6bb94e3 docs: update project documentation
d49f14f chore: update project configuration and dependencies
204812c docs: update existing documentation content
fbabb0f docs: add user guides and deployment documentation
da4e1d0 docs: add API and CLI documentation
c0cd50c feat(docs): add new Astro-based documentation site
5d33c6d feat(cli): add interactive setup wizard for Docker configuration
ee3732c docs(api): improve Swagger documentation and API config
80307da feat(api): improve services and routes with unified responses
1e540d4 feat(api): add color extraction and mesh gradient generation
f22e7be feat: add changelog management and version sync infrastructure
aa41a15 feat(scan): add batch scanning with job tracking and resume capability
99a3760 feat(api): add real-time logs streaming with WebSocket and REST endpoints
Checklist
Branch:
dev→main