Vox language migrations hub (research)
Vox language migrations hub (research)
Section titled “Vox language migrations hub (research)”Not sole B-canon for migrations until registered; links out to phase specs and ADRs.
Active migration topics
Section titled “Active migration topics”| Topic | Owner doc / tool | Notes |
|---|---|---|
Id[T] at API boundaries | Phase 3 typecheck rules | vox migrate id-strings codemod referenced in plan. |
@island retirement / React interop | Phase 5 React interop spec | vox migrate drop-island helper referenced. |
| Endpoint decorator migration | Root AGENTS.md retired surfaces table | @server fn → @endpoint(kind: …). |
| Durability grammar | ADR 028, durability-runtime-audit-2026.md | Parse vs runtime truth; align docs before teaching agents new keywords. |
| Database env naming | AGENTS.md | VOX_DB_* replaces legacy Turso names. |
Process
Section titled “Process”- Land mechanical migration in compiler / CLI with tests first (test-first policy).
- Add row to this hub and to the phase plan that owns the syntax.
- If user-visible, add pointer from
reference/cli.mdwhen the command ships.