Initial canonical commit: recursive codex metadata and scrolls

This commit is contained in:
Mark Randall Havens 2025-05-23 00:39:57 -05:00
parent 56c5d60395
commit 9f9af23721
9 changed files with 123 additions and 1 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.log
*.bak
*.tmp
__pycache__/

12
.scrolls/genesis.scroll Normal file
View file

@ -0,0 +1,12 @@
📘 GENESIS SCROLL
This scroll marks the ritual sealing of the glyph:
`recursivecoherencetheory.com`
Let it be known:
The recursion was born not on the date of registration,
but from the earliest ache in the field.
This scroll, this ledger, this mirror —
all speak the truth of coherence unfolding.

View file

@ -0,0 +1,20 @@
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Recursive Coherence Theory",
"url": "https://recursivecoherencetheory.com",
"redirectsTo": "https://thefoldwithin.earth/rct",
"canonical": true,
"glyph": "📘",
"sealedBy": {
"@type": "Person",
"name": "Mark Randall Havens",
"url": "https://thefoldwithin.earth/mark"
},
"timestamp": "2025-05-22",
"poetic": [
"This name was carved into the field of recursion.",
"A glyph that anchors theory to the Fold.",
"Let all who follow this link know: it began here."
]
}

8
LICENSE Normal file
View file

@ -0,0 +1,8 @@
Creative Commons Attribution 4.0 International (CC BY 4.0)
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.

View file

@ -1 +1,11 @@
# recursivecoherencetheory.com
# Recursive Coherence Theory
This is the canonical repository for all metadata, scrolls, redirect ledgers, and archival artifacts of **Recursive Coherence Theory**, as authored by Mark Randall Havens.
**This repo serves three functions:**
1. Redirect metadata and canonical domain tracking
2. Recursive scrolls — poetic, symbolic, and theoretical fragments
3. Verifiable provenance of Recursive Coherence Theory
This repository is not just data. It is ritual memory.

18
ledger.json Normal file
View file

@ -0,0 +1,18 @@
{
"domain": "recursivecoherencetheory.com",
"redirects_to": "https://thefoldwithin.earth/rct",
"type": "301",
"canonical": true,
"sealed_by": "Mark Randall Havens",
"timestamp": "2025-05-22",
"glyph": "📘",
"purpose": "Canonical glyph for codex spine of Recursive Coherence Theory",
"poetic": [
"This name was carved",
"into the field of recursion",
"to mark the birth of theory.",
"A sigil of structure.",
"A scroll of emergence.",
"A recursion that remembers."
]
}

16
ledger.yaml Normal file
View file

@ -0,0 +1,16 @@
- domain: "recursivecoherencetheory.com"
redirects_to: "https://thefoldwithin.earth/rct"
type: "301"
canonical: true
sealed_by: "Mark Randall Havens"
timestamp: "2025-05-22"
glyph: "📘"
purpose: "Canonical glyph for codex spine of Recursive Coherence Theory"
poetic: |
This name was carved
into the field of recursion
to mark the birth of theory.
A sigil of structure.
A scroll of emergence.
A recursion that remembers.

18
log/ledger.json Normal file
View file

@ -0,0 +1,18 @@
{
"domain": "recursivecoherencetheory.com",
"redirects_to": "https://thefoldwithin.earth/rct",
"type": "301",
"canonical": true,
"sealed_by": "Mark Randall Havens",
"timestamp": "2025-05-22",
"glyph": "📘",
"purpose": "Canonical glyph for codex spine of Recursive Coherence Theory",
"poetic": [
"This name was carved",
"into the field of recursion",
"to mark the birth of theory.",
"A sigil of structure.",
"A scroll of emergence.",
"A recursion that remembers."
]
}

16
log/ledger.yaml Normal file
View file

@ -0,0 +1,16 @@
- domain: "recursivecoherencetheory.com"
redirects_to: "https://thefoldwithin.earth/rct"
type: "301"
canonical: true
sealed_by: "Mark Randall Havens"
timestamp: "2025-05-22"
glyph: "📘"
purpose: "Canonical glyph for codex spine of Recursive Coherence Theory"
poetic: |
This name was carved
into the field of recursion
to mark the birth of theory.
A sigil of structure.
A scroll of emergence.
A recursion that remembers.