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

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."
]
}