Skip to content

Commit 1d857db

Browse files
chore(naming): migrate .machine_readable/6a2 -> descriptiles (estate mandate 2026-06-30) (#68)
- git mv .machine_readable/6a2 -> .machine_readable/descriptiles (11 files, history preserved via rename detection) - update every 6a2 reference: GOVERNANCE.adoc, descriptiles/README.adoc, 0-AI-MANIFEST.a2ml, PLAYBOOK.a2ml, bot_directives/{coverage,debt}.a2ml - Mustfile.a2ml self-checks: point six-file + anchor checks at descriptiles (anchor singular — the tracked dir; 'anchors' plural was untracked local debris that could never pass on a fresh clone); drop the bust-dust-files-present check whose target files were deleted by the estate standardization (a critical check that could never pass) - zero '6a2' occurrences remain repo-wide; no CI/script referenced the old path (verified before rename) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 43db2a4 commit 1d857db

15 files changed

Lines changed: 15 additions & 20 deletions

File tree

.machine_readable/bot_directives/coverage.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ notes = "Parser totality + Merkle combiner generalization + manifest round-trip
2626
date = "2026-06-05"
2727
ring = 1
2828
fixes = 7
29-
notes = "Refreshed 6a2 (all six) + ANCHOR from the March .scm stubs; recorded D1/D2/D3, proven surface, honest bounds, runbooks; reconciled all open branches into one main."
29+
notes = "Refreshed descriptiles (all six) + ANCHOR from the March .scm stubs; recorded D1/D2/D3, proven surface, honest bounds, runbooks; reconciled all open branches into one main."
3030

3131
# Skipped MUSTs / cherry-picking audit: none recorded this session.

.machine_readable/bot_directives/debt.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impact = "medium"
4141
discovered = "2026-06-05"
4242

4343
[[debt.could]]
44-
component = ".machine_readable/6a2/ (estate-wide)"
44+
component = ".machine_readable/descriptiles/ (estate-wide)"
4545
issue = "phase vocabulary is not pinned by an enforced standard (svalinn 'crg-c-testing' vs ochrance 'implementation') — possible standards↔rsr-template divergence (Flag A); confirm against the canonical standards spec."
4646
effort = "medium"
4747
impact = "medium"

.machine_readable/contractiles/Mustfile.a2ml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,14 @@ hooks fail if any check fails.
5656
- run: test -f .machine_readable/contractiles/Intentfile.a2ml && test -f .machine_readable/contractiles/Mustfile.a2ml && test -f .machine_readable/contractiles/Trustfile.a2ml && test -f .machine_readable/contractiles/Adjustfile.a2ml
5757
- severity: critical
5858

59-
### bust-dust-files-present
60-
- description: Bustfile and Dustfile exist in their directories
61-
- run: test -f .machine_readable/contractiles/bust/Bustfile.a2ml && test -f .machine_readable/contractiles/dust/Dustfile.a2ml
59+
### descriptiles-directory-present
60+
- description: descriptiles directory exists with the six required files
61+
- run: test -d .machine_readable/descriptiles && test -f .machine_readable/descriptiles/META.a2ml && test -f .machine_readable/descriptiles/ECOSYSTEM.a2ml && test -f .machine_readable/descriptiles/STATE.a2ml && test -f .machine_readable/descriptiles/PLAYBOOK.a2ml && test -f .machine_readable/descriptiles/AGENTIC.a2ml && test -f .machine_readable/descriptiles/NEUROSYM.a2ml
6262
- severity: critical
6363

64-
### six-directory-present
65-
- description: 6a2 directory exists with required files
66-
- run: test -d .machine_readable/6a2 && test -f .machine_readable/6a2/META.a2ml && test -f .machine_readable/6a2/ECOSYSTEM.a2ml && test -f .machine_readable/6a2/STATE.a2ml && test -f .machine_readable/6a2/PLAYBOOK.a2ml && test -f .machine_readable/6a2/AGENTIC.a2ml && test -f .machine_readable/6a2/NEUROSYM.a2ml
67-
- severity: critical
68-
69-
### anchors-directory
70-
- description: anchors directory exists in 6a2
71-
- run: test -d .machine_readable/6a2/anchors
64+
### anchor-directory
65+
- description: anchor directory exists in descriptiles
66+
- run: test -d .machine_readable/descriptiles/anchor
7267
- severity: warning
7368

7469
### self-validating-structure

.machine_readable/6a2/0-AI-MANIFEST.a2ml renamed to .machine_readable/descriptiles/0-AI-MANIFEST.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# AI Manifest for 6a2 Directory
1+
# AI Manifest for descriptiles Directory
22

33
## Purpose
44

5-
This manifest declares the AI-assistant context for the 6a2 machine-readable metadata directory.
5+
This manifest declares the AI-assistant context for the descriptiles machine-readable metadata directory.
66

77
## Canonical Locations
88

File renamed without changes.
File renamed without changes.
File renamed without changes.

.machine_readable/6a2/PLAYBOOK.a2ml renamed to .machine_readable/descriptiles/PLAYBOOK.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ suites = "A2ML parser, property, integration, and tests/e2e_test.sh"
1515

1616
[incident-response]
1717
steps = [
18-
"Check .machine_readable/6a2/STATE.a2ml for current status, blockers, and next actions",
18+
"Check .machine_readable/descriptiles/STATE.a2ml for current status, blockers, and next actions",
1919
"Review recent commits and CI results on main",
2020
"Re-run the proof build (idris2 --build ochrance.ipkg) and the affected suite",
2121
]

.machine_readable/6a2/README.adoc renamed to .machine_readable/descriptiles/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: CC-BY-SA-4.0
22
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
3-
# A2ML 6a2 Directory
3+
# A2ML descriptiles Directory
44

5-
This directory contains the 6 core A2ML machine-readable metadata files for this repository.
5+
This directory contains the 6 core A2ML machine-readable metadata files (descriptiles) for this repository.
66

77
## Files
88

@@ -26,5 +26,5 @@ Source .scm files should be removed after successful transpilation.
2626
## See Also
2727

2828
- [A2ML Repository Template](https://github.com/hyperpolymath/standards/blob/main/A2ML-REPO-TEMPLATE.adoc)
29-
- [6A2 Format Family](https://github.com/hyperpolymath/standards#a2ml-format-family-7-formats)
29+
- [Descriptiles Format Family](https://github.com/hyperpolymath/standards#a2ml-format-family-7-formats)
3030

0 commit comments

Comments
 (0)