Skip to content

Conversation

@woud420
Copy link
Owner

@woud420 woud420 commented Sep 20, 2025

No description provided.

woud420 and others added 2 commits September 20, 2025 13:37
- 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>
cursor[bot]

This comment was marked as outdated.

woud420 and others added 8 commits September 20, 2025 15:54
- 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>
cursor[bot]

This comment was marked as outdated.

- 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>
@woud420 woud420 merged commit 56e1b0e into master Sep 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants