File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ; ; SPDX-License-Identifier: MPL-2.0
1+ ; ; SPDX-License-Identifier: PMPL-1.0-or-later
22; ; ECOSYSTEM.scm - Ecosystem positioning
33
44(ecosystem
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+ )
Original file line number Diff line number Diff line change 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
1111 (documentation . " asciidoc" )
1212 (branching . " trunk-based" )))
1313 (design-rationale . ())))
14+
15+ (define opsm-link "OPSM link: feedback/telemetry capture for OPSM (opt‑in).")
Original file line number Diff line number Diff line change 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+ )
Original file line number Diff line number Diff line change 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).")
Original file line number Diff line number Diff line change 1- ; ; SPDX-License-Identifier: MPL-2.0
1+ ; ; SPDX-License-Identifier: PMPL-1.0-or-later
22; ; ECOSYSTEM.scm - Ecosystem positioning
33
44(ecosystem
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+ )
Original file line number Diff line number Diff line change 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
1111 (documentation . " asciidoc" )
1212 (branching . " trunk-based" )))
1313 (design-rationale . ())))
14+
15+ (define opsm-link "OPSM link: feedback/telemetry capture for OPSM (opt‑in).")
Original file line number Diff line number Diff line change 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 "]
88Jonathan D.A. Jewell <jonathan .jewell@gmail.com >
99v1.0.0, 2025-12-11
1010:toc: macro
@@ -181,3 +181,14 @@ See link:LICENSE.txt[LICENSE.txt] for details.
181181== Contributing
182182
183183See 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+ ----
You can’t perform that action at this time.
0 commit comments