Conversation
Rebase the foundation work onto current main, preserve repository automation and documentation, add the package and CLI skeleton, fix repository hygiene, and introduce progressive quality, test, documentation, and package gates.
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.
Summary
src/Python package and minimalrunsiftCLI.uvtooling, package metadata, focused tests, package build verification, and installed-wheel smoke tests.mainwhile preserving the maintained documentation, label automation, and GitHub project setup scripts..gitignore,tests/layout, discoverableCONTRIBUTING.md, valid Markdown pull request template, MIT license, one package-version source, and local Markdown-link validation.Related issues
Scope
Included
src/runsift/typed package and console entry point.--helpand--versionbehavior.Explicitly out of scope
analyze,collect,fixtures, andversioncommand groups tracked by [CLI] Implement command surface, configuration, structured errors, and local quickstart #6.Design and contract impact
runsiftcommand with root help and--versiononly.Verification
uv sync --frozenuv run --frozen ruff format --check .uv run --frozen ruff check .uv run --frozen mypy srcuv run --frozen pytestuv run --frozen python scripts/check_markdown_links.pyuv build --no-sourcesrunsift --helpandrunsift --versionoutside the repositoryLocal pre-push verification also parsed
pyproject.toml, compiledsrc,tests, andscripts, passed 5 tests, and passed the Markdown-link checker.Security and data handling
contents: read.Risks
Rollback
devto890f36b8c3739a47f89d2240cc67250cc1abe54f, preserved asbackup/pr-38-dev-20260802.Reviewer focus
pyproject.toml.