Skip to content

Commit 4634ce3

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — fix SPDX, SCM placeholders, remove typo dir, fix author
- src/**/*.res: MIT -> PMPL-1.0-or-later (hyperpolymath original code) - .machine_readable/: replace language-bridges placeholders with preference-injector - docs/CITATIONS.adoc: Polymath, Hyper -> Jewell, Jonathan D.A.; AGPL -> PMPL - LICENSE: MPL-2.0 -> PMPL-1.0-or-later (non-Julia repo) - Remove .machines_readable/ typo directory Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3596117 commit 4634ce3

37 files changed

Lines changed: 42 additions & 160 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 "2.0.0") (last-updated "2026-03-14"))
3+
(project (name "preference-injector") (purpose "Secure preference/configuration injection with CRDT sync and post-quantum crypto") (role "configuration-management")))

.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 "2.0.0") (last-updated "2026-03-14"))
3+
(project-info (type library) (languages (rescript deno)) (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 "2.0.0") (last-updated "2026-03-14") (status active))
3+
(project-context (name "preference-injector") (purpose "Secure preference/configuration injection with CRDT sync and post-quantum crypto") (completion-percentage 70))
4+
(components (component "core-injector") (component "crdt-sync") (component "crypto") (component "providers") (component "validation")))

.machines_readable/6scm/AGENTIC.scm

Lines changed: 0 additions & 16 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 & 13 deletions
This file was deleted.

.machines_readable/6scm/PLAYBOOK.scm

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

.machines_readable/6scm/STATE.scm

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

docs/CITATIONS.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@
55

66
[source,bibtex]
77
----
8-
@software{preference-injector_2025,
9-
author = {Polymath, Hyper},
8+
@software{preference_injector_2026,
9+
author = {Jewell, Jonathan D.A.},
1010
title = {preference-injector},
11-
year = {2025},
11+
year = {2026},
1212
url = {https://github.com/hyperpolymath/preference-injector},
13-
license = {AGPL-3.0-or-later}
13+
license = {PMPL-1.0-or-later}
1414
}
1515
----
1616

1717
== Harvard Style
1818

19-
Polymath, H. (2025) _preference-injector_ [Computer software]. Available at: https://github.com/hyperpolymath/preference-injector
19+
Jewell, J.D.A. (2026) _preference-injector_ [Computer software]. Available at: https://github.com/hyperpolymath/preference-injector
2020

2121
== OSCOLA
2222

23-
Hyper Polymath, 'preference-injector' (2025) <https://github.com/hyperpolymath/preference-injector>
23+
Jonathan D.A. Jewell, 'preference-injector' (2026) <https://github.com/hyperpolymath/preference-injector>
2424

2525
== MLA
2626

27-
Polymath, Hyper. "preference-injector." 2025, github.com/hyperpolymath/preference-injector.
27+
Jewell, Jonathan D.A. "preference-injector." 2026, github.com/hyperpolymath/preference-injector.
2828

2929
== APA 7
3030

31-
Polymath, H. (2025). _preference-injector_ [Computer software]. GitHub. https://github.com/hyperpolymath/preference-injector
31+
Jewell, J. D. A. (2026). _preference-injector_ [Computer software]. GitHub. https://github.com/hyperpolymath/preference-injector
3232

3333
== See Also
3434

0 commit comments

Comments
 (0)