Skip to content

refactor(descriptiles): migrate .machine_readable/6a2 → descriptiles (naming canon)#676

Merged
hyperpolymath merged 3 commits into
mainfrom
worktree-migrate-6a2-to-descriptiles
Jul 7, 2026
Merged

refactor(descriptiles): migrate .machine_readable/6a2 → descriptiles (naming canon)#676
hyperpolymath merged 3 commits into
mainfrom
worktree-migrate-6a2-to-descriptiles

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

Estate naming mandate (2026-06-30): the machine-readable metadata family is descriptiles; 6a2 is fully deprecated and must never be reintroduced. rsr-template-repo already led this rename (PR #128). This brings AffineScript into line.

Changes (38 files, mechanical + verified)

  • git mv .machine_readable/6a2 .machine_readable/descriptiles (6 .a2ml files)
  • Updated the one code dependency: tools/check-doc-truthing.sh STATE_FILE path
  • Updated .machine_readable/TRUST.contractile deny-rule path
  • Updated ~30 doc/metadata references (paths + 6a2 metadata family-name prose)

Replacement was word-boundaried (\b6a2\bdescriptiles) so checksum substrings are untouched; Cargo.lock hash coincidences (…846a2afffd…) were excluded.

Verification (real toolchain)

Built off system OCaml 4.14.1 + opam (dune 3.24.0):

  • dune build = exit 0 (zero build impact — metadata/doc only)
  • zero \b6a2\b references remain anywhere (excl. Cargo.lock checksums)
  • check-doc-truthing.sh reads the renamed .machine_readable/descriptiles/STATE.a2ml correctly

Pre-existing red gates (NOT caused by this PR)

README fails two back-link gates on main independently of this change (README is untouched here — verified against pristine origin/main):

  1. README → SOUNDNESS.adoc (soundness-ledger gate) — fixed by fix(docs): repoint README soundness-ledger refs to docs/SOUNDNESS.adoc #675
  2. README → CAPABILITY-MATRIX.adoc (doc-truthing gate) — third README defect, being fixed alongside fix(docs): repoint README soundness-ledger refs to docs/SOUNDNESS.adoc #675

Once those README fixes land, this PR's CI clears.

🤖 Generated with Claude Code

hyperpolymath and others added 2 commits July 7, 2026 00:46
… (estate naming canon)

Estate naming mandate (2026-06-30): the machine-readable metadata family is
`descriptiles`; `6a2` is fully deprecated and must never be reintroduced.
`rsr-template-repo` already led this rename (PR #128). This brings AffineScript
into line.

Changes (mechanical, word-boundaried `\b6a2\b` -> `descriptiles`, so checksum
substrings are untouched; Cargo.lock hash coincidences excluded):
- `git mv .machine_readable/6a2 .machine_readable/descriptiles` (6 .a2ml files)
- updated the one code dependency: tools/check-doc-truthing.sh STATE_FILE path
- updated .machine_readable/TRUST.contractile deny-rule path
- updated ~30 doc/metadata references (paths + "6a2 metadata" family-name prose)

Verified (dune 3.24.0, system OCaml 4.14.1 + opam switch as-verify):
- `dune build` = exit 0 (no build impact)
- zero `\b6a2\b` references remain (excl. Cargo.lock checksums)
- check-doc-truthing.sh reads the renamed STATE path correctly
Two doc gates (README->SOUNDNESS.adoc, README->CAPABILITY-MATRIX.adoc) are
RED on main independently of this change (README untouched here); tracked
separately.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…edits

The prior commit captured only the renamed descriptiles/ files (index desync
from a stash round-trip during verification). This adds the 6a2/ deletions and
the ~30 doc/metadata + TRUST.contractile + check-doc-truthing.sh edits so the
migration is whole.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath enabled auto-merge (squash) July 6, 2026 23:48
hyperpolymath added a commit that referenced this pull request Jul 7, 2026
…I gates) (#677)

## Problem

README failed **two** CI doc-governance gates (both in
`.github/workflows/ci.yml`):

1. **`check-soundness-ledger.sh`** (property 2, back-links) — README
pointed at `SOUNDNESS-LEDGER.adoc`, a filename that **does not exist**.
The gate greps for `SOUNDNESS.adoc`; the old string didn't match → RED.
2. **`check-doc-truthing.sh`** (DOC-04) — README did **not** mention the
authoritative status matrix `CAPABILITY-MATRIX.adoc` anywhere → RED.

Both were pre-existing reds on `main` (verified against pristine
`origin/main`).

## Fix (README.adoc only)

- Repoint the 3 soundness-ledger references → `docs/SOUNDNESS.adoc`
- Add `docs/CAPABILITY-MATRIX.adoc` (feature readiness) in Status +
Documentation
- Replace the stale *"state the license and add a LICENSE file"* TODO
with a real License section (`LICENSE` + `LICENSES/` already exist:
MPL-2.0 code, CC-BY-SA-4.0 docs)

## Verification (real toolchain — dune 3.24.0, OCaml 4.14.1 + opam)

```
BUILD_EXIT=0
OK: doc-truthing intact — presence invariants + over-claim ratchet (DOC-04/05/08/09).  (TRUTH_EXIT=0)
OK: soundness ledger — all 5 properties hold.                                          (GATE_EXIT=0)
```

## Supersedes #675

#675 fixed only the soundness link, so it could not turn the
doc-truthing gate green on its own (that gate is required, so #675 was
unmergeable alone). This PR fixes both. **#675 will be closed as
superseded.** Also unblocks the descriptiles migration #676 (blocked
only by these same README gates).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath disabled auto-merge July 7, 2026 04:30
@hyperpolymath hyperpolymath merged commit e794955 into main Jul 7, 2026
12 of 14 checks passed
@hyperpolymath hyperpolymath deleted the worktree-migrate-6a2-to-descriptiles branch July 7, 2026 04:31
@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant