From 4d0bfdb5208c5ca059ad52f503a885b8dac200d6 Mon Sep 17 00:00:00 2001 From: Scott Converse Date: Fri, 26 Jun 2026 06:49:50 -0600 Subject: [PATCH] docs: DOC-C1 correct false "v0.2.0 shipped" release label The latest published GitHub release is v0.1.1 (gh release list shows only v0.1.0 and v0.1.1; a v0.2.0 git tag exists but no v0.2.0 release was ever published). README, USER-MANUAL (.md/.txt), and docs/index.html described v0.2.0 as a shipped/published "release"/"Shipping v0.2.0", which is false. Relabel to the house scheme already encoded in the umbrella's verify-suite-state.py (civicnotice carries release_required=False) and STATUS.md (published vs bundled-source distinction): v0.1.1 is the latest published GitHub release; v0.2.0 is the current in-tree/bundled source, aligned to civiccore v1.2.0, shipped only via the Windows Local city-core commit-pinned bundle and not yet published as a GitHub release. The 0.2.0 source/package version (pyproject, __init__, /health, public_ui badge, tests) is genuine and unchanged; only the false release-state claim is corrected. verify-docs gate still passes. Signed-off-by: Claude --- README.md | 2 +- USER-MANUAL.md | 2 +- USER-MANUAL.txt | 2 +- docs/index.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae67bfc..b66c549 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CivicNotice is the CivicSuite module for public hearing notices, legal notices, bid notices, vacancy notices, statutory publication deadlines, statutory rule checks, notice drafting templates, accessibility and language-readiness review, publication-readiness review, channel planning, subscriber delivery planning, archive/handoff packets, and notice-record export checklists. -Current state: **v0.2.0 notice compliance foundation release**, aligned to the `civiccore v1.2.0` release wheel. This repo ships a FastAPI package, health/root endpoints, documentation gates, deterministic sample notice registry, CivicCore-backed statutory deadline plans, deterministic statutory rule checks, notice drafting templates, accessibility and language-readiness review packets, optional database-backed registry/deadline/publication-proof workpapers, publication-readiness checklists, channel-planning helpers, subscriber delivery planning, archive/handoff packets, notice/records export checklist, and accessible public sample UI at `/civicnotice`. It does **not** ship legal sufficiency decisions, legal advice, live LLM calls, official notice publication, publication-system write-back, or notice system-of-record integrations. +Release state: the latest **published GitHub release is `v0.1.1`**. The current in-tree source is **`v0.2.0`**, the notice-compliance foundation aligned to the `civiccore v1.2.0` release wheel; `v0.2.0` is **bundled source, not yet published as a GitHub release** (it ships only through the Windows Local city-core profile's commit-pinned bundle). This repo provides a FastAPI package, health/root endpoints, documentation gates, deterministic sample notice registry, CivicCore-backed statutory deadline plans, deterministic statutory rule checks, notice drafting templates, accessibility and language-readiness review packets, optional database-backed registry/deadline/publication-proof workpapers, publication-readiness checklists, channel-planning helpers, subscriber delivery planning, archive/handoff packets, notice/records export checklist, and accessible public sample UI at `/civicnotice`. It does **not** ship legal sufficiency decisions, legal advice, live LLM calls, official notice publication, publication-system write-back, or notice system-of-record integrations. ## What CivicNotice Does diff --git a/USER-MANUAL.md b/USER-MANUAL.md index 595bc5c..b5f2a2f 100644 --- a/USER-MANUAL.md +++ b/USER-MANUAL.md @@ -4,7 +4,7 @@ CivicNotice helps city staff organize public hearing notices, legal notices, bid notices, vacancy notices, publication deadlines, channel planning notes, accessibility and language-readiness checks, proof requirements, subscriber delivery plans, archive/handoff packets, and export manifests. It can create a sample notice registry stub, build publication deadline reminders, check a draft packet against deterministic staff-review rules, create a staff-editable notice template, retrieve saved registry/deadline/publication-proof workpapers when IT enables persistence, assemble publication-readiness checklists, summarize channel planning, build accessibility/plain-language/translation readiness packets, build subscriber delivery plans, assemble archive/handoff packets, and assemble a notice/records export checklist. -Current state: `0.2.0` notice compliance foundation release, aligned to the `civiccore v1.2.0` release wheel. CivicNotice uses the shared CivicCore notice-deadline helper for deterministic reminder plans, but it still does not decide legal sufficiency, publish official notices, provide legal advice, call live LLMs, write back to publication systems, or update a notice system of record. Staff own every decision. +Release state: the latest published GitHub release is `v0.1.1`. The current in-tree source is `0.2.0`, the notice-compliance foundation aligned to the `civiccore v1.2.0` release wheel; `0.2.0` is bundled source, not yet published as a GitHub release. CivicNotice uses the shared CivicCore notice-deadline helper for deterministic reminder plans, but it still does not decide legal sufficiency, publish official notices, provide legal advice, call live LLMs, write back to publication systems, or update a notice system of record. Staff own every decision. ## For IT and Technical Staff diff --git a/USER-MANUAL.txt b/USER-MANUAL.txt index 0bda902..65f72bd 100644 --- a/USER-MANUAL.txt +++ b/USER-MANUAL.txt @@ -6,7 +6,7 @@ For non-technical users CivicNotice helps city staff organize public hearing notices, legal notices, bid notices, vacancy notices, publication deadlines, channel planning notes, accessibility and language-readiness checks, proof requirements, subscriber delivery plans, archive/handoff packets, and export manifests. It can create a sample notice registry stub, build publication deadline reminders, check a draft packet against deterministic staff-review rules, create a staff-editable notice template, retrieve saved registry/deadline/publication-proof workpapers when IT enables persistence, assemble publication-readiness checklists, summarize channel planning, build accessibility/plain-language/translation readiness packets, build subscriber delivery plans, assemble archive/handoff packets, and assemble a notice/records export checklist. -Current state: 0.2.0 notice compliance foundation release, aligned to the civiccore v1.2.0 release wheel. CivicNotice uses the shared CivicCore notice deadline helper for deterministic reminder plans, but it does not decide legal sufficiency, publish official notices, provide legal advice, call live LLMs, write back to publication systems, or update a notice system of record. Staff own every decision. +Release state: the latest published GitHub release is v0.1.1. The current in-tree source is 0.2.0, the notice-compliance foundation aligned to the civiccore v1.2.0 release wheel; 0.2.0 is bundled source, not yet published as a GitHub release. CivicNotice uses the shared CivicCore notice deadline helper for deterministic reminder plans, but it does not decide legal sufficiency, publish official notices, provide legal advice, call live LLMs, write back to publication systems, or update a notice system of record. Staff own every decision. For IT and technical staff -------------------------- diff --git a/docs/index.html b/docs/index.html index 35486c2..6b0f9a2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,8 +12,8 @@

CivicSuite / CivicNotice

Public notices with fewer missed deadlines.

-

CivicNotice v0.2.0 ships a foundation for notice registry, CivicCore-backed statutory deadline plans, deterministic statutory rule checks, notice drafting templates, accessibility and language-readiness packets, optional registry/deadline/publication-proof workpaper persistence, publication-readiness checks, channel planning, subscriber delivery planning, archive/handoff packets, notice-record exports, an accessible sample UI, and the civiccore v1.2.0 release-wheel alignment.

-

Shipping v0.2.0

+

CivicNotice source v0.2.0 is a foundation for notice registry, CivicCore-backed statutory deadline plans, deterministic statutory rule checks, notice drafting templates, accessibility and language-readiness packets, optional registry/deadline/publication-proof workpaper persistence, publication-readiness checks, channel planning, subscriber delivery planning, archive/handoff packets, notice-record exports, an accessible sample UI, and the civiccore v1.2.0 release-wheel alignment. The latest published GitHub release is v0.1.1; v0.2.0 is bundled source, not yet published as a release.

+

Published release v0.1.1 · source v0.2.0 (unreleased)