Skip to content

Commit a0362bb

Browse files
committed
docs: reconcile post-publication install and release status
1 parent 2b763ba commit a0362bb

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This remains a full-functional recovery candidate. These source changes do not
1616
publish a package, create a release, establish third-party adoption, or replace
1717
maintainer review.
1818

19+
Post-publication note (2026-08-23): The `v0.3.0-recovery.5` GitHub release is
20+
published as a prerelease, and `fable5-assurance-toolkit==0.3.0rc5` is available
21+
from PyPI. This records publication only; it does not claim production
22+
readiness, broad compatibility, third-party adoption, canonical promotion, or
23+
external validation.
24+
1925
## 0.3.0-recovery.4
2026

2127
- Published the accepted-manifest and machine-readable CLI contract hardening

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,24 @@ decisions.
1515
## Quick start
1616

1717
FABLE5 requires Python 3.11 or newer and has no non-standard-library Python
18-
runtime dependencies. For the checkout-based examples below, run commands from
19-
the repository root. Install it in an isolated environment:
18+
runtime dependencies. Install the published prerelease in an isolated
19+
environment:
2020

2121
```sh
2222
python3 -m venv .venv
2323
. .venv/bin/activate
24-
python -m pip install .
24+
python -m pip install fable5-assurance-toolkit==0.3.0rc5
2525
assurance --version
2626
assurance --help
2727
```
2828

29+
For a source checkout, run commands from the repository root. To install the
30+
checkout for development instead of the published prerelease, use:
31+
32+
```sh
33+
python -m pip install .
34+
```
35+
2936
Run a deterministic governance-pack check against the included fixture:
3037

3138
```sh
@@ -239,10 +246,11 @@ contract, not recovery of historical source bytes, commits, or tags. The
239246
reconstructed lineage; `v0.3.0-recovery.2` records the subsequent public
240247
open-source surface hardening; `v0.3.0-recovery.3` generalizes the public
241248
authorization contract for external maintainers; and `v0.3.0-recovery.4`
242-
publishes the current contract hardening and consumer guidance. The prepared
243-
`v0.3.0-recovery.5` release adds first-run navigation, validated
249+
publishes the current contract hardening and consumer guidance. The published
250+
`v0.3.0-recovery.5` prerelease adds first-run navigation, validated
244251
maintainer-controlled workflow summaries, a runnable machine-consumer path,
245-
and PEP 517 distribution metadata; it does not itself publish a package.
252+
and PEP 517 distribution metadata. Its Python distribution is available from
253+
PyPI as `fable5-assurance-toolkit==0.3.0rc5`.
246254

247255
The current status means the six modules and public interface have been
248256
reconstructed and mechanically tested. Bounded independent review exists for

0 commit comments

Comments
 (0)