# Relational Reality Theory: formal track & executable manifest [![CI](https://codeberg.org/ChristophTripstoph/RRT_RRS/actions/workflows/ci.yml/badge.svg)](https://codeberg.org/ChristophTripstoph/RRT_RRS/actions) Here is a finite-graph maintenance model with explicit thermodynamic bookkeeping; here are reproducible evaluations of the fixed-point identities and motif mean costs; here is the full formal track for assumptions. This repository contains the executable **receipt** for boxed claims in the manuscript **Relational Reality Theory — Formal Track** (*Emergent spacetime, gauge topologies, and gravity from the continuous Sheffer stroke* narrative in the long-form track). Rather than burying parameters in opaque code, the Zenodo-facing kernel is **~100 lines** of standard Python (**SciPy** for `Γ` in the **Lⁿ** ball volumes; **NumPy** / **pytest** per `requirements.txt`). It recomputes dual-bath mean costs for the **electron / proton / neutron** motifs and runs the **Sovereign** **(α, sin²θ_W)** fixed point used in **Propositions 9–10**. **Fixed-point note (anti-slop):** the enclosed recursion returns **α⁻¹ ≈ 137.067** under the postulates encoded in `zenodo_submission/cjanke_relational-reality-theory/reproduce_claims.py`—not a hidden PDG fit inside that file. Compare to experiment only after you are explicit about what is postulate vs evaluation. **Quickstart** ```bash pip install -r requirements.txt python zenodo_submission/cjanke_relational-reality-theory/reproduce_claims.py pytest tests/ "zenodo_submission/cjanke_relational-reality-theory/tests" ``` **Links** - **Formal paper (Markdown source):** [`zenodo_submission/cjanke_relational-reality-theory/cjanke_relational-reality-theory.md`](zenodo_submission/cjanke_relational-reality-theory/cjanke_relational-reality-theory.md) — propositionally structured formal track (Propositions 1–14). - **Executable claims manifest:** [`zenodo_submission/cjanke_relational-reality-theory/reproduce_claims.py`](zenodo_submission/cjanke_relational-reality-theory/reproduce_claims.py) — CI-tested against [`tests/test_zenodo_claims.py`](tests/test_zenodo_claims.py). - **After Zenodo upload:** add the DOI URL here and in the Zenodo record’s “related identifiers” field pointing to this repository. **Repository map** | Hub | Role | |:---|:---| | [`VAULT_README.md`](VAULT_README.md) | Vault entry: theory notes, applications index, engine map | | [`RUNBOOK.md`](RUNBOOK.md) | Environment, `pytest`, optional SPARC stack | | [`rst_engine/README.md`](rst_engine/README.md) | Python engine: **μ(η,n)**, Resource Triangle, volumes, Landauer helpers | | [`docs/engine_map.md`](docs/engine_map.md) | Python `rst_engine` vs discrete Rust engine (when present) | If the CI badge image fails (host-specific), open **Actions** on the forge and adjust the badge URL to match your host’s pattern.