Entity_Core stores app data as resources with polymorphic JSON. User-facing workspace data belongs in this per-entity tier.
The product story
Apps are data, not deployments.
Adhoc is organized around three layers: a universal data body, a server-driven presentation face, and an AI reasoning brain that works through the same command path as the product.
ViewEngine renders server-driven UI from structured app data, so interfaces can change without shipping a new product build.
Poly reasons over the workspace and uses exposed commands. User, Poly, and automation writes run through the Command Bus.