Skip to content

Reference: package manager and workspace

Implementation crates:

  • Root Vox.toml may declare [workspace] with members globs; VoxWorkspace::load expands globs and loads member manifests.
  • Typed manifest loading and lockfile types live in vox_package_types (re-exported from vox-package).
  • Operational CLI verbs for dependency workflows are documented in cli.md as they ship.
  • Internal Codex/Arca storage policies intersect package hashing — see ADR 004 (docs/src/adr/004-codex-arca-turso-ssot.md) and data-storage-ssot-2026.md.