giles
98fd315f14
Step 10c: unified reactive model — peek + provide! special forms + tracking primitives
CEK evaluator integration:
- peek — non-tracking read from provide frame (like context but never subscribes)
- provide! — mutate value in provide frame (cf_extra made mutable)
- Both dispatch as special forms alongside provide/context
Scope-stack primitives (for adapter/island use):
- provide-reactive! / provide-pop-reactive! / provide-set! — signal-backed scope
- peek (primitive) — non-tracking scope read
- context (override) — tracking-aware scope read
- bind — tracked computation with auto-resubscription
- tracking-start! / tracking-stop! / tracking-active? — tracking context
12/13 user-authored peek/provide! tests pass.
bind integration with CEK context pending (scope vs kont gap).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:10:26 +00:00
..
2026-04-05 01:16:03 +00:00
2026-04-04 22:52:41 +00:00
2026-04-05 02:10:26 +00:00
2026-04-03 21:26:20 +00:00
2026-04-03 20:16:26 +00:00
2026-04-04 18:48:51 +00:00
2026-04-04 15:43:57 +00:00
2026-03-22 22:21:04 +00:00
2026-03-26 16:40:38 +00:00
2026-04-04 18:48:51 +00:00
2026-04-04 14:29:40 +00:00