Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
# CODEOWNERS - Define code review assignments
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owners for everything
* @hyperpolymath

# Security-sensitive files require explicit review
SECURITY.md @hyperpolymath
.github/workflows/ @hyperpolymath
Trustfile.a2ml @hyperpolymath
.machine_readable/ @hyperpolymath
# Solo-maintained hyperpolymath repo: no owner lines by policy.
# See hyperpolymath/standards CODEOWNERS-POLICY.adoc (Rule 1).
# Sole-maintainer review is moot; SPDX headers carry attribution.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# applied by the probot/settings app when changes are pushed to the default
# branch. Install the app at: https://github.com/apps/settings
#
# Instantiated for bitfuckit — an unsubstituted `name: "{{REPO}}"` here would
# make probot/settings try to rename the repo to the literal string "{{REPO}}"
# Instantiated for bitfuckit — an unsubstituted `name: "bitfuckit"` here would
# make probot/settings try to rename the repo to the literal string "bitfuckit"
# on the next push to main. Keep this in sync if the repo is ever renamed.

# ─── Repository Settings ───────────────────────────────────────────────────────
Expand Down
6 changes: 3 additions & 3 deletions .machine_readable/contractiles/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ container-init:
read -rp "Primary port [8080]: " _PORT
PORT="${_PORT:-8080}"

read -rp "Container registry [ghcr.io/${OWNER:-{{OWNER}}}]: " _REGISTRY
REGISTRY="${_REGISTRY:-ghcr.io/${OWNER:-{{OWNER}}}}"
read -rp "Container registry [ghcr.io/${OWNER:-hyperpolymath}]: " _REGISTRY
REGISTRY="${_REGISTRY:-ghcr.io/${OWNER:-hyperpolymath}}"

echo ""
echo " Service: $SERVICE_NAME"
Expand Down Expand Up @@ -545,7 +545,7 @@ test-matrix suite="unit" verbosity="normal" parallel="true":
@echo "Test matrix: suite={{suite}} verbosity={{verbosity}} parallel={{parallel}}"

# Container matrix: [build|run|push|shell|scan] x [registry] x [tag]
container-matrix action="build" registry="ghcr.io/{{OWNER}}" tag="latest":
container-matrix action="build" registry="ghcr.io/hyperpolymath" tag="latest":
@echo "Container matrix: action={{action}} registry={{registry}} tag={{tag}}"

# CI matrix: [lint|test|build|security|all] x [quick|full]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ K9!
name = "ci-config",
version = "1.0.0",
description = "CI/CD configuration with runtime validation",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ K9!
name = "project-metadata",
version = "1.0.0",
description = "Pure data configuration for project metadata",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
},

Expand All @@ -30,13 +30,13 @@ K9!
description = "A project following Rhodium Standard Repositories",

repository = {
url = "https://github.com/{{OWNER}}/my-project",
url = "https://github.com/hyperpolymath/my-project",
type = "git",
},

author = {
name = "{{AUTHOR}}",
email = "{{AUTHOR_EMAIL}}",
name = "Jonathan D.A. Jewell",
email = "j.d.a.jewell@open.ac.uk",
organization = "{{AUTHOR_ORG}}",
},

Expand All @@ -45,7 +45,7 @@ K9!
keywords = [
"rhodium-standard",
"rsr",
"{{OWNER}}",
"hyperpolymath",
],
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ K9!
name = "setup-repo",
version = "1.0.0",
description = "Automated repository setup with RSR standards",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
warnings = [
"This component has full system access",
Expand Down Expand Up @@ -104,8 +104,8 @@ K9!
description = "Initialize Git repository",
commands = [
"git init -b %{config.git.default_branch}",
"git config user.name '{{AUTHOR}}'",
"git config user.email '{{AUTHOR_EMAIL}}'",
"git config user.name 'Jonathan D.A. Jewell'",
"git config user.email 'j.d.a.jewell@open.ac.uk'",
"echo '✓ Git initialized'",
],
},
Expand All @@ -132,7 +132,7 @@ K9!
"add-license" = {
description = "Add PMPL-1.0 license",
commands = [
"curl -sL https://raw.githubusercontent.com/{{OWNER}}/pmpl/main/LICENSE -o LICENSE",
"curl -sL https://raw.githubusercontent.com/hyperpolymath/pmpl/main/LICENSE -o LICENSE",
"echo '✓ License added'",
],
},
Expand Down
2 changes: 1 addition & 1 deletion .machine_readable/self-validating/template-hunt.k9.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ K9!
name = "TODO: component-name",
version = "1.0.0",
description = "TODO: Detailed description of what this component does",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
warnings = [
"This component has full system access",
Expand Down
2 changes: 1 addition & 1 deletion .machine_readable/self-validating/template-kennel.k9.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ K9!
name = "TODO: component-name",
version = "1.0.0",
description = "TODO: Brief description of what this component contains",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
},

Expand Down
2 changes: 1 addition & 1 deletion .machine_readable/self-validating/template-yard.k9.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ K9!
name = "TODO: component-name",
version = "1.0.0",
description = "TODO: Brief description with validation details",
author = "{{AUTHOR}} <{{AUTHOR_EMAIL}}>",
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
},
},

Expand Down
17 changes: 17 additions & 0 deletions 0-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,20 @@ items = [
{ agent = "GEMINI", task = "estate audits, cross-repo sweeps, long-context triage, pattern detection" },
{ agent = "VIBE", task = "UI/frontend, PanLL panels, ReScript components, theming, rapid prototyping" },
]

<!-- BEGIN requires-initialisation -->

## PRIORITY ACTION — this repository is not fully initialised

15 substitution token(s) still have no value. **Read
`REQUIRES_INITIALISATION.md` in the repository root before doing anything
else here** — it lists every outstanding token, what it means, and which
files it belongs in.

Do not fabricate values for them, and do not delete the sections that
contain them to quiet a gate. They are unfilled because they need a
decision, not because they were overlooked. Resolve what you legitimately
can, leave the rest, and delete `REQUIRES_INITIALISATION.md` only when
nothing outstanding remains.

<!-- END requires-initialisation -->
6 changes: 3 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ container-init:
read -rp "Primary port [8080]: " _PORT
PORT="${_PORT:-8080}"

read -rp "Container registry [ghcr.io/${OWNER:-{{OWNER}}}]: " _REGISTRY
REGISTRY="${_REGISTRY:-ghcr.io/${OWNER:-{{OWNER}}}}"
read -rp "Container registry [ghcr.io/${OWNER:-hyperpolymath}]: " _REGISTRY
REGISTRY="${_REGISTRY:-ghcr.io/${OWNER:-hyperpolymath}}"

echo ""
echo " Service: $SERVICE_NAME"
Expand Down Expand Up @@ -545,7 +545,7 @@ test-matrix suite="unit" verbosity="normal" parallel="true":
@echo "Test matrix: suite={{suite}} verbosity={{verbosity}} parallel={{parallel}}"

# Container matrix: [build|run|push|shell|scan] x [registry] x [tag]
container-matrix action="build" registry="ghcr.io/{{OWNER}}" tag="latest":
container-matrix action="build" registry="ghcr.io/hyperpolymath" tag="latest":
@echo "Container matrix: action={{action}} registry={{registry}} tag={{tag}}"

# CI matrix: [lint|test|build|security|all] x [quick|full]
Expand Down
143 changes: 143 additions & 0 deletions REQUIRES_INITIALISATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->

# REQUIRES INITIALISATION

**This repository is not finished being set up.** 15 substitution token(s) across 7 file(s) still have no value.

## Why this is not already done

This repo was created from `hyperpolymath/rsr-template-repo`. The mint
(`just repo-init`) fills every token that has a single mechanical answer —
owner, repo, author, dates, licence, branch — and it has done so here.

The tokens below are the ones it *deliberately cannot* answer. They need a
decision or a fact that exists only in your head: what this project is for,
what command builds it, which port the service listens on, whether a PGP key
is held at all. The template's own token vocabulary says as much — you cannot
sensibly answer "required invariants" in a thirty-second bootstrap.

They were left **visibly unfilled on purpose**. The alternatives were both
worse: inventing plausible values would put confident falsehoods into a
security policy and an architecture document, and silently deleting the
sections would hide the fact that a decision is owed. A visible gap is
honest; a fabricated answer is not.

## Do not delete this file until every item below is resolved

This file is the only marker that the work is outstanding. Deleting it early
does not finish the setup, it just conceals it — and the next person or agent
to arrive will reasonably assume the repo is complete.

- **If you are a person:** delete this file yourself once the last item is done.
- **If you are an agent:** resolve what you legitimately can, leave the rest,
and delete this file only when no token below remains anywhere in the tree.
Do not delete it to make a gate go green.

Re-running the estate top-up tool will remove this file automatically once
nothing is outstanding, so the safest way to finish is to fix the tokens and
let the check confirm it.

## What is needed, and where it goes

### `{{ARGS}}`

Arguments for the justfile recipe this appears in.

Appears in:

- `.machine_readable/contractiles/Justfile`
- `Justfile`

### `{{AUTHOR_ORG}}`

Author's organisation. NOTE: no filled instance of this exists anywhere in the estate — consider deleting the field instead.

Appears in:

- `.machine_readable/self-validating/examples/project-metadata.k9.ncl`

### `{{BACKUP_POINT_1}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{BACKUP_POINT_2}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{ESCALATION_STEP_1}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{ESCALATION_STEP_2}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{ESCALATION_STEP_3}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{EXPECTED_AUTHOR}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/Trustfile.a2ml`

### `{{MAIN_FUNCTION}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/Intentfile.a2ml`

### `{{OPENSSF_PROJECT_ID}}`

OpenSSF project ID, same registration.

Appears in:

- `docs/governance/TEMPLATE-STANDARDS-AUDIT.adoc`

### `{{SCENARIO_1_NAME}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{SCENARIO_1_ROLLBACK_PROCEDURE}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{SCENARIO_2_NAME}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{SCENARIO_2_ROLLBACK_PROCEDURE}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/bust/Bustfile.a2ml`

### `{{TARGET_AUDIENCE}}`

Appears in:

- `machine-readable-design/canonical-directory-structure/Intentfile.a2ml`

---

Generated by the estate top-up pass. Rationale and the governing rulings are
in `hyperpolymath/standards`; the token vocabulary is
`.machine_readable/ai/PLACEHOLDERS.adoc` in `rsr-template-repo`.
2 changes: 1 addition & 1 deletion docs/decisions/0000-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
= Architecture Decision Record: 0000-template
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
<!-- Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> -->
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->

# [NUMBER]. [TITLE]

Expand Down
Loading
Loading