Skip to content

Commit 6ba3082

Browse files
committed
address cubic feedback
1 parent 5cf5889 commit 6ba3082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/specs/recipe-construction/graph-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3939
allow future format changes.
4040

docs/specs/recipe-construction/rollout-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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.

0 commit comments

Comments
 (0)