grid_assets 0.2.0
grid_assets: ^0.2.0 copied to clipboard
The_grid's opinion assets: the agent/verify/land Capability impls, the code circuit, and the git SourceControl, extracted out of the opinion-free engine.
Changelog #
0.2.0 #
- Breaking:
SearchCommandandAssetsCommandnow OWN the--grid-homeflag, its absolute-path guard, and normalization; the delegate factory seam changed from a zero-arg closure toGridDelegate Function(String gridHome). Migration: drop your own--grid-homeoption registration and resolve/guard block, passgridHomeDefault, and curry the factory with the command-resolved home —delegate: (gridHome) => MyDelegate(gridRoot: gridHome). TheAssetsCommandinstall leg treats the flag as an explicit OVERRIDE only: when absent the default remains mount-then-read-ambientGridRootviamountedGridHomeOf. - Added
runnerInvocationas a first-class parameter onAssetsCommandandOverlayInstallService, so a JIT-launched station renders the{{runner}}template hole without subclassing. Omitted, behaviour is unchanged (runner.executableNameremains the default). - Added
buildComputeServeCommand()/buildComputeLeaseCommand()— the compute asset now vends its own fully-wiredServeCommand/LeaseCommandinstead of every station copying the assembly block. The--allowlist stays a caller-supplied parameter (station security policy). - Generalized
codedRosterOfoff the station-specific factory typedef, with dispose-on-throw fenced. - Fixed: spec verdict rounds are sourced from circuit params.
0.1.0 #
- Initial release: the_grid's opinion assets — the agent/verify/land Capability impls, the code circuit, and the git SourceControl.