Two consequences of the preview dropping from ~1535 ms to ~142 ms. The manifest is now scoped to the object being edited. It was 844 KB on a 41-road workspace — 239 handles, 89% of the bytes being `affects` id lists at 46 ids per junction handle — shipped on every preview while the map rendered six. A segment selection returns 12.2 KB, a 69x reduction, and the cost no longer multiplies with each handle kind we are about to add. Omitting the selection keeps the full manifest for the compiler and existing callers, and the tests assert that scoping is a filter of the full manifest rather than a second derivation. The ghost is re-aimed from "estimated geometry" to "what you asked for". Its guide line existed to mark the origin through a long wait that no longer happens, so it is gone; what remains is what the preview cannot say — the numeric delta and whether the drag has hit its clamp. The translucent outline research/joint-solver.md asked for is deliberately not built: drawing it accurately means recomputing the road surface in the browser, which the design forbids, and drawing it crudely would be wrong exactly at transitions, junction boundaries and clamps. A preview that lies is worse than none. `degraded` finally has a consumer. EditSession has tracked it since the session work but nothing read it; a slow solve now dims the ghost in place with a pending label instead of clearing it and letting the geometry flicker, as design.md requires. Selection also fixed a latent hazard: the manifest effect reloads on every selection change, and it used to call session.load() each time, which would have discarded unsaved edits the moment the user clicked another road. It now adopts a document only when the compiled document actually changed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
26 lines
618 B
JSON
26 lines
618 B
JSON
{
|
||
"id": "edit-interaction-polish",
|
||
"name": "edit-interaction-polish",
|
||
"title": "直接编辑交互收尾:ghost 定位与 manifest 裁剪",
|
||
"description": "",
|
||
"status": "in_progress",
|
||
"dev_type": null,
|
||
"scope": null,
|
||
"package": null,
|
||
"priority": "P2",
|
||
"creator": "dingkang",
|
||
"assignee": "dingkang",
|
||
"createdAt": "2026-08-28",
|
||
"completedAt": null,
|
||
"branch": null,
|
||
"base_branch": "main",
|
||
"worktree_path": null,
|
||
"commit": null,
|
||
"pr_url": null,
|
||
"subtasks": [],
|
||
"children": [],
|
||
"parent": "08-26-direct-manipulation-road-editor",
|
||
"relatedFiles": [],
|
||
"notes": "",
|
||
"meta": {}
|
||
} |