Roadmap to v15 (skeleton) #542
Closed
luccahuguet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Roadmap to v15 (skeleton)
This is intentionally provisional and explicitly post-v14.
It is not meant to compete with the current pre-v14 packaging/hardening roadmap. The goal is just to capture the major directions that already look likely once
v14lands.Tentative pillars
1. Selective Rust rewrites
Not a blind whole-CLI rewrite. The likely direction is to start with the most structured, failure-prone core logic first, and only move deeper into launch/bootstrap orchestration later if the boundaries are clear enough.
Relevant issue:
2. Cleaner architecture and sharper subsystem boundaries
This includes clarifying what belongs to the backend/runtime layer, what belongs to the workspace UX layer, and what a future Core-style boundary would honestly look like.
Relevant issues:
yzxcommand surface into backend-required versus backend-agnostic commands3. Profile Yazelix top to bottom
Before rewriting too much, I want better evidence about where the real pain points are across startup, refresh, launch, config generation, and related flows.
Relevant issue:
4. A much stronger website and presentation layer
I want Yazelix to be explained, presented, and demoed much better than it is today.
Relevant issues:
Current stance
I do think these themes are real. I do not think the detailed v15 sequence is ready to lock in publicly yet.
So this discussion is a skeleton, not a promise.
All reactions