Phase 1.2: Build Tooling Modernization#103
Merged
oberstet merged 6 commits intocrossbario:masterfrom Dec 2, 2025
Merged
Conversation
- Add project header banner to justfile default recipe - Rename verify-dist to verify-wheels for consistency across repos - Add note about pure Python package (auditwheel not applicable) Part of GitHub issue crossbario#48 (Phase 1.2 Build Tooling Modernization). Note: This work was completed with AI assistance (Claude Code).
- Add install-build-tools dependency to build, build-sourcedist, dist recipes - Simplify build-all to only build once (pure Python package) - Improve variable handling in build recipes Note: This work was completed with AI assistance (Claude Code).
Add "(requires: `just install-dev`)" to docstrings for test and coverage recipes to make dependency on dev dependencies explicit without adding runtime overhead from automatic dependency installation. Note: This work was completed with AI assistance (Claude Code).
- Rename autoformat → fix-format (keep alias for backward compatibility) - Rename coverage → check-coverage (keep alias for backward compatibility) - Add install-dev-all and install-tools-all meta-recipes - Add upgrade and upgrade-all for dependency management - Add download-github-release for fetching release artifacts - Add publish-pypi workflow (download from GitHub → verify → upload) - Add publish-rtd placeholder for Read the Docs builds Part of Phase 1.2 Build Tooling Modernization to standardize justfile recipes across all WAMP Python ecosystem projects. Note: This work was completed with AI assistance (Claude Code).
Major changes: - Migrate from flat layout (cfxdb/) to src layout (src/cfxdb/) - Update pyproject.toml for src layout (package-find where=["src"]) - Update justfile paths from cfxdb/ to src/cfxdb/ - Update docs/conf.py paths for src layout - Update .ai submodule to latest (3d10240) - Add docs/ai/ symlinks to .ai/ submodule - Bump version to 25.12.1 Tests verified: - 63 passed in ~5 minutes Note: This work was completed with AI assistance (Claude Code).
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.
Description
Fix #102
Related Issue(s)
Closes or relates to #102
Checklist
the style guidelines of this project
is effective or that my feature works
updated the changelog
in this PR