Tracker
Roadmap search
Versions, deliverables, workstreams, tasks, and pages
Dependency workspace and lockfile - Flow and algorithm
articleStandard
src/content/docs/platform-spec/compiler/build-pipeline/dependency-workspace/flow-and-algorithm.mdx
import SpecArticleChrome from '@beskid/beskid-ui/platform-spec/SpecArticleChrome.astro';
<SpecArticleChrome />- Build compile plan from manifest graph.
- Materialize dependency sources into workspace object directory.
- Read and reconcile
Project.lockagainst resolved dependencies. - Enforce
locked/frozenpolicy. - Expose final materialized source root to compile commands.
This flow is implemented in project workflow services and reused by fetch/lock/tree command surfaces.