Skip to content

Commit b9949db

Browse files
Merge branch 'main' into chore/push-email-notify
2 parents 2598f2b + 570b6f5 commit b9949db

39 files changed

Lines changed: 238 additions & 211 deletions

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: Governance
33

44
on:

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: Hypatia Security Scan
33

44
on:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: OSSF Scorecard
33

44
on:

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0
1+
# SPDX-License-Identifier: MPL-2.0
22
name: Secret Scanner
33

44
on:

.machine_readable/CLADE.a2ml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,24 @@ bitbucket = "hyperpolymath/sanctify-php"
2424
type = "standalone"
2525
parent = "PHP security hardening"
2626
born = "2026-03-16"
27+
28+
# Lifecycle status (added by clade-status-backfill; see gv-clade-index ADR 0006).
29+
# Identity (uuid) and status are SEPARATE layers: uuid is immortal; phase is a
30+
# mutable pointer. No phase is terminal (extinct -> active is a legal "Gitassic
31+
# Park" transition on the same uuid). A rename is NOT a phase change — the old
32+
# prefixed-name goes to aliases[], uuid and phase are untouched.
33+
[status]
34+
# One of: reserved incubating active dormant | merged superseded archived extinct
35+
phase = "active"
36+
since = "2026-03-16"
37+
present = true
38+
aliases = []
39+
merged-into = ""
40+
superseded-by = ""
41+
successors = []
42+
ended = ""
43+
44+
[[status.history]]
45+
phase = "active"
46+
since = "2026-03-16"
47+
note = "backfilled default — correct if the true phase differs"

.machine_readable/agent_instructions/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MPL-2.0
1+
// SPDX-License-Identifier: CC-BY-SA-4.0
22
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
= Agent Instructions
44
:toc: preamble

.machine_readable/svc/k9/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MPL-2.0
1+
// SPDX-License-Identifier: CC-BY-SA-4.0
22
= K9 Contractiles
33
:toc: left
44
:icons: font

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-License-Identifier: MPL-2.0
2+
SPDX-License-Identifier: CC-BY-SA-4.0
33
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath)
44
-->
55

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: MPL-2.0 -->
1+
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
22
# Contributor Covenant Code of Conduct
33

44
## Our Pledge

EXPLAINME.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MPL-2.0
1+
// SPDX-License-Identifier: CC-BY-SA-4.0
22
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= Sanctify-PHP — Show Me The Receipts
44
:toc:

0 commit comments

Comments
 (0)