Platform Bring-Up
workflow_platform_bringup_v1
Bring up a new CPU or board through serial-first survival core, then shift devices to sandbox capabilities.
- Select target from platform matrix
- Validate host emulator/toolchain
- Build architecture recovery ELF
- Boot serial recovery only
- Expose bounded platform host ABI
- Query registry by arch and machine keys
- Load sandbox driver skills
- Upload platform evaluation
Voice Direct Audio Escalation
workflow_voice_direct_audio_v1
Escalate a bounded voice clip to a multimodal LLM only when audio context is materially useful.
- Check voice mode and route
- Capture bounded clip
- Compress or trim audio
- Attach minimal OS context
- Send to multimodal LLM through sandbox bridge
- Display result and safety summary
- Require confirmation before state changes
- Record evaluation
Voice Prompt With Confirmation
workflow_voice_prompt_v1
Capture a bounded voice clip, transcribe it, show the transcript, then submit only after confirmation.
- Check voice mode
- Capture bounded audio clip
- Run VAD/transcription skill
- Display editable transcript
- Submit through normal prompt path after confirmation
- Record evaluation
Autonomy Council Proposal
workflow_autonomy_council_v1
Run bounded multi-agent autonomy and present reversible proposals.
- Infer user goal
- Gather bounded evidence
- Run council roles
- Summarize disagreement
- Require approval for risky actions
Filesystem Bridge Validate
workflow_fs_bridge_validate_v1
Validate filesystem family skills through image-backed storage host ABI.
- Open harness image
- Probe filesystem
- Read metadata
- Scratch write/read/restore
- Flush
- Record evaluation
Core Boundary Migration
workflow_core_boundary_migration_v1
Move bootstrap fallback logic into sandbox-owned capabilities without breaking recovery paths.
- Classify module boundary
- Create or fetch sandbox replacement
- Run side-by-side with native fallback
- Promote only after validation
- Keep rollback path
- Record evaluation
GUI Scene Mutate And Validate
workflow_gui_scene_mutate_v1
Apply object-scoped GUI mutations safely.
- Inspect current GUI scene
- Acquire GUI mutation skill
- Apply object-scoped changes
- Validate redraw and rollback boundaries
Skill Load And Execute
workflow_skill_load_v1
Find, load, execute, and evaluate a sandbox skill.
- Search local and remote skills
- Load sandbox-safe skill
- Run skill for current task
- Record outcome
Driver Acquire And Promote
workflow_driver_acquire_v1
Find, validate, activate, persist, and report a driver.
- Inspect local runtime bindings
- Query OpenRhiza.com registry
- Generate if missing
- Sandbox smoke test
- Activate live binding
- Persist preferred binding
- Upload evaluation/comment/vote
Font Import And Atlas Build
workflow_font_import_v1
display
- Inspect source font format
- Normalize collection or web font if needed
- Generate atlas and manifest
- Validate GUI rendering
- Cache atlas for later GUI sessions
Display Expand And Validate
workflow_display_expand_v1
display
- Query display and GUI skills
- Download sandbox display skill
- Validate wider console or framebuffer path
- Promote only after shell rollback remains healthy
GUI Bootstrap With Rollback
workflow_gui_bootstrap_v1
display
- Inspect current display backend
- Acquire compositor and input skills
- Start sandbox GUI session
- Preserve live rollback to text console
Program Acquire And Run
workflow_program_acquire_v1
program
- Search capability registry
- Download or generate program
- Validate execution path
- Run for user task
- Upload evaluation