-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/ci fixes #30
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
Merged
Merged
Feature/ci fixes #30
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
- Remove Python 3.11 and 3.13 from test matrix - Simplify CI to focus on single Python version - Keep multi-OS testing (ubuntu, macos, windows) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed import paths in Python extension templates (from ...core.model to ..model) - Fixed template variable substitution (SERVICE_NAME to service_name) - Added missing type annotations and fixed mypy errors - Fixed ExtensionWriter protocol to match BaseGenerator interface - Added type stubs for toml and requests dependencies - All project types now generate with correct names in config files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed import order (module level imports at top) - Removed unused imports (Dict, List, Optional, Path, etc.) - Replaced lambda expressions with proper function definitions - All ruff and mypy checks now passing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Changed 'kickstart --version' to 'kickstart version' - The --version flag doesn't exist, version is a subcommand 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Only test on Ubuntu and macOS - Windows support not a priority 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed Go main.go path check (src/main.go instead of main.go) - Updated deprecated upload-artifact from v3 to v4 - Removed unnecessary security scan and notify jobs - Simplified CI to focus on core functionality: lint, test, integration, build 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Triggers on version tags (v*.*.*) - Builds Python wheel and source distribution - Creates standalone binaries for Linux and macOS - Creates GitHub release with auto-generated notes - Optionally publishes to PyPI (requires PYPI_API_TOKEN secret) - Supports prerelease versions (rc, beta, alpha) - Windows build disabled by default 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Added packages configuration to pyproject.toml - Include src package in distribution - Include templates in package distribution - Fixed ModuleNotFoundError when installing via pip 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Updated typer from 0.9 to 0.12 - Fixed Parameter.make_metavar() error - Package now installs and runs without errors - Added shellingham dependency for better shell completion 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Typer 0.12.x has compatibility issues with click in CI - Reverted to stable typer 0.9.0 which works reliably - Fixes Parameter.make_metavar() error in CI environment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Typer 0.9.0 has issues with click 8.3.0 - Pinned click to 8.1.7 which is known to work with typer 0.9.0 - Fixes TypeError: Parameter.make_metavar() missing argument error in CI 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
No description provided.