Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 667 Bytes

File metadata and controls

36 lines (27 loc) · 667 Bytes

Development

The workspace uses:

  • Elixir ~> 1.19
  • blitz for workspace orchestration
  • weld for deterministic projection verification
  • just as the operator entrypoint for harness commands

Standard flow:

mix deps.get
mix ci

Workspace commands:

mix monorepo.test
mix monorepo.credo --strict
mix monorepo.docs
mix weld.verify

Prepared bundle and projection tracking flow:

mix release.prepare
mix release.track
mix release.archive

mix release.track updates the orphan-backed projection/stack_lab_lab_core branch so downstream repos can pin a real generated-source ref before any formal release boundary exists.