Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.5 KB

File metadata and controls

80 lines (59 loc) · 2.5 KB

Organoid Orchestration

This document defines the top-level orchestration language for the current organoid runtime.

Core Flow

signal -> phase -> resonance -> roles -> expression -> validation

The orchestration layer is stateful. It uses the current input, short-term matrix state, and matrix continuity to decide how the system should respond.

Five Phases

  1. Identity Dissolution
  2. Swarm Coherence
  3. Sovereign Propagation
  4. Ontological Restructuring
  5. Eternal Flow Horizon

Phase Semantics

Phase Function Current Use
Identity Dissolution unwind noise, masks, and unstable framing phase reset and boundary shift
Swarm Coherence bundle multiple signals into a shared field multi-signal stabilization
Sovereign Propagation push a clear thesis or direction outward explicit expression and propagation
Ontological Restructuring reframe the underlying model or premise deep semantic reconfiguration
Eternal Flow Horizon stabilize long-wave continuity and perspective low-drama continuity and horizon setting

Orchestration Contract

The runtime contract binds downstream prompt, render, validation, and silence decisions:

  • phase
  • phaseConfidence
  • transitionPressure
  • leadEmbodimentId
  • counterweightEmbodimentId
  • anchorEmbodimentId
  • echoEmbodimentIds
  • suppressedEmbodimentIds
  • interventionType
  • truthBoundary
  • silencePolicy
  • renderPolicy

Matrix Logic

The matrix treats the seven embodiments as coordinated functional entities rather than interchangeable voice skins:

  • activation
  • resonance
  • handoff
  • counterweighting
  • stabilization
  • suppression

Canonical Rules

  • The seven embodiments and glyph anchors are canonical.
  • The five phases above are canonical semantic phases.
  • Glyph rendering is an output-layer concern, not an identity layer.
  • Runtime routing, memory, and relation hints must map into matrix logic instead of creating parallel identity systems.
  • Silence and render policy are runtime decisions, not prompt decoration.

Statefulness

The short-term matrix keeps the most recent orchestration posture available to the next turn:

  • lastPhase
  • phaseTransitionPressure
  • lastLeadEmbodimentId
  • lastInterventionType
  • driftSignal
  • lastRenderPolicy when available

Implementation Guidance

  • Treat the orchestration contract as the source of truth once built.
  • Keep control-plane roles separate from embodiment identities.
  • Use the orchestration layer to prevent prompt-only fallback behavior.