Launch readiness: community files, PyPI release workflow, CI matrix - #15
Merged
Conversation
- Remove internal planning docs from docs/ - Add SECURITY.md, CODE_OF_CONDUCT.md, issue templates, and a PR template - Add PyPI trusted-publishing release workflow, triggered by GitHub Releases - Widen CI: Python 3.11-3.13 matrix plus a separate ruff lint job - Fix ruff F401 findings (unused imports) - Reword the CONTRIBUTING review step for outside contributors Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Fixes the Tier 1 launch blockers identified in the repo audit: internal AI planning artifacts in the public tree, missing community-health files, no path to PyPI (the README badge currently 404s), and single-version CI with no lint.
Changes
docs/superpowers/— internal implementation plans/specs don't belong in the public tree (they remain in git history).SECURITY.md— private reporting via GitHub security advisories + email fallback. Also fixes the danglingSECURITY.mdreference that was already in CONTRIBUTING.CODE_OF_CONDUCT.md— Contributor Covenant v2.1.release.yml— publishes to PyPI via trusted publishing (OIDC, no stored tokens) when a GitHub Release is published. Build and publish are separate jobs; only the publish job getsid-token: write.eval.yml— Python 3.11/3.12/3.13 matrix, separateruff checklint job, matrix-suffixed report artifacts.F401) so the new lint job starts green.Manual steps after merge (owner only)
querypilot, ownernickklos10, repositoryQueryPilot, workflowrelease.yml, environmentpypi.v0.1.0, targetmain, paste the 0.1.0 CHANGELOG section. Publishing the release triggers the PyPI upload and makes the README PyPI badge live. It also fixes the CHANGELOG's existingv0.1.0tag link, which currently points at a tag that doesn't exist.Testing
ruff check src testsclean locally.🤖 Generated with Claude Code