Skip to content

Commit b158d66

Browse files
hyperpolymathmistral-vibeclaude
authored
chore(governance): adopt estate-standardization wave + 2026-06-12 checkpoint (#34)
## Summary Reconciles the orphaned `estate-standardization-20260607` branch (8 commits) and applies the 2026-06-12 governance checkpoint. 1. **Estate merge** — the FIVE workflow conflicts (hypatia-scan, mirror, rust-ci, scorecard, secret-scanner) all resolved to **main's newer hardened versions** (verified byte-identical). Wave brings: `6a2/0-AI-MANIFEST` + `6a2/anchor/`, `bot_directives/` rename, flat contractiles, `svc/k9/`→`self-validating/`, root `GOVERNANCE.adoc`/`MAINTAINERS.adoc`, OpenSSF badge; `flake.nix` removed (estate decision). 2. **codeql cron** weekly→monthly (cherry-pick). 3. **Checkpoint layer**: dual-STATE reconciled (stale root S-expr `STATE.a2ml` pointer-ized to canonical 6a2; its `completion=100` template residue retired — honest 10% kept in 6a2); STATE/META refreshed to 2026-06-12 with `[recent-work]` from git log; ANCHOR realignment entry + `{{PROJECT_KIND}}` placeholders filled; **`bot_directives/` trio** (hypatia/gitbot-fleet/git-private-farm); **contractiles rewritten repo-true** (estate stubs said "rsr-template-repo"; old nested must/trust + root contractile content ported, incl. language policy + WCAG block); Dustfile/Bustfile fully written; `docs/wikis/Project-Status.adoc` created; EXPLAINME stale claims fixed. 4. **k9 template defect fixed at source**: `methodology-guard.k9.ncl` lacked the `K9!` magic + pedigree that K9 validators require (caught by januskey's gate when it adopted this template). 7 ISSUES-PROPOSED (filed separately): `.github` `{{PLACEHOLDER}}` sweeps (SECURITY/CONDUCT contacts, repo identity), self-validating identity fields, PLACEHOLDERS.adoc staleness, instant-sync presence gate, ANCHOR dead semantic-authority paths, root META/ECOSYSTEM S-expr duplicates. **After merge, deletable branches**: `estate-standardization-20260607`, `cicd/codeql-cron-monthly`. 🤖 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 b185a63 commit b158d66

210 files changed

Lines changed: 3376 additions & 1100 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.

.devcontainer/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MPL-2.0
2+
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
= Dev Container Usage
34
:author: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
45

.github/CODE_OF_CONDUCT.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
# Code of Conduct
26

37
<!--

.github/CONTRIBUTING.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
# Clone the repository
26
git clone https://{{FORGE}}/{{OWNER}}/{{REPO}}.git
37
cd {{REPO}}

.github/DIRECTORY.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
13
= .github Pillar

.github/GOVERNANCE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<!-- SPDX-License-Identifier: MPL-2.0 -->
2-
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
35
# Project Governance
46

57
This document describes the governance model for **{{PROJECT_NAME}}**.

.github/SECURITY.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
# Security Policy
26

37

.github/copilot-instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<!-- SPDX-License-Identifier: MPL-2.0 -->
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
25
<!-- Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> -->
36
<!-- Authoritative source: docs/AI-CONVENTIONS.md -->
47

.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/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<!-- SPDX-License-Identifier: MPL-2.0 -->
1+
<!--
2+
SPDX-License-Identifier: MPL-2.0
3+
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
25
## Summary
36

47
<!-- Briefly describe what this PR does and why. Link to related issues with "Closes #N". -->

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818
jobs:
1919
trigger-boj:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122
if: ${{ vars.BOJ_SERVER_URL != '' || secrets.BOJ_SERVER_URL != '' }}
2223
steps:
2324
- name: Checkout

0 commit comments

Comments
 (0)