Frontmatter
| id | 9821 |
| title | Enhancement: Neural Link VDOM Sync Primitives |
| state | Open |
| labels | enhancementaiarchitecture |
| assignees | [] |
| createdAt | Apr 9, 2026, 1:33 PM |
| updatedAt | Apr 9, 2026, 1:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9821 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [x] 8851 Exploration: Neural Link Driven Playwright Tests (Deep E2E) |
Enhancement: Neural Link VDOM Sync Primitives
Openenhancementaiarchitecture
Background
Currently, the AppWorker bridge tools (like
callMethodandsetInstanceProperties) resolve to{success: true}instantly upon finishing the Javascript action. Our Main Thread E2E tests are forced to blindly auto-retry CSS assertions because we have no topological sync mapping of whenme.update()actually evaluates its VDOM delta in the Main Thread.Objective
neural-linkcommunication bridge. Provide developers with a mechanism toawaitthe physical resolution of a VDOM update delta after injecting a property mutation, eliminating test race-conditions entirely.