Skip to content

Commit 10e2e49

Browse files
Merge branch 'main' into chore/push-email-notify
2 parents 15dd5aa + d617940 commit 10e2e49

22 files changed

Lines changed: 209 additions & 182 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/snapcreate"
2424
type = "standalone"
2525
parent = "Snapshot creation tool"
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

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
// Copyright (c) 2025-2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
33
= SnapCreate — Show Me The Receipts
44
:toc:

LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
SPDX-License-Identifier: MPL-2.0
2-
31
Mozilla Public License Version 2.0
42
==================================
53

0 commit comments

Comments
 (0)