Reference: package manager and workspace
Reference: package manager and workspace
Section titled “Reference: package manager and workspace”Implementation crates:
crates/vox-package— workspace discovery, registry HTTP client, artifact helpers.crates/vox-package-types—VoxManifest,Lockfile, semver types.
Workspace layout
Section titled “Workspace layout”- Root
Vox.tomlmay declare[workspace]withmembersglobs;VoxWorkspace::loadexpands globs and loads member manifests.
Manifest and lock
Section titled “Manifest and lock”- Typed manifest loading and lockfile types live in
vox_package_types(re-exported fromvox-package). - Operational CLI verbs for dependency workflows are documented in
cli.mdas they ship.
Storage note
Section titled “Storage note”- Internal Codex/Arca storage policies intersect package hashing — see ADR 004 (
docs/src/adr/004-codex-arca-turso-ssot.md) anddata-storage-ssot-2026.md.