anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

fix(stages): Monorepo Management #48

Closed refcell closed 11 months ago

refcell commented 11 months ago

Description

Path localization happens in an unsafe way inside individual stage handlers, many of which are redundant. This was an initial port to make space for this nice refactor as a followup.

This ticket is to pull all monorepo directory management and path localization into the Monorepo primitive in a safe way and have the Monorepo be propagated down to individual stages.