Non-Code Workloads
While software development is the initial product line, Factory’s primitives apply to any verifiable workflow:
Infrastructure Ops Loops
Section titled “Infrastructure Ops Loops”- Event: A monitoring connector admits a disk-usage observation.
- Workspace: The runtime creates an isolated workspace with a versioned input contract.
- Agent: A data-only pack analyzes the supplied telemetry and proposes bounded remediation.
- Approval and action: Operator-installed code may execute an approved cleanup under explicit capabilities.
- Verification: A fresh observation proves whether usage crossed the target threshold.
- Receipt: The runtime stores the evidence and outcome for the next event.
The included packs/ops-disk example is intentionally read-only: it analyzes telemetry but does not run commands or modify a host. This keeps the pack trust boundary honest while leaving mutation to an explicitly installed extension.