đ· Workflow Diagram (Refreshed, ScrollâCentric)
- Scrolls remain the canonical center
- Pipelines are execution paths (Python + JS symmetry)
- Remix generates lineage variants
- Batch coordinates multiâscroll execution
- Engines orbit the scroll artifact, not each other
đ· TextâBased Diagram (SingleâGlance)#
đ·
ââââââââââââââââââââââââââââ
â remix_generation.py â
â (Remix Lineage Engine) â
ââââââââââââââââČââââââââââââ
â
produces variants
â
âââââââââââââââââââââââââŽâââââââââââââââââââââââââ
â â
â Scrolls (.fff) â
â (canonical RTT artifacts) â
â â
âââââââââââââââââââââââââŹâââââââââââââââââââââââââ
â
executed by
â
ââââââââââââââââââââââââââââââââŒâââââââââââââââââââââââââââââââ
â â â
â ââââââââââââââââââââââ â âââââââââââââââââââââ â
â â scroll_pipeline.py â â â scrollPipeline.js â â
â â (Python Engine) â â â (JS Engine) â â
â ââââââââââââââââââââââ â âââââââââââââââââââââ â
â â â
ââââââââââââââââââââââââââââââââŽââââââââââââââââŹâââââââââââââââ
â
executes many
â
ââââââââââââââââââââââââââââ
â batch_orchestrator.py â
â (Batch Runner) â
ââââââââââââââââââââââââââââ
Interpretation#
- Remix Generation creates new scroll variants.
- Scroll Pipelines (Python + JS) execute scrolls in different runtime environments.
- Batch Orchestrator runs many scrolls or variants in sequence.
- Scrolls remain the invariant center; engines are operators around them.
This matches the modernized architecture shown in your Workflows page and the scrollâcentric Quickstart.
đ· Updated Triadic Glyph (ScrollâCentric)#
A glyph for this subsystem should reflect the updated relationships:
đ Scroll Artifact
âââââââââââââââââŒâââââââââââââââââŹâââââââââââââââââ
â â â â
â đ JS Pipeline đ Python Pipeline đš Remix Engine
â â â â
âââââââââââââââââŽâââââââââââââââââŽâââââââââââââââââ
âŒ
đŠ Batch Orchestrator
Interpretation#
- The scroll artifact is the invariant center.
- Pipelines and Remix orbit horizontally as sibling engines.
- Batch anchors the system by coordinating multiâscroll execution.
- The glyph mirrors the structural relationships in the diagram above.
đ· Notes for maintainers#
/docs/engine/has been archived; no engineâera modules appear in this diagram.- All workflows now use the scrollâcentric module layout (
tft.scrolls.*). - Pipelines maintain Python/JS symmetry.
- Remix and Batch remain orthogonal operators.
