Skip to content

Commit 87b6642

Browse files
chore(governance): adopt estate-standardization wave + 2026-06-12 checkpoint (#73)
## Summary Reconciles the orphaned `estate-standardization-20260607` branch and applies the 2026-06-12 governance checkpoint. 1. **Estate merge** — one conflict (`rust-ci.yml`) resolved to main's version; `.claude/CLAUDE.md` restored byte-identical to main. Wave brings: **deletion of the duplicate legacy root `.machine_readable/*.scm` set** (half-finished migration completed), `6a2/0-AI-MANIFEST` + `6a2/anchor/`, flat contractiles, `svc/k9/`→`self-validating/`, `GOVERNANCE.adoc`/`MAINTAINERS.adoc`/`CODEOWNERS`, Guix `manifest.scm`, OpenSSF badge. 2. **Checkpoint layer**: STATE bumped to 2026-06-12 (`[recent-work]` PRs #68/#69/#71/#72; completion honestly held at 65%); `6a2/anchor/ANCHOR.a2ml` created; **`bot_directives/` trio** (hypatia with 4 evidenced accepted-findings; gitbot-fleet incl. `proofs/` never-touch; farm `enabled=false` — no instant-sync workflow exists); **contractiles rewritten repo-true as TOML** (estate stubs replaced; Trustfile baselines re-verified: Lean `sorry` 18→**0**, Coq `Admitted` 19→**0**); Dustfile/Bustfile fully written; README.adoc/README.md deduped (adoc canonical); `docs/archive/` indexed; **6 wiki pages refreshed** (license PMPL→MPL-2.0, 72-axiom figures, removed-`interpreters/` reality, 2026-06-12 status note). 8 ISSUES-PROPOSED (filed separately): CLAUDE.md `.scm` refs (maintainer-only), Justfile dead `build-rescript` recipe, duplicate contractiles/Justfile, stale `.hypatia-ignore` entries, orphaned `svc/README`, MAINTAINERS duplication, wiki-sync automation, bust.ncl `_base.ncl` debt. **After merge, deletable branch**: `estate-standardization-20260607`. 🤖 Draft — opened for review. https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ --- _Generated by [Claude Code](https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ)_ --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 856186d commit 87b6642

136 files changed

Lines changed: 1877 additions & 962 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/CODEOWNERS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
# CODEOWNERS - Define code review assignments for GitHub
3+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+
# Default: sole maintainer for all files
6+
* @hyperpolymath
7+
8+
# Security-sensitive files require explicit ownership
9+
SECURITY.md @hyperpolymath
10+
.github/workflows/ @hyperpolymath
11+
.machine_readable/ @hyperpolymath
12+
contractiles/ @hyperpolymath
13+
14+
# License files
15+
LICENSE @hyperpolymath
16+
LICENSES/ @hyperpolymath
17+
18+
# Configuration
19+
.gitignore @hyperpolymath
20+
.github/ @hyperpolymath
21+
22+
# Documentation
23+
README* @hyperpolymath
24+
CONTRIBUTING* @hyperpolymath
25+
CODE_OF_CONDUCT* @hyperpolymath
26+
GOVERNANCE* @hyperpolymath
27+
MAINTAINERS* @hyperpolymath
28+
CHANGELOG* @hyperpolymath
29+
ROADMAP* @hyperpolymath
30+
31+
# Build and CI
32+
Justfile @hyperpolymath
33+
Makefile @hyperpolymath
34+
*.sh @hyperpolymath

.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/documentation.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: Documentation
37
about: Report unclear, missing, or incorrect documentation

.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/ISSUE_TEMPLATE/question.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: Question
37
about: Ask a question about usage or behaviour

.github/copilot/coding-agent.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
mcp_servers:
2+
boj-server:
3+
command: npx
4+
args: ["-y", "@hyperpolymath/boj-server@latest"]
5+
env:
6+
BOJ_URL: http://localhost:7700

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions: read-all
1010
jobs:
1111
BatchFuzzing:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 15
1314
strategy:
1415
fail-fast: false
1516
matrix:

.github/workflows/cflite_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions: read-all
99
jobs:
1010
PR:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 15
1213
strategy:
1314
fail-fast: false
1415
matrix:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

20+
2021
permissions: read-all
2122

2223
jobs:
2324
analyze:
2425
runs-on: ubuntu-latest
26+
timeout-minutes: 15
2527
permissions:
2628
contents: read
2729
security-events: write

.github/workflows/deno-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ permissions:
1717

1818
jobs:
1919
deno-ci:
20-
uses: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@c3a62f0cfd993c23661519f571087ed16e13631c # standards#168 head
20+
uses: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@f5f0506a6ec88e574753eee701a268e0d4b3a7f2 # standards#168 head
21+
timeout-minutes: 10

0 commit comments

Comments
 (0)