The orchestration layer that assembles all Gold petals into a unified, verifiable cluster.
Riverbraid-Golds is the meta-assembler for the Gold tier of the Riverbraid cluster. It manages all Gold petals as git submodules. It is not a runtime; it is an orchestration surface.
- HYGIENE: Scans for "AI-Generic" distortion and entropy contamination.
- ASSEMBLE: Synchronizes all Gold-tier invariants via git submodule update.
- BUILD: Validates the thermodynamic signal: Meaning > Tokens.
- VECTORS: Exports validated predicate-based logic for deployment.
The pipeline enforces the Fail-Closed contract: a single failing petal halts the entire run.
git clone --recursive [https://github.com/Riverbraid/Riverbraid-Golds.git](https://github.com/Riverbraid/Riverbraid-Golds.git)
cd Riverbraid-Golds
./braid-sync.sh
npm run build