Skip to content

Commit db66b53

Browse files
hyperpolymathmistral-vibeclaude
authored
chore(governance): adopt estate-standardization wave + 2026-06-12 checkpoint (6a2 refresh, contractiles, bot_directives) (#97)
## Summary Reconciles the orphaned `estate-standardization-20260607` branch into main and applies the 2026-06-12 governance checkpoint on top. Three layers: ### 1. Estate-standardization merge (`05a22a8`) The June-7 estate wave, merged clean (verified via `merge-tree` before acting): new layout `6a2/0-AI-MANIFEST.a2ml` + `6a2/anchor/`, `agent_instructions/`→`bot_directives/`, `svc/k9/`→`self-validating/`, flat `contractiles/`, root `GOVERNANCE.adoc`/`MAINTAINERS.adoc`/`.github/CODEOWNERS`, OpenSSF badge, Guix-primary (`manifest.scm` added, `flake.nix` removed). `.claude/CLAUDE.md` was restored to main's exact version (zero diff — agent-config file is maintainer territory). ### 2. CodeQL cron (`1421a42`) Cherry-pick of `cicd/codeql-cron-monthly`: weekly → monthly. ### 3. Governance checkpoint (`e14fdcf`) - **6a2 refresh**: `STATE.a2ml` brought from 2026-04-04 to 2026-06-12 with `[recent-work]` derived from the actual 51-commit git log (MPL-2.0 migration, CI canonicalization, ReScript→AffineScript, estate merge); honest blockers/next-actions; completion held at 50% (no feature-progress evidence either way). `META`/`PLAYBOOK` refreshed; `ANCHOR.a2ml` converted to TOML + 2026-06-12 realignment entry. - **Contractiles rewritten repo-true** (the estate copies were unadapted template stubs still saying "rsr-template-repo"): Mustfile/Trustfile/Adjustfile/Intentfile port the old root `*.contractile` content; **Dustfile + Bustfile fully written** (deprecation register, rollback scenarios; `not-applicable` sections carry reasons). - **`bot_directives/` trio (net-new)**: `hypatia.a2ml` (accepted-findings from the real `.hypatia-ignore`), `gitbot-fleet.a2ml` (six-bot roster, branch policy, never-touch list), `git-private-farm.a2ml` (instant-sync propagation contract, token by NAME only). - **Doc currency**: README (broken PMPL badge→MPL-2.0, ReScript→AffineScript, honest status), ROADMAP contradiction fixed, stale path pointers fixed. All 13 touched `.a2ml` files parse as TOML. No source code changed by the checkpoint layer (merge deltas are SPDX/timeout hygiene from the sanctioned estate branch). ## After merge Remote branches `estate-standardization-20260607` and `cicd/codeql-cron-monthly` are fully contained here and can be deleted (maintainer action — branch deletion isn't available from this session). ## Flagged for maintainer - The estate wave's contractile files carry unadapted `rsr-template-repo` identity wherever it merged as-is (e.g. echo-types main) — possible rsr-template↔standards drift worth checking at the template source. - `instant-sync.yml` here lacks the `FARM_DISPATCH_TOKEN` presence gate (oblibeny gained one in its #53); workflow edit left to maintainer. - Follow-up issues proposed (will be filed separately): `.hypatia-ignore` stale entry, root Justfile stub recipes, changelog-reusable adoption, duplicate Justfiles. 🤖 Draft — opened for review. https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ --- _Generated by [Claude Code](https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ)_ --------- Co-authored-by: Mistral Vibe <vibe@mistral.ai> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0f0cf2f commit db66b53

175 files changed

Lines changed: 1599 additions & 1155 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
15
---
26
name: Bug report
37
about: Create a report to help us improve

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
15
---
26
name: Custom issue template
37
about: Describe this issue template's purpose here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
15
---
26
name: Feature request
37
about: Suggest an idea for this project

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
trigger-boj:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 15
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

.github/workflows/casket-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818
jobs:
1919
build:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
@@ -109,6 +110,7 @@ jobs:
109110
name: github-pages
110111
url: ${{ steps.deployment.outputs.page_url }}
111112
runs-on: ubuntu-latest
113+
timeout-minutes: 15
112114
needs: build
113115
steps:
114116
- name: Deploy to GitHub Pages

.github/workflows/codeql.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
1111

1212
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1313
# updates do not pile up queued runs against the shared account-wide
@@ -23,14 +23,20 @@ permissions:
2323
jobs:
2424
analyze:
2525
runs-on: ubuntu-latest
26+
timeout-minutes: 15
2627
permissions:
2728
contents: read
2829
security-events: write
2930
strategy:
3031
fail-fast: false
3132
matrix:
3233
include:
33-
- language: javascript-typescript
34+
# maa-framework has no JavaScript/TypeScript source — the
35+
# javascript-typescript extractor errors with "no source code seen"
36+
# (exit 32, configuration error). CodeQL's GitHub Actions analysis
37+
# scans the workflow YAML that does exist here, keeping this a
38+
# meaningful security check (same fix as oblibeny's codeql.yml).
39+
- language: actions
3440
build-mode: none
3541

3642
steps:

.github/workflows/dogfood-gate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
a2ml-validate:
2323
name: Validate A2ML manifests
2424
runs-on: ubuntu-latest
25+
timeout-minutes: 15
2526

2627
steps:
2728
- name: Checkout repository
@@ -66,6 +67,7 @@ jobs:
6667
k9-validate:
6768
name: Validate K9 contracts
6869
runs-on: ubuntu-latest
70+
timeout-minutes: 15
6971

7072
steps:
7173
- name: Checkout repository
@@ -115,6 +117,7 @@ jobs:
115117
empty-lint:
116118
name: Empty-linter (invisible characters)
117119
runs-on: ubuntu-latest
120+
timeout-minutes: 15
118121

119122
steps:
120123
- name: Checkout repository
@@ -179,6 +182,7 @@ jobs:
179182
groove-check:
180183
name: Groove manifest check
181184
runs-on: ubuntu-latest
185+
timeout-minutes: 15
182186

183187
steps:
184188
- name: Checkout repository
@@ -237,6 +241,7 @@ jobs:
237241
dogfood-summary:
238242
name: Dogfooding compliance summary
239243
runs-on: ubuntu-latest
244+
timeout-minutes: 15
240245
needs: [a2ml-validate, k9-validate, empty-lint, groove-check]
241246
if: always()
242247

.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ permissions:
3232
jobs:
3333
governance:
3434
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
35+
timeout-minutes: 10

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ permissions:
2626
jobs:
2727
hypatia:
2828
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5eb28d7d8790d5389b7b6a5233fe6265a775e3d0
29+
timeout-minutes: 10
2930
secrets: inherit

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
jobs:
1515
dispatch:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 15
1718
steps:
1819
- name: Trigger Propagation
1920
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3

0 commit comments

Comments
 (0)