chore: launch-prep hygiene for public repo#117
Conversation
- fix: set setuptools-scm fallback_version to 0.1.4 (matches latest PyPI/GitHub tag); was incorrectly set to 0.19.0 (internal dev series) - docs: add versioning note to CHANGELOG.md explaining the 0.x.0 internal history vs the public 0.1.x PyPI line - chore: git rm proof-pr.json (CI artifact, not project source) - chore: git rm sprint13-*.png (unreferenced dev screenshots) - chore: add proof-pr.json and sprint*.png to .gitignore - fix: audit.yml username input default changed from hardcoded owner account to empty string; remove || fallbacks in run blocks - ci: expand Python matrix to include 3.12 alongside 3.11 - fix: Development Status classifier bumped from Alpha to Beta - docs: replace hardcoded dated filenames in README demo section with generic glob patterns - docs: replace literal <name> placeholder in workbook-signoff example with 'yourname' - docs: remove emoji from README case-study line
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b2952398a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…lback `workflow_dispatch` with no username input produced an empty USERNAME, causing `audit ""` to hit `/users//repos` and build a blank handoff title. Add `|| 'saagpatel'` fallback to all three USERNAME assignments so a bare "Run workflow" click audits the canonical owner rather than failing silently. Fixes test_packaging.py assertion and addresses P2 review comment on PR #117.
|
Re: the flagged Latent risk (not a blocker, recommend as a follow-up): the package ships a generically-named top-level |
Launch-prep public hygiene pass.
fallback_versionwith the published release line; note the changelog versioning re-baseFlagged for maintainer (not changed): the console-script entry point uses a bare
srcpackage path that may not resolve on a non-editable PyPI install — worth verifying with a clean install.