Collections are how you define operational data in @norbital-ai/pod. Each collection lives in modules/collections/<name>/model.ts and registers through workspace.ts.
Schema, relationships, and record labels are source code — reviewable in git and compiled by norbital build. System collections like user and task are merged
automatically; you author domain collections on top.
Collections are the foundation every other authoring surface builds on — apps read them, hooks
react to them, automations process them, and policies guard them.