Edit a Quilt cell on the left. Watch the Nomad job reconfigure on the right. Demo of the new quilt-nomad repo (25th in the ecosystem).
Quilt compiles cell changes into Nomad job specs and applies them via the Nomad API. value β variable, formula β task, api β http check, listener β watch. Designed with z.ai GLM-4.5.
| Quilt cell kind | Nomad concept | |
|---|---|---|
| value | β | variable { ... } |
| formula | β | task { config = ... } |
| api | β | service { check { http {} } } |
| listener | β | watch { ... } |
| program | β | task { exec = ... } |
| sensor | β | volume { mount } + template {} |