brand: rename CivicClerk -> CivicMeetings (display layer) - #178
Merged
Merged
Conversation
CivicPlus holds the registered CivicClerk(R) mark for a product in the same category (agenda/meeting management, acquired from BoardSync). Rename the module's public name to CivicMeetings before any public-facing push. Scope - brand layer only: - 483 display-form replacements across 140 living files (READMEs, USER-MANUAL, docs, UI strings, installer title, scripts, and the tests that pin doc text). - Machine identifiers unchanged: the `civicclerk` Python package, DB schema, CIVICCLERK_* env vars, and the /health service id. Existing installs and pinned consumers are unaffected. Identifier migration is deliberately deferred to the next release cascade. - 28 historical records intentionally keep the CivicClerk name they shipped under: ADRs, audit + browser-QA evidence packs, prior CHANGELOG entries, and the hash-bound v1.0.4 docs snapshot (docs/index.html). - CHANGELOG [Unreleased] and both READMEs disclose the rename. - GitHub repo renamed civicclerk -> civicmeetings (redirects active). Verified locally: full pytest = same pass/fail set as pristine main (the only run-to-run difference is a pre-existing flaky trio of timestamp-ordering persistence tests that flakes identically on pristine main; verified by 3x isolated runs on both branches). No workflow job ids or required check contexts changed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Independent diff review caught misclassifications the path rules missed:
- docs/architecture/ADR-0001-mvp-boundary.md - an accepted, dated ADR living
outside docs/adr/ (record fidelity: keeps the name it was decided under)
- docs/screenshots/{cc1-cleanroom-freeze,backup-restore-docs,v1-playwright}-
summary.md - dated browser-QA observation records; two described
docs/index.html and became factually false after the rename (that page is
hash-bound and still titled CivicClerk)
- docs/ops/tier1-retrofit-ledger.md - a ledger whose own text says it does
not rewrite history; also restores consistency with its untouched .json twin
- docs/process/5-lens-self-audit.md - a dated incident citation
- prompts/{minutes_draft,staff_report_normalizer}.yaml - persona text is
version-bearing (minutes provenance pins prompt_version 0.1.0); renaming it
without a version bump silently reassociates prior drafts. Deferred to the
Phase 2 identifier migration with a proper version bump.
Verified: full pytest 26 failed / 644 passed with every failure name-diffed
into the documented pre-existing local-infra baseline + known-flaky trio;
zero rename-attributable failures.
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.
CivicPlus holds the registered CivicClerk(R) mark for a product in the same
category (agenda/meeting management, acquired from BoardSync). Rename the
module's public name to CivicMeetings before any public-facing push.
Scope - brand layer only:
docs, UI strings, installer title, scripts, and the tests that pin doc text).
civicclerkPython package, DB schema,CIVICCLERK_* env vars, and the /health service id. Existing installs and
pinned consumers are unaffected. Identifier migration is deliberately
deferred to the next release cascade.
under: ADRs, audit + browser-QA evidence packs, prior CHANGELOG entries, and
the hash-bound v1.0.4 docs snapshot (docs/index.html).
Verified locally: full pytest = same pass/fail set as pristine main (the only
run-to-run difference is a pre-existing flaky trio of timestamp-ordering
persistence tests that flakes identically on pristine main; verified by 3x
isolated runs on both branches). No workflow job ids or required check
contexts changed.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
🤖 Generated with Claude Code