Skip to content

Commit b1e6940

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — LICENSE to PMPL-1.0-or-later, fix SCM files (were language-bridges), remove .machines_readable typo dir with AGPL refs, fix .editorconfig repo name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e70dd31 commit b1e6940

11 files changed

Lines changed: 215 additions & 515 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RSR-template-repo - Editor Configuration
1+
# raze-tui - Editor Configuration
22
# https://editorconfig.org
33

44
root = true

.machine_readable/ECOSYSTEM.scm

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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.scm - Ecosystem position for raze-tui
3+
;; Media-Type: application/vnd.ecosystem+scm
4+
5+
(ecosystem
6+
(version "1.0")
7+
(name "raze-tui")
8+
(type "")
9+
(purpose "")
10+
11+
(position-in-ecosystem
12+
(category "")
13+
(subcategory "")
14+
(unique-value ()))
15+
16+
(related-projects ())
17+
18+
(what-this-is ())
19+
20+
(what-this-is-not ()))

.machine_readable/META.scm

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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.scm - Meta-level information for raze-tui
3+
;; Media-Type: application/meta+scheme
4+
5+
(meta
6+
(architecture-decisions ())
7+
8+
(development-practices
9+
(code-style ())
10+
(security
11+
(principle "Defense in depth"))
12+
(testing ())
13+
(versioning "SemVer")
14+
(documentation "AsciiDoc")
15+
(branching "main for stable"))
16+
17+
(design-rationale ()))

.machine_readable/STATE.scm

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
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.scm - Project state for raze-tui
3+
;; Media-Type: application/vnd.state+scm
4+
5+
(state
6+
(metadata
7+
(version "0.1.0")
8+
(schema-version "1.0")
9+
(created "2026-01-03")
10+
(updated "2026-03-14")
11+
(project "raze-tui")
12+
(repo "github.com/hyperpolymath/raze-tui"))
13+
14+
(project-context
15+
(name "raze-tui")
16+
(tagline "")
17+
(tech-stack ()))
18+
19+
(current-position
20+
(phase "initial")
21+
(overall-completion 0)
22+
(components ())
23+
(working-features ()))
24+
25+
(route-to-mvp
26+
(milestones ()))
27+
28+
(blockers-and-issues
29+
(critical)
30+
(high)
31+
(medium)
32+
(low))
33+
34+
(critical-next-actions
35+
(immediate)
36+
(this-week)
37+
(this-month))
38+
39+
(session-history ()))

.machines_readable/6scm/AGENTIC.scm

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

.machines_readable/6scm/ECOSYSTEM.scm

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

.machines_readable/6scm/META.scm

Lines changed: 0 additions & 46 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.

0 commit comments

Comments
 (0)