99
1010** PROJECT SHADOW 1.0.1 / R1 REFERENCE / BETA-ACTIVE-TESTING / PRELIVE**
1111
12- Project Shadow 1.0.1 is a packaging-boundary correction in preparation. Its
13- release design removes Myth from the R1 runtime-family package while preserving
14- all 27 active operational descendants byte-for-byte. The Generic Myth v0.2.0
15- identity is frozen and authorized for separate publication, the exact Myth-free
16- inner family is admitted, and the final R1.0.1 outer identity is frozen. The
17- outer archive now has its own exact-hash publication authorization. The staged
18- repository is ready to publish, but no new artifact is represented as public
19- until the upload exists and can be independently redownloaded.
20-
21- No pending artifact is represented as published. The machine-readable phase is
22- [ ` PREPUBLICATION ` ] ( PUBLIC_RELEASE_STATUS_2026-08-17.json ) .
12+ Project Shadow 1.0.1 is the corrected current R1 reference. It removes Myth
13+ from the R1 runtime-family package while preserving all 27 active operational
14+ descendants byte-for-byte. Generic Myth v0.2.0 is published separately as an
15+ optional companion, the exact Myth-free inner family is admitted, and the final
16+ R1.0.1 outer identity has its own exact-hash publication authorization.
17+
18+ Generic Myth v0.2.0 and R1.0.1 now exist as public GitHub and Hugging Face
19+ releases. Anonymous redownload identity verification and six-site effectiveness
20+ checks remain pending. The machine-readable phase is
21+ [ ` POSTPUBLICATION ` ] ( PUBLIC_RELEASE_STATUS_2026-08-17.json ) , and CAPA
22+ ` PS-R1-PRIVATE-MYTH-PUBLIC-BOUNDARY-001 ` remains open .
2323
2424## Current contact
2525
@@ -41,8 +41,8 @@ contact routes.
4141| R1, 2026-08-14 | Preserved historical release; superseded as the current reference | Contains a historically nested Generic Myth v0.1.1 member whose own metadata was non-public; the released bytes remain immutable evidence |
4242| Full-Canon Myth v0.3.4 | Preserved historical optional sidecar | External, default off, nonauthorizing |
4343| Full-Canon Myth v0.3.5 | Published optional companion | External, default off, terminal-only, nonauthorizing |
44- | Generic Myth v0.2.0 | Ready to publish; not yet published | Separate optional companion ; never embedded in R1 |
45- | R1.0.1 | Ready to publish; not yet published | Corrected current reference; publication contract requires zero Myth payload |
44+ | Generic Myth v0.2.0 ( ` generic-myth-v0.2.0 ` ) | Published optional companion | Separate, default-off, terminal-only, nonauthorizing ; never embedded in R1 |
45+ | R1.0.1 ( ` r1.0.1-2026-08-17 ` ) | Published corrected current reference | Publication contract requires zero Myth payload |
4646
4747The exact historical, published, authorized, and frozen identities are in
4848[ ` PUBLICATION_MANIFEST.json ` ] ( PUBLICATION_MANIFEST.json ) . A concrete identity
@@ -59,28 +59,30 @@ deployment.
5959
6060- ** Generic Myth Sidecar v0.2.0** is a generic mnemonic presentation with no
6161 named third-party expressive material. Its frozen exact-hash build has passed
62- final tests and is authorized for separate publication on GitHub and Hugging
63- Face; it is not yet represented as published.
62+ final tests and is published separately on GitHub and Hugging Face.
6463- ** Full-Canon Myth Sidecar v0.3.5** is an optional mixed-rights interpretive
6564 companion published separately from R1.
6665
67- R1.0.1 will contain neither sidecar. The August 14 bytes are preserved rather
66+ R1.0.1 contains neither sidecar. The August 14 bytes are preserved rather
6867than silently edited; the correction is a separately versioned successor.
6968
7069## Verify before use
7170
72- Run the repository evidence verifier in the phase you intend to validate :
71+ Run the repository evidence verifier for the current lifecycle phase :
7372
7473``` bash
75- python3 -I -S -B tools/verify_repository_evidence.py --phase prepublication
74+ python3 -I -S -B tools/verify_repository_evidence.py --phase postpublication
7675```
7776
78- Postpublication mode fails closed until every placeholder is replaced, both
79- new release assets have anonymous redownload evidence, and the CAPA is closed
80- with effectiveness evidence:
77+ This validates the published identities, scoped authorities, optional-sidecar
78+ boundaries, and current open CAPA state. Online mode additionally redownloads
79+ the exact GitHub assets and checks live release metadata; it does not create the
80+ missing Hugging Face redownload receipt, establish six-site effectiveness, or
81+ close the CAPA:
8182
8283``` bash
83- python3 -I -S -B tools/verify_repository_evidence.py --phase postpublication
84+ python3 -I -S -B tools/verify_repository_evidence.py --phase postpublication \
85+ --online --download-dir /tmp/project-shadow-release-assets
8486```
8587
8688Exact Windows, macOS, and Linux instructions are in
@@ -95,6 +97,8 @@ CAPA `PS-R1-PRIVATE-MYTH-PUBLIC-BOUNDARY-001` is
9597Hugging Face redownload identity checks for the corrected artifacts plus live
9698verification of the six Project Shadow public sites. See the
9799[ ` CAPA record ` ] ( governance/CAPA_PS-R1-PRIVATE-MYTH-PUBLIC-BOUNDARY-001_2026-08-17.json ) .
100+ Only after those criteria are evidenced may this state become
101+ ` CLOSED_EFFECTIVE ` .
98102
99103## Scope boundary
100104
0 commit comments