grid_sdk 0.1.3
grid_sdk: ^0.1.3 copied to clipboard
The public authoring surface of the grid — a station is authored as a Seed: compose the SDK's composition types and drive them with `runGrid`.
0.1.3 #
- Constraint coherence: requires grid_runtime ^0.1.2 / grid_engine ^0.1.2 / beads_dart ^0.1.1 (fixes hosted 0.1.2 resolving against grid_runtime 0.1.1, which lacks
onFlare/ownedPrefixOf).
0.1.2 #
buildStationWorkcomposes capability registries over its owned note appender: aregistryBuildercallback receives aNoteAppenderbacked by the assembledStationBeadWriter(append-notes chokepoint), so station compositions can wire capability receipt lines to work-bead notes (#137).
0.1.1 #
- Added the command-operation seam:
grid/reworkandgrid/gate/resolverun inside the resident reconcile loop, andStationWorkRuntime.commandsvends the handler a station wires into its control plane (the_grid #104). - One-shot commands route through the resident station (the_grid #120).
0.1.0 #
- Initial release: the public authoring surface of the grid — composition types driven with runGrid.