Add Wayback archival workflow + document preservation conventions#5
Merged
Conversation
- .github/workflows/wayback.yml: on release/dispatch, submit the deployed Jupyter Book site + any URLs in wayback-urls.txt to the Internet Archive Wayback Machine (Save Page Now). Best-effort, anonymous, never blocks the release. - wayback-urls.txt: documented list for Mode-B / paperless claim sources. - docs/cicd-conventions.md: new Preservation section (Zenodo / Software Heritage / Wayback) incl. the 'never anchor on a conda package' rule. - docs/chain-decision-tree.md: new Mode-B (paperless claim) section — DOI-only Quote field, two clean chain paths, artifact-PID ladder, any-URI attribution. - CLAUDE.md Phase 4: note swh-save.yml + wayback.yml fire on release.
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.
What
Second of the archival-anchor additions (follows #4, Software Heritage).
.github/workflows/wayback.yml— on release (andworkflow_dispatch), submits the deployed Jupyter Book site + any URLs inwayback-urls.txtto the Internet Archive Wayback Machine (Save Page Now). Best-effort (continue-on-error), anonymous (no secrets; SPN2-with-keys path documented in the header), never blocks a release.wayback-urls.txt— documented list for Mode-B / paperless claim sources (blogs, design notes, README pages) that Software Heritage can't archive because they're prose, not code.docs/cicd-conventions.md— new Preservation section: the three release-time archival paths (Zenodo / Software Heritage / Wayback), what each anchors, and the never anchor on a conda package rule (SWH conda loader not in production → anchor source SWHID + pinned pixi + container).docs/chain-decision-tree.md— new Mode-B (paperless claim) section: the DOI-only Quote field, the two clean paths (deposit→DOI, or question-rooted + cite-by-URL at CiTO), the artifact-PID ladder (SWHID > Zenodo DOI > repo > Wayback page), and any-resolvable-URI attribution.CLAUDE.mdPhase 4 — notesswh-save.yml+wayback.ymlfire on release.Notes
release/workflow_dispatch— never runs on an uninitialised template or routine pushes.🤖 Generated with Claude Code