Skip to content

Commit ad3e111

Browse files
committed
chore: fill derivable placeholders, drop false ARCHITECTURE, surface the rest
Estate top-up pass. Three separate things, none of which invents a value. FILLED — every token with a single mechanical answer: OWNER, REPO, FORGE, PROJECT, PACKAGE_NAME, PROJECT_NAME, AUTHOR, AUTHOR_EMAIL, CONDUCT_EMAIL, AUTHOR_FIRST/LAST/INITIALS, CURRENT_YEAR, CURRENT_DATE, DATE, MAIN_BRANCH. Identity comes from the git remote, dates from the clock, project name from the README H1 where there is one. Deliberately NOT filled, because more than one defensible answer exists and a confident wrong value is worse than a visible gap: SECURITY_EMAIL (two competing addresses are in use across the estate), RESPONSE_TIME, CONDUCT_TEAM (which substitutes into "a {{CONDUCT_TEAM}} member", not English), WEBSITE, PROJECT_DESCRIPTION, LANG_STACK. DELETED — ARCHITECTURE.md, where it is byte-identical to the 346-copy estate boilerplate (blob 607e3d8). Those 33 lines describe a src/ tests/ docs/ scripts/ config/ tree that this repo does not have, so the file is not merely uninformative, it is wrong. Genuinely written ARCHITECTURE files are matched by hash and left alone. No file beats a confidently false one. CODEOWNERS — rewritten to the solo form mandated by hyperpolymath/standards CODEOWNERS-POLICY.adoc Rule 1, which forbids a catch-all line where the only owner is the sole maintainer. The estate's own templates/CODEOWNERS contradicts that policy; the policy is versioned, dated and resolves standards#55, so it wins. Files naming a genuine co-owner are Rule 2 and are untouched. Note @hyperpolymath and @metadatastician are the same person, so a file naming the other account is a copy artifact that silently routed review requests to the wrong account. SURFACED — REQUIRES_INITIALISATION.md, and a priority action in 0-AI-MANIFEST.a2ml. Tokens that need a decision no script can make are left visibly unfilled rather than faked or quietly deleted. The marker says what each one is, which files it belongs in, why it was not done already, and that it must be deleted only once the work is genuinely finished.
1 parent f2e3615 commit ad3e111

8 files changed

Lines changed: 152 additions & 88 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,4 @@
11
# 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
2+
# Solo-maintained hyperpolymath repo: no owner lines by policy.
3+
# See hyperpolymath/standards CODEOWNERS-POLICY.adoc (Rule 1).
4+
# Sole-maintainer review is moot; SPDX headers carry attribution.

.machine_readable/bot_directives/coverage.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# coverage.a2ml — Session coverage tracking
55
# Updated at the end of each AI agent session.
@@ -9,7 +9,7 @@
99

1010
[metadata]
1111
version = "1.0.0"
12-
last-updated = "{{CURRENT_DATE}}"
12+
last-updated = "2026-08-05"
1313

1414
# ============================================================================
1515
# COVERAGE STATE

.machine_readable/bot_directives/debt.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# debt.a2ml — Meander debt list
55
# Things found but not fixed. Carried between sessions.
@@ -9,7 +9,7 @@
99

1010
[metadata]
1111
version = "1.0.0"
12-
last-updated = "{{CURRENT_DATE}}"
12+
last-updated = "2026-08-05"
1313

1414
# ============================================================================
1515
# DEBT ITEMS

.machine_readable/bot_directives/methodology.a2ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# methodology.a2ml — AI agent methodology configuration
55
# Declares how agents should approach work in this repository.
@@ -9,7 +9,7 @@
99

1010
[metadata]
1111
version = "1.0.0"
12-
last-updated = "{{CURRENT_DATE}}"
12+
last-updated = "2026-08-05"
1313
spec = "https://github.com/hyperpolymath/standards/blob/main/agentic-a2ml/docs/ADR-002-methodology-layer.adoc"
1414

1515
# ============================================================================
@@ -101,7 +101,7 @@ constraints = [
101101
# These rules detect corrupt/template/stale state files.
102102

103103
[methodology.state-validation]
104-
reject-if-contains = ["{{PLACEHOLDER}}", "{{PROJECT}}", "rsr-template-repo"]
104+
reject-if-contains = ["{{PLACEHOLDER}}", "GIT_SCRIPTS", "rsr-template-repo"]
105105
reject-if-project-name-mismatch = true
106106
staleness-threshold-days = 90
107107
fallback-files = ["TODO.md", "TODO.adoc", "ROADMAP.adoc", "README.adoc"]

0-AI-MANIFEST.a2ml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@
1414
(scm-files-location ".machine_readable/ ONLY — never root")
1515
(license "MPL-2.0")
1616
(github-is-source-of-truth #t)))
17+
18+
<!-- BEGIN requires-initialisation -->
19+
20+
## PRIORITY ACTION — this repository is not fully initialised
21+
22+
10 substitution token(s) still have no value. **Read
23+
`REQUIRES_INITIALISATION.md` in the repository root before doing anything
24+
else here** — it lists every outstanding token, what it means, and which
25+
files it belongs in.
26+
27+
Do not fabricate values for them, and do not delete the sections that
28+
contain them to quiet a gate. They are unfilled because they need a
29+
decision, not because they were overlooked. Resolve what you legitimately
30+
can, leave the rest, and delete `REQUIRES_INITIALISATION.md` only when
31+
nothing outstanding remains.
32+
33+
<!-- END requires-initialisation -->

ARCHITECTURE.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

REQUIRES_INITIALISATION.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
2+
3+
# REQUIRES INITIALISATION
4+
5+
**This repository is not finished being set up.** 10 substitution token(s) across 4 file(s) still have no value.
6+
7+
## Why this is not already done
8+
9+
This repo was created from `hyperpolymath/rsr-template-repo`. The mint
10+
(`just repo-init`) fills every token that has a single mechanical answer —
11+
owner, repo, author, dates, licence, branch — and it has done so here.
12+
13+
The tokens below are the ones it *deliberately cannot* answer. They need a
14+
decision or a fact that exists only in your head: what this project is for,
15+
what command builds it, which port the service listens on, whether a PGP key
16+
is held at all. The template's own token vocabulary says as much — you cannot
17+
sensibly answer "required invariants" in a thirty-second bootstrap.
18+
19+
They were left **visibly unfilled on purpose**. The alternatives were both
20+
worse: inventing plausible values would put confident falsehoods into a
21+
security policy and an architecture document, and silently deleting the
22+
sections would hide the fact that a decision is owed. A visible gap is
23+
honest; a fabricated answer is not.
24+
25+
## Do not delete this file until every item below is resolved
26+
27+
This file is the only marker that the work is outstanding. Deleting it early
28+
does not finish the setup, it just conceals it — and the next person or agent
29+
to arrive will reasonably assume the repo is complete.
30+
31+
- **If you are a person:** delete this file yourself once the last item is done.
32+
- **If you are an agent:** resolve what you legitimately can, leave the rest,
33+
and delete this file only when no token below remains anywhere in the tree.
34+
Do not delete it to make a gate go green.
35+
36+
Re-running the estate top-up tool will remove this file automatically once
37+
nothing is outstanding, so the safest way to finish is to fix the tokens and
38+
let the check confirm it.
39+
40+
## What is needed, and where it goes
41+
42+
### `{{CONSUMER1}}`
43+
44+
A downstream repo that consumes this one.
45+
46+
Appears in:
47+
48+
- `.machine_readable/INTENT.contractile`
49+
50+
### `{{CONSUMER2}}`
51+
52+
A second downstream consumer.
53+
54+
Appears in:
55+
56+
- `.machine_readable/INTENT.contractile`
57+
58+
### `{{DEP1}}`
59+
60+
First named dependency, in .machine_readable/INTENT.contractile.
61+
62+
Appears in:
63+
64+
- `.machine_readable/INTENT.contractile`
65+
66+
### `{{DEP2}}`
67+
68+
Second named dependency, in .machine_readable/INTENT.contractile.
69+
70+
Appears in:
71+
72+
- `.machine_readable/INTENT.contractile`
73+
74+
### `{{MONOREPO_OR_STANDALONE}}`
75+
76+
Literally 'monorepo' or 'standalone'.
77+
78+
Appears in:
79+
80+
- `.machine_readable/INTENT.contractile`
81+
82+
### `{{ONE_LINE_DESCRIPTION}}`
83+
84+
Appears in:
85+
86+
- `scripts/audit/wiki.sh`
87+
- `scripts/wiki-audit.sh`
88+
89+
### `{{ONE_PARAGRAPH_ANTI_PURPOSE}}`
90+
91+
A paragraph on what this deliberately is NOT for.
92+
93+
Appears in:
94+
95+
- `.machine_readable/INTENT.contractile`
96+
97+
### `{{ONE_PARAGRAPH_PURPOSE}}`
98+
99+
A paragraph on what this is for.
100+
101+
Appears in:
102+
103+
- `.machine_readable/INTENT.contractile`
104+
105+
### `{{PROJECT_UNIQUE_STRENGTH}}`
106+
107+
What this does that its alternatives do not.
108+
109+
Appears in:
110+
111+
- `.machine_readable/bot_directives/methodology.a2ml`
112+
113+
### `{{REPO_NAME}}`
114+
115+
Appears in:
116+
117+
- `scripts/audit/wiki.sh`
118+
- `scripts/wiki-audit.sh`
119+
120+
---
121+
122+
Generated by the estate top-up pass. Rationale and the governing rulings are
123+
in `hyperpolymath/standards`; the token vocabulary is
124+
`.machine_readable/ai/PLACEHOLDERS.adoc` in `rsr-template-repo`.

ai/0-AI-MANIFEST.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Entry points:
8282
2. **Single source of truth** - `.machine_readable/` is authoritative
8383
3. **No stale metadata** - If root state files exist, they are OUT OF DATE
8484
4. **License consistency** - All code MPL-2.0 unless platform requires MPL-2.0
85-
5. **Author attribution** - Always "{{AUTHOR}} <{{AUTHOR_EMAIL}}>"
85+
5. **Author attribution** - Always "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
8686
6. **Container images** - MUST use Chainguard base (`cgr.dev/chainguard/wolfi-base:latest` or `cgr.dev/chainguard/static:latest`)
8787
7. **Container runtime** - Podman, never Docker. Files are `Containerfile`, never `Dockerfile`
8888
8. **Container orchestration** - `selur-compose`, never `docker-compose`

0 commit comments

Comments
 (0)