docs: Lumens rev 3.4 — reference set complete (workflow/defrag/map)#38
Merged
Conversation
…aced)
Traced the remaining three reference Lumens in real LX-AST (lumen-walkthroughs.md
§C/D/E). They added only interaction-surface items — no core-model gaps, the
expected convergence (structural → naming → abstraction → payload/IO detail):
- R1: per-event payload schema undefined — §4 had event types but not the fields
{event:…} reads (tap.hitId, drag.dropTarget, pan.dx/dy, pinch.scale, …). Fix:
§4.1 payload table, host-resolved, replay-safe.
- R2: loadData projection read shape — a dataRef leaf now declares its read-only
`projection` (§1.1); {state:ref} yields the value directly; no set into it;
local edits live in a separate overlay merged in the view (§6.3 idiom).
- R3: no dynamic map access — `lookup(list,keyField,key,default)` std-lib (§2.3),
the dict access a record lacks.
- R4: hot-effect coalescing — optional debounceMs/coalesceKey on EffectBinding
(§6.4) for persist-on-pan etc.
All five reference Lumens now trace end-to-end. view→primitives (kanban) and
view→scene (map/defrag) both confirmed; defs/effects (rev 3.3) leaned on
throughout; gas never the constraint. Standing risk unchanged: LLM emit-valid-LX,
measurable only on a built L1 interpreter.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Traces the remaining three reference Lumens (workflow / defrag / map) in real
LX-AST, completing the five-Lumen §14 acceptance set
(
lumen-walkthroughs.md).Only interaction-surface items surfaced — no core-model gaps (the expected
convergence): per-event payload schema (§4.1), the
dataRefprojectionread shape (§1.1), a
lookupassociative-read std-lib (§2.3), and effectdebounceMs/coalesceKey(§6.4).view→primitives (kanban) andview→scene(map/defrag) both confirmed;
defs/effectsleaned on throughout; gas never theconstraint. Standing risk unchanged: LLM emit-valid-LX, measurable only on a
built L1 interpreter.
🤖 Generated with Claude Code