Remove vestigial .gitignore entry, add CI status badge to README - #30
Merged
Merged
Conversation
`target` was a leftover from the pre-pyproject.toml Maven-style build and no longer applies. Add a Test workflow badge to README since the project has real CI (.github/workflows/test.yml) but no visible status. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Member
Author
|
Self-review rubric (posted per the dev-loop skill; not a formal GitHub Review object, since that API is unavailable in this dispatch):
path:line — finding, for the two changed hunks:
Overall: a small, low-risk documentation/config cleanup with no behavioral change. Green across the board; no FAIL items are found. This comment was drafted during a Gardener session (https://github.com/Stephenson-Software/gardener). |
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
targetentry is removed from.gitignore; it dated from the pre-pyproject.tomlMaven-style build and no longer corresponds to any build output produced by the current setuptools-based packaging..github/workflows/test.ymlis added to the top ofREADME.md, since a working test workflow already exists but was not surfaced anywhere in the README.No tracking issue — this gap was found during triage; the repository currently has no open issues or PRs.
Test plan
python3 -m py_compile src/main/python/preponderous/graphik/graphik.py— succeedspython3 -m pytest(headless via conftest'sSDL_VIDEODRIVER=dummy) — 25 passedimport preponderous.graphik as g; print(g.__version__)) — succeeds, prints0.2.0This PR description was drafted during a Gardener session (https://github.com/Stephenson-Software/gardener).