You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local execution boundary: input collection, governed shell actions, policy decisions, packages, Limbo persistence, and trace lookup
Zinc 0.6 does not execute graph topology. It does not own nodes, edges, tools, agents, sessions, models, or provider schemas. Those older concepts belong outside the Circuitry 0.6 core and should be folded into the shape text or host behavior.
Run flow
Resolve a file path or zinc:// reference.
Parse and validate the Circuitry 0.6 shape.
Resolve the declared takes inputs.
Insert or update the source document in Limbo.
Create a run record.
Enter the governed shell.
Intercept each command, apply policy, execute or deny it, and record the action.
Resolve declared gives outputs.
Mark the run finished.
Dependency shape
Zinc is built from publishable Zig packages:
circuitry-zig supplies the Circuitry parser and shape helpers.
limbo-zig supplies the Limbo C-compatible database binding and prebuilt static libraries.