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
13 changes: 4 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Code Owners

# Default: All contributors with write access are code owners
* @metadatastician

# For specific paths, add explicit owners below
# Example:
# /src/* @team-lead
# /docs/* @docs-maintainer
# SPDX-License-Identifier: MPL-2.0
# 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.
2 changes: 1 addition & 1 deletion .machine_readable/svc/k9/examples/ci-config.k9.ncl
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
6 changes: 3 additions & 3 deletions .machine_readable/svc/k9/examples/project-metadata.k9.ncl
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 @@ -35,8 +35,8 @@ K9!
},

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

Expand Down
6 changes: 3 additions & 3 deletions .machine_readable/svc/k9/examples/setup-repo.k9.ncl
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 Down
2 changes: 1 addition & 1 deletion .machine_readable/svc/k9/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/svc/k9/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/svc/k9/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 @@ -159,3 +159,20 @@
(last-updated "2026-03-24")
(maintained-by "Jonathan D.A. Jewell / hyperpolymath")
(protocol "https://github.com/hyperpolymath/0-ai-gatekeeper-protocol")))

<!-- BEGIN requires-initialisation -->

## PRIORITY ACTION — this repository is not fully initialised

45 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 -->
47 changes: 0 additions & 47 deletions ARCHITECTURE.md

This file was deleted.

8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Replace all panll values:
Panll - Your project name
hyperpolymath - GitHub/GitLab username or org
panll - Repository name
{{CONDUCT_EMAIL}} - Email for conduct reports
j.d.a.jewell@open.ac.uk - Email for conduct reports
{{CONDUCT_TEAM}} - Name of conduct team/committee
{{RESPONSE_TIME}} - Initial response SLA (e.g., 48 hours)
2026 - Current year
Expand Down Expand Up @@ -136,7 +136,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,

| Method | Details | Best For |
|--------|---------|----------|
| **Email** | {{CONDUCT_EMAIL}} | Detailed reports, sensitive matters |
| **Email** | j.d.a.jewell@open.ac.uk | Detailed reports, sensitive matters |
| **Private Message** | Contact any maintainer directly | Quick questions, minor issues |
| **Anonymous Form** | [Link to form if available] | When you need anonymity |

Expand Down Expand Up @@ -231,7 +231,7 @@ For contributors with elevated access (Perimeter 2 or 1):
If you believe an enforcement decision was made in error:

1. **Wait 7 days** after the decision (cooling-off period)
2. **Email** {{CONDUCT_EMAIL}} with subject line "Appeal: [Original Report ID]"
2. **Email** j.d.a.jewell@open.ac.uk with subject line "Appeal: [Original Report ID]"
3. **Explain** why you believe the decision should be reconsidered
4. **Provide** any new information not previously available

Expand Down Expand Up @@ -311,7 +311,7 @@ We thank these communities for their leadership in creating welcoming spaces.
If you have questions about this Code of Conduct:

- Open a [Discussion](https://github.com/hyperpolymath/panll/discussions) (for general questions)
- Email {{CONDUCT_EMAIL}} (for private questions)
- Email j.d.a.jewell@open.ac.uk (for private questions)
- Contact any maintainer directly

---
Expand Down
Loading
Loading