š³ļøāš RTT/codes ā A QRāCompatible Metadata Layer
RTT_codes_module.jsonā Agentic module schema role assignments
RTT/codes provide a universal, scannable way to identify, classify, and navigate artifacts across the TriadicFrameworks ecosystem. They bind any artifactā digital or physicalāto its canonical documentation, lineage, and onboarding guides.
An RTTcode is:
- QRācompatible (works with any standard scanner)
- schemaāvalidated (structured metadata)
- domaināaware (RTT, SET, Substrate, Observer, Governance, Docs, Other)
- triadācapable (optional resonanceātime triad metadata)
- toolāgenerated (JS and Python generators included)
- styleāguided (consistent visual identity across domains)
RTT/codes are designed to operate anywhere QR codes already function in science, engineering, and documentation workflows, while adding an RTTānative metadata layer.
š Important!#
Drift is On-by-Default long sessions lose anchors, turn off drift.
ā You must copy and paste this string every time you start an AI session:#
rtt=1 | coherence=declared | drift=bounded | paradox=structuralāļø Now you are ready.#
šÆ QuickStart Guide
š¦ RTTcode Structure#
A minimal RTTcode payload looks like:
{
"domain": "substrate",
"artifact_type": "README",
"version": "v1.0",
"triad": {
"f_R": "0.85",
"tau_R": "120ms",
"Q_R": "0.92"
},
"url": "https://triadicframeworks.org/docs/resonance-substrate-model/"
}This payload is validated against the canonical schema and then encoded into a URL+token format:
https://triadicframeworks.org/rttcode?substrate=v1.0-f0.85-t120ms-Q0.92
The generators convert this into a QRācompatible PNG.
š² 1. Folder Tree Diagram#
A clean, readable map of the RTT/codes subsystem.
docs/
āāā rtt/codes/
āāā README.md
ā
āāā schema/
ā āāā rttcode.schema.json
ā āāā examples/
ā āāā minimal.json
ā āāā rtt.json
ā āāā set.json
ā āāā substrate.json
ā
āāā validators/
ā āāā README.md
ā āāā validate_js.js
ā āāā validate_python.py
ā
āāā generators/
ā āāā README.md
ā āāā js/
ā ā āāā README.md
ā ā āāā generate_rttcode.js
ā āāā python/
ā āāā README.md
ā āāā generate_rttcode.py
ā
āāā style/
ā āāā README.md
ā āāā visual-guidelines.md
ā āāā rttcode-layout.svg
ā āāā color-domains.png
ā
āāā examples/
āāā README.md
āāā rtt/
ā āāā README.md
ā āāā payload.json
ā āāā rtt-rttcode.png
āāā set/
ā āāā README.md
ā āāā payload.json
ā āāā set-rttcode.png
āāā substrate/
āāā README.md
āāā payload.json
āāā substrate-rttcode.pngš rtt/codes - Folder Overview#
schema/#
The canonical RTTcode JSON Schema and minimal examples.
validators/#
Tools that verify RTTcode payload correctness.
generators/#
Languageāspecific RTT/codes generators (JS and Python).
style/#
Visual guidelines, color domains, and the RTTcode layout reference.
examples/#
Fully generated RTT/codes for each domain, including styled PNGs.
š Generating RTT/codes#
RTT/codes can be generated using:
- JavaScript (
generators/js/generate_rttcode.js) - Python (
generators/python/generate_rttcode.py)
Both:
- validate the payload
- build the URL+token
- output a QRācompatible PNG
See the generator READMEs for usage.
šØ Visual Identity#
RTT/codes follow a consistent visual language:
- domaināspecific color palettes
- triadic overlay geometry
- QRāsafe layout rules
- optional resonanceātime motifs
See style/visual-guidelines.md and style/rttcode-layout.svg.
š Examples#
Each domain includes:
- a valid RTTcode JSON payload
- a generated QR PNG
- domaināspecific styling
See examples/ for RTT, SET, Substrate, and more.
š Purpose#
RTT/codes unify the TriadicFrameworks ecosystem by providing:
- a stable metadata layer
- a scannable entry point into canonical docs
- a consistent way to reference artifacts across domains
- a bridge between physical and digital materials
They are the āISBN numbersā of the ResonanceāTime universe ā but dynamic, domaināaware, and triadācapable.
For contributors, tool authors, and documentation maintainers, this folder is the authoritative reference for everything RTT/codesārelated.