Skip to content

Execution Naming Glossary

FractalOps has too many surfaces that can “run” something. Do not use runtime as the generic word for all of them.

NameOwnsDoes not own
Harness RuntimeAgentSquad lifecycle, graph state, retry, replay, next actionProvider machines, source files, deploy artifacts
Temporal workflowdurable schedule, deadline, retry policy, activity executionAgent graph memory, Studio projection, file sync
execution surfaceprovider surface where work can runLifecycle policy or proof
execution workspaceone leased workspace for an agent attemptShared product meaning, Git ownership
agent process adapterone CLI/browser/LangGraph attempt executorWorkspace provisioning or graph lifecycle
workspace bootstrap assetfile delivery before an agent startsSource truth or delivery proof
source ref bundleread-only source/reference archiveAgent-owned output
agent-owned worktreewritable Git checkout for one agent laneCross-agent shared context
assembly worktreeshared read/observation checkoutGit ownership for an agent lane
deploy imageCI-built container artifactAgent lifecycle or workspace lease
runtime assettyped platform/API machine selectorAgentSquad prose default
runtime asset controlapplication contract for machine command/HTTP controlGeneric workflow orchestration
executor URLmachine-facing control URLHuman navigation
public URLbrowser-facing human URLInternal command execution
  • Say Harness Runtime only for LangGraph/AgentSquad lifecycle.
  • Say Temporal workflow for deadlines, retries, and durable activities.
  • Say execution surface for Daytona, Dokploy, PlaywrightGrid, or any provider surface in AgentSquad prose.
  • Say execution workspace for the leased per-attempt workspace.
  • Say agent process adapter for Claude/Codex/ZAI/browser execution mode.
  • Say deploy image for CI image artifacts.
  • Say runtime asset only at platform/API compatibility boundaries.

Existing payloads may still contain these names. Treat them as wire fields, not new product language.

  • runtime_kind = delivery graph kind.
  • runtimeKind = agent process adapter kind.
  • runtime image = platform release artifact field.
  • BOARD_STATUS = legacy AGENT_HUD_STATUS.

Change new prose or code review comments when they use:

  • runtime to mean workspace.
  • runtime to mean provider surface.
  • runtime to mean deploy image.
  • runtime to mean agent process.
  • workspace to mean Git ownership.
  • handoff to replace a delivery reference.

The narrow rule: one noun, one owner, one time axis.