fix: repoint CivicSuite org references to townlight (post org-transfer) - #13
Merged
Conversation
The repos moved from the CivicSuite org to townlight on 2026-08-12. This sweeps live code, workflows, scripts, install docs, and the tests that assert the civiccore wheel URL from github.com/CivicSuite/* to the townlight/* homes (civiccore -> core, civicclerk -> meetings, civiccode -> ordinances, civicrecords-ai -> sunshine). Left as-is on purpose: CHANGELOG.md, docs/audits and docs/evidence, tier1-retrofit-ledger.json, release_provenance fixtures, and every Sigstore workflow identity or --repo used to verify attestations that were signed under the CivicSuite identity before the transfer. Supersedes #12. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…am releases The dev extra allowed any ruff >= 0.11.0. ruff 0.16.6 (current) reports new I001 import-order and other findings on code that passed when main was last verified on 2026-06-29; the required verify check therefore fails on every new PR regardless of its content. Pin the version that the code passes under (0.15.21, the same pin sunshine already uses). Verified locally: ruff 0.15.21 -> 0 errors, 0.16.6 -> failures. Ruff modernization is a separate change. Co-Authored-By: Claude Fable 5.1 <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.
Sweeps live github.com/CivicSuite/* references to their townlight/* homes after the 2026-08-12 org transfer: wheel URLs in pyproject, pip installs in workflows, checkout targets, clone URLs, install docs, and the tests that assert the wheel URL.
Left unchanged on purpose: CHANGELOG, dated audits/evidence, the tier-1 retrofit ledger, release_provenance fixtures, and every Sigstore identity or --repo used to verify attestations signed under the CivicSuite identity before the transfer (those identities are baked into the certificates).
The old CivicSuite org still exists with zero repos, so redirects hold; this removes the dependency on them.
Supersedes #12, which changed only the pyproject line and failed its own URL-asserting test.
🤖 Generated with Claude Code