Framework primitives
How Veryfront Code apps, agents, tools, skills, prompts, resources, tasks, workflows, runs, integrations, MCP, sandbox, and extensions fit together.
Veryfront Code uses primitives to separate responsibility. A primitive is an
ownership boundary: it names what kind of work is happening, what lifecycle owns
that work, and where the runtime boundary sits.
The goal is not to use every primitive. The goal is to pick the smallest one
that explains the work clearly.