File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/specs/recipe-construction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This spec describes the implementation for tasks in `rollout-plan.md` lines
3434
3535## Snapshot Envelope
3636
37- Store an additional ` graph ` payload on the result cell alongside the existing
37+ Store an additional ` process ` payload on the result cell alongside the existing
3838` value ` , ` source ` , and renamed ` pattern ` metadata. The payload is versioned to
3939allow future format changes.
4040
Original file line number Diff line number Diff line change 6262- [ ] Change lifecycle of recipes so that they are run like a lift, with an
6363 OpaqueRef already tied to the arguments cell as input.
6464 - [ ] This should allow us to remove the JSON recipe representation
65- - [ ] Add ` Cell.for(casue ) ` cell factory, replacing ` cell ` and ` createCell ` .
65+ - [ ] Add ` Cell.for(cause ) ` cell factory, replacing ` cell ` and ` createCell ` .
6666- [ ] Have ` Cell.set ` return itself, so ` Cell.for(..).set(..) ` works
6767- [ ] ` cell.assign(otherCell) ` applies ` cell ` 's link to ` otherCell ` if it
6868 doesn't have one yet. Useful to make self-referential loops.
You can’t perform that action at this time.
0 commit comments