Apps
Composition and control flow — apps and automations that orchestrate others.
Apps are how individual elements become a *thing that runs*: an `app` packages a surface, and an `automation` wires elements into a flow with the compound control pieces — `condition` to branch, `loop` to repeat, `wait` to pause. Reach for this category when you have working parts and need to sequence them — trigger an action, check its result, branch, retry — rather than calling each by hand. Automation is the orchestrator; the elements it drives stay independent.
Capabilities
| "Element" | "access" | "activity" | "attachments" | "batch_stats" | "compose" | "context" | "create" | "delete" | "disable" | "enable" | "export_bundle" | "get" | "import_bundle" | "intention" | "promote" | "readme" | "readme_update" | "remove-modifier" | "restore" | "schema" | "source" | "source_branches" | "source_promote" | "source_repair" | "source_status" | "source_validate" | "stats" | "tree" | "update" | "update_meta" | "version" |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| "App" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "·" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" |
| "Automation" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" |
| "Condition" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" |
| "Loop" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" |
| "Wait" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" | "✓" |
Elements
- "App" "Deployable manifest of elements with environment-specific configuration"
- "Automation" "Orchestrate multi-step execution as a directed graph"
- "Condition" "Branch automation based on conditions (if/else)"
- "Loop" "Iterate over collections or repeat until condition"
- "Wait" "Pause automation execution for a duration or until event"