chore(naming)+ci: migrate 6a2 → descriptiles; harden proofs CI#102
Merged
Conversation
Naming mandate (estate 2026-06-30): the machine-readable metadata family is `descriptiles`, and `6a2` is fully deprecated. Rename the directory .machine_readable/6a2/ → .machine_readable/descriptiles/ and migrate every `6a2` path/prose reference across the repo (21 files: docs, wiki, AUDIT, GOVERNANCE, RSR_COMPLIANCE, contractile Mustfile invariants, .well-known/ai.txt, the metadata files' own cross-references). Zero residual `6a2`. CI (.github/workflows/proofs.yml): - Three INDEPENDENT jobs — Coq (14 theories, both pillars), Agda (CNO + OND), Z3 (CNO + OND bounded) — so one flaking never reds the others. - Pinned to ubuntu-24.04 (ships Coq 8.18, exactly what the proofs need) to stop apt version drift; concurrency-cancel; SHA-pinned checkout; contents: read. - Heavy provers (Lean+Mathlib, Isabelle, Mizar, Idris) stay on the local gate proofs/verify-all-provers.sh, as documented in-file. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 7, 2026
…103) The Agda job in `proofs.yml` failed on `main` (PR #102) with `agda-stdlib .agda-lib not found` — a too-narrow grep, not a proof regression. Coq and Z3 jobs pass on the runner. This matches any `*.agda-lib` the package ships, with a filesystem fallback and a diagnostic dump. Greens the workflow on main. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Follow-up to the completed docs sweep (#101), doing the two things flagged there
plus the wiki publish (already pushed live — see below).
1.
6a2/→descriptiles/(estate naming mandate)The machine-readable metadata family is
descriptiles;6a2is fully deprecated(estate mandate 2026-06-30,
standards/CANONICAL-NAMES.adoc). This renames.machine_readable/6a2/→.machine_readable/descriptiles/(as git renames,history preserved) and migrates every
6a2reference across the repo (21files: docs, wiki, AUDIT, GOVERNANCE, RSR_COMPLIANCE, the contractile
Mustfilevalidation invariants,
.well-known/ai.txt, and the metadata files' owncross-references). Zero residual
6a2.2. Harden the proofs CI (
.github/workflows/proofs.yml)Z3 (CNO + OND bounded) — so one flaking never reds the others.
ubuntu-24.04(ships Coq 8.18 — exactly what the proofs need) tostop apt version drift;
concurrencycancel-in-progress; SHA-pinned checkout;contents: read.proofs/verify-all-provers.sh, documented in-file.Wiki (done, live)
The 13-page
docs/wiki— previously never published (the live wiki was a1-line stub) — has been published to the GitHub wiki, with repo-relative links
rewritten to
blob/mainURLs and sibling links to wiki-style.docs/wikiremains the in-repo source of truth. (Wiki push is separate from this PR.)
Test
just build-coq→ 14/14;proofs.ymlvalidates;git grep 6a2→ empty.🤖 Generated with Claude Code