Release Track
Active Track
The current public docs are organized as thev0 track for CrateStack.
Use this track as:
- the primary reference for public naming and package layout
- the main source for future-facing examples
- the place where current implementation boundaries are recorded honestly
Naming Note
These docs use the publiccratestack naming. The framework code and docs are split into separate public repositories:
git@github.com:vaam-store/cratestack.gitfor the Rust workspace and editor packagegit@github.com:vaam-store/cratestack-docs.gitfor this Mintlify documentation project
Stability Guide
Read sections this way:overview/andgetting-started/are product entrypointsguides/,architecture/, andreference/are the main product docsinternals/captures ADRs, PRD material, and decision history that may still lead implementation
Next Versioning Step
After the initial public release, the next natural docs move is:- keep
v0as the stable baseline - introduce a preview or next track for unreleased changes
- keep examples aligned with the published codebase end-to-end