TASK_CACHE_PARITY.md
[!IMPORTANT] This is a temporary implementation tracker. Delete this file in the same pull request that checks off the final remaining item.
This tracks the work required to bring mise's experimental task output cache and monorepo task graph close to Turborepo's functionality, with selected Nx-style inference where it fits mise's language-agnostic model.
Cache lookup, project selection, and task inference are separate layers: the cache decides whether a selected task executes or restores an artifact, affected analysis decides which project tasks are selected, and workspace providers turn ecosystem metadata into projects, dependencies, and inferred tasks. Keeping those layers separate should allow explicit mise tasks to coexist with inference.
Distributed task execution, code generation, and a comprehensive Nx-style plugin ecosystem remain outside this tracker.
mise.toml in every package