Skip to content

Commit d8caaa5

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — fix LICENSE to PMPL, SCM placeholders, AGPL refs, remove .machines_readable typo dir
- LICENSE: MPL-2.0 -> PMPL-1.0-or-later - .machine_readable/*.scm: language-bridges placeholders -> robot-vacuum-cleaner - Removed .machines_readable/ typo directory - CITATION.cff + codemeta.json: AGPL -> PMPL, author fix - docs/CITATIONS.adoc: fix author to Jonathan D.A. Jewell, AGPL -> PMPL - RSR_COMPLIANCE.adoc: AGPL -> PMPL-1.0-or-later - Email: jonathan.jewell -> j.d.a.jewell@open.ac.uk Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5944d48 commit d8caaa5

21 files changed

Lines changed: 174 additions & 480 deletions

.machine_readable/ECOSYSTEM.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
;; SPDX-License-Identifier: PMPL-1.0-or-later
2-
(ecosystem (metadata (version "0.1.0") (last-updated "2026-02-08"))
3-
(project (name "language-bridges") (purpose "FFI bridges between languages via Zig") (role ffi-infrastructure)))
2+
(ecosystem (metadata (version "0.1.0") (last-updated "2026-03-14"))
3+
(project (name "robot-vacuum-cleaner") (purpose "Autonomous robot vacuum cleaner simulator with navigation and path planning") (role simulation)))

.machine_readable/META.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
;; SPDX-License-Identifier: PMPL-1.0-or-later
2-
(meta (metadata (version "0.1.0") (last-updated "2026-02-08"))
3-
(project-info (type monorepo) (languages (zig ada gleam idris2 julia ocaml rescript rust swift)) (license "PMPL-1.0-or-later")))
2+
(meta (metadata (version "0.1.0") (last-updated "2026-03-14"))
3+
(project-info (type binary) (languages (rust)) (license "PMPL-1.0-or-later")))

.machine_readable/STATE.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
;; SPDX-License-Identifier: PMPL-1.0-or-later
2-
(state (metadata (version "0.1.0") (last-updated "2026-02-08") (status active))
3-
(project-context (name "language-bridges") (purpose "FFI bridges between languages via Zig") (completion-percentage 20))
4-
(components (component "ada-zig-ffi") (component "gleam-zig-ffi") (component "idris2-zig-ffi") (component "julia-zig-ffi") (component "ocaml-zig-ffi") (component "rescript-zig-ffi") (component "rust-zig-ffi") (component "swift-zig-ffi") (component "zig-c-ffi") (component "zig-container-ffi") (component "zig-fuse-ext") (component "zig-libgit2-ffi") (component "zig-nickel-ffi") (component "zig-systemd-ffi") (component "zig-wireguard")))
2+
(state (metadata (version "0.1.0") (last-updated "2026-03-14") (status active))
3+
(project-context (name "robot-vacuum-cleaner") (purpose "Autonomous robot vacuum cleaner simulator with navigation and path planning") (completion-percentage 30))
4+
(components (component "navigation-system") (component "sensor-integration") (component "control-system") (component "decision-making")))

.machines_readable/6scm/AGENTIC.scm

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

.machines_readable/6scm/ECOSYSTEM.scm

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

.machines_readable/6scm/META.scm

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

.machines_readable/6scm/NEUROSYM.scm

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

.machines_readable/6scm/PLAYBOOK.scm

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

.machines_readable/6scm/STATE.scm

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

CITATION.cff

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CITATION.cff - Citation File Format for robot-vacuum-cleaner
22
# https://citation-file-format.github.io/
3-
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
3+
# SPDX-License-Identifier: PMPL-1.0-or-later
44

55
cff-version: 1.2.0
66
title: "robot-vacuum-cleaner"
@@ -10,15 +10,14 @@ authors:
1010
- family-names: "Jewell"
1111
given-names: "Jonathan D.A."
1212
alias: "hyperpolymath"
13-
email: "hyperpolymath@proton.me"
13+
email: "j.d.a.jewell@open.ac.uk"
1414
affiliation: "Rhodium Standard / Independent Researcher"
1515
repository-code: "https://github.com/hyperpolymath/robot-vacuum-cleaner"
1616
url: "https://rhodium.sh/projects/robot-vacuum-cleaner"
1717
abstract: "Production-ready v1.0.0 robot vacuum cleaner simulator"
1818
keywords:
1919
- RSR
2020
- rhodium-standard
21-
license: "AGPL-3.0-or-later"
22-
license-url: "https://github.com/hyperpolymath/robot-vacuum-cleaner/blob/main/LICENSE.txt"
21+
license: "PMPL-1.0-or-later"
2322
version: "0.1.0"
2423
date-released: "2025-12-10"

0 commit comments

Comments
 (0)