# Wave-7 — Indus-Valley Off-Machine Durability Refresh — 2026-05-12 **Purpose:** sweep all post-Wave-5/6 Indus-Valley artifacts off the local Mac into `Architect-Prime/gnosis-indus-artifacts` so the lane can survive a full local drive wipe with zero project impact. **Token identity verified:** `Architect-Prime` (org `Zer0pa`). **Operating assumption:** local Mac may be reformatted; everything of value lives on `Zer0pa/Indus-Valley` (GitHub) + this HF dataset. ## What this wave adds | Path on HF dataset | Source on local Mac | Why now | | --- | --- | --- | | `Indus-Valley-source-14c6b807.tar.gz` | `gh api repos/Zer0pa/Indus-Valley/tarball/14c6b807` | refresh the source tarball from Wave-5 HEAD `d6a8bb10fef8` → Wave-7 HEAD `14c6b807` (covers Apr-30 → May-3 packaging fixes + PyPI Trusted Publishing + Zenodo readiness + v0.1.0 release) | | `repo/` (overwritten) | tarball extracted | browsable mirror at current GH HEAD `14c6b807` | | `product-page-build/2026-05-12/` | `/Users/Zer0pa/Desktop/xr-product-page-build/gnosis-indus-valley/` | newly produced 2026-05-09 → 2026-05-12 product page (Phase-1 static build off ZPE-XR template); never previously uploaded | | `lane-asks/2026-05-12/` | `/Users/Zer0pa/orchestration-state/lane-asks/Indus-Valley/` | lane handover + ask queue (HANDOVER_2026-05-04.md, INDEX.md); orchestration state never previously uploaded | | `WAVE7_CHECKSUMS.sha256` | computed locally | SHA-256 over every file in this wave | | `WAVE7_MANIFEST.md` | this file | wave description + retrieval instructions | ## Carry-over from earlier waves (unchanged) The Wave-5 (`Indus-Valley-source-d6a8bb10fef8.tar.gz`) and Wave-6 (`migration-package/`, `backups/2026-04-27/`) artifacts remain in place. Wave 7 supplements; it does not replace them. The `repo/` browsable mirror is the only Wave-5 artifact that is **overwritten** (the Wave-7 source tarball is the authoritative snapshot; the Wave-5 source tarball is preserved alongside it for provenance). ## GitHub HEAD at this wave `14c6b8078f64fa2f8fc56f881c2eb130ac2cb2ab` (2026-05-03T23:20:30Z) — `chore(release): PyPI Trusted Publishing + Zenodo readiness (v0.1.0)`. Commits between Wave-5 (`d6a8bb10fef8`) and Wave-7 (`14c6b807`): - `14c6b807` — PyPI Trusted Publishing + Zenodo readiness (v0.1.0) - `13238908` — bump CITATION.cff to 0.1.0, set date-released 2026-05-04 - `02a3a9e4` — fix(packaging): remove conflicting License classifier (PEP 639); bump version to 0.1.0 - `269ffc7a` — sync CITATION.cff version to 0.0.0 - `adf81d8b` — fix deprecated license table, add classifiers + project.urls ## Reproduction ```bash # Authenticate hf auth login --token "$HF_TOKEN" # Download the entire dataset hf download --repo-type dataset Architect-Prime/gnosis-indus-artifacts \ --local-dir ./gnosis-indus-artifacts # Reconstruct the repo from the Wave-7 source tarball cd gnosis-indus-artifacts tar -xzf Indus-Valley-source-14c6b807.tar.gz # Or push to a fresh GitHub remote git clone https://github.com/Zer0pa/Indus-Valley.git cd Indus-Valley && git checkout 14c6b8078f64fa2f8fc56f881c2eb130ac2cb2ab # Re-render the product page cd product-page-build/2026-05-12 python3 -m http.server 4640 & # Open http://127.0.0.1:4640/ — Pretext loads from unpkg CDN ``` ## What is intentionally not pushed - `node_modules/`, `__pycache__/`, IDE caches (never of long-term value) - Other lanes' artifacts (out of Indus-Valley ownership) - Local copies of the shared `xr-product-page-build/index.html` prototype (lives in its own ZPE-XR custody) - The Wave-5/6 `front-door-execution-2026-05-02/Indus-Valley/` workspace — already captured in Wave-5 as `backups/2026-04-27/indus_workspace_artifacts_2026-04-27.tar.zst` and Wave-6 as `migration-package/indus-migration-package.tar.gz`. Wave 7 does not re-bundle that workspace because no scientific content has changed since 2026-04-27 (only packaging/release commits, which the `repo/` mirror already captures via GitHub). ## Local-Mac wipe safety statement After this wave lands, the following local paths can be deleted with **zero project impact** to the Indus-Valley lane: - `/Users/Zer0pa/Desktop/xr-product-page-build/gnosis-indus-valley/` (re-fetch from `product-page-build/2026-05-12/`) - `/Users/Zer0pa/orchestration-state/lane-asks/Indus-Valley/` (re-fetch from `lane-asks/2026-05-12/`) - `/Users/Zer0pa/Indus-Valley/` if present (re-fetch via `git clone https://github.com/Zer0pa/Indus-Valley.git`) - `/Users/Zer0pa/front-door-execution-2026-05-02/Indus-Valley/` (re-fetch from `backups/2026-04-27/indus_workspace_artifacts_2026-04-27.tar.zst` + `migration-package/`) Anything not on `Zer0pa/Indus-Valley` (GitHub) **or** this HF dataset is treated as discardable transient state.