Skip to content

Commit 6591346

Browse files
author
Your Name
committed
Add OPSM integration links
1 parent 283db2d commit 6591346

7 files changed

Lines changed: 63 additions & 42 deletions

File tree

.machine_readable/6scm/ECOSYSTEM.scm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: MPL-2.0
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; ECOSYSTEM.scm - Ecosystem positioning
33

44
(ecosystem
@@ -10,4 +10,9 @@
1010
(related-projects
1111
((palimpsest-license . "license-framework")))
1212
(what-this-is . ("Hyperpolymath project"))
13-
(what-this-is-not . ())))
13+
(what-this-is-not . ()))
14+
(opsm-integration
15+
(relationship "core")
16+
(description "feedback/telemetry capture for OPSM (opt‑in).")
17+
(direction "opsm -> feedback-o-tron"))
18+
)

.machine_readable/6scm/META.scm

Lines changed: 3 additions & 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: PMPL-1.0-or-later
22
;; META.scm - Project metadata
33

44
(define project-meta
@@ -11,3 +11,5 @@
1111
(documentation . "asciidoc")
1212
(branching . "trunk-based")))
1313
(design-rationale . ())))
14+
15+
(define opsm-link "OPSM link: feedback/telemetry capture for OPSM (opt‑in).")

.machine_readable/ECOSYSTEM.scm

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
;; SPDX-License-Identifier: AGPL-3.0-or-later
2-
;; ECOSYSTEM.scm - Ecosystem position for feedback-o-tron
3-
;; Media-Type: application/vnd.ecosystem+scm
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
;; ECOSYSTEM.scm - Ecosystem positioning
43

54
(ecosystem
6-
(version "1.0")
7-
(name "feedback-o-tron")
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 ()))
5+
((version . "1.0.0")
6+
(name . "feedback-o-tron")
7+
(type . "application")
8+
(purpose . "Hyperpolymath project")
9+
(position-in-ecosystem . "supporting")
10+
(related-projects
11+
((palimpsest-license . "license-framework")))
12+
(what-this-is . ("Hyperpolymath project"))
13+
(what-this-is-not . ()))
14+
(opsm-integration
15+
(relationship "core")
16+
(description "feedback/telemetry capture for OPSM (opt‑in).")
17+
(direction "opsm -> feedback-o-tron"))
18+
)

.machine_readable/META.scm

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
;; SPDX-License-Identifier: AGPL-3.0-or-later
2-
;; META.scm - Meta-level information for feedback-o-tron
3-
;; Media-Type: application/meta+scheme
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
;; META.scm - Project metadata
43

5-
(meta
6-
(architecture-decisions ())
4+
(define project-meta
5+
`((version . "1.0.0")
6+
(architecture-decisions . ())
7+
(development-practices
8+
((code-style . "standard")
9+
(security . "openssf-scorecard")
10+
(versioning . "semver")
11+
(documentation . "asciidoc")
12+
(branching . "trunk-based")))
13+
(design-rationale . ())))
714

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 ()))
15+
(define opsm-link "OPSM link: feedback/telemetry capture for OPSM (opt‑in).")

ECOSYSTEM.scm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: MPL-2.0
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; ECOSYSTEM.scm - Ecosystem positioning
33

44
(ecosystem
@@ -10,4 +10,9 @@
1010
(related-projects
1111
((palimpsest-license . "license-framework")))
1212
(what-this-is . ("Hyperpolymath project"))
13-
(what-this-is-not . ())))
13+
(what-this-is-not . ()))
14+
(opsm-integration
15+
(relationship "core")
16+
(description "feedback/telemetry capture for OPSM (opt‑in).")
17+
(direction "opsm -> feedback-o-tron"))
18+
)

META.scm

Lines changed: 3 additions & 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: PMPL-1.0-or-later
22
;; META.scm - Project metadata
33

44
(define project-meta
@@ -11,3 +11,5 @@
1111
(documentation . "asciidoc")
1212
(branching . "trunk-based")))
1313
(design-rationale . ())))
14+
15+
(define opsm-link "OPSM link: feedback/telemetry capture for OPSM (opt‑in).")

README.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
= feedback-a-tron
22

3-
image:https://img.shields.io/badge/License-MPL_2.0-blue.svg[MPL-2.0,link="https://opensource.org/licenses/MPL-2.0"]
4-
image:https://img.shields.io/badge/Philosophy-Palimpsest-purple.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-licence"]
3+
image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"]
4+
image:https://img.shields.io/badge/Philosophy-Palimpsest-indigo.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
55

66

7-
image:[PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"] image:[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-licence"]
7+
image:[PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"] image:[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
88
Jonathan D.A. Jewell <jonathan.jewell@gmail.com>
99
v1.0.0, 2025-12-11
1010
:toc: macro
@@ -181,3 +181,14 @@ See link:LICENSE.txt[LICENSE.txt] for details.
181181
== Contributing
182182

183183
See link:CONTRIBUTING.adoc[CONTRIBUTING.adoc].
184+
185+
== OPSM Link
186+
187+
[source]
188+
----
189+
OPSM Core
190+
|
191+
v
192+
feedback-o-tron (feedback/telemetry capture for OPSM (opt‑in))
193+
194+
----

0 commit comments

Comments
 (0)