- pkg/build/runtime_config.go (new): shared mapper carries the full
.core/build.yaml state into builders instead of partial subsets —
project.main, flags, tags, env, obfuscation, cache, etc. flow
through every entrypoint consistently
- pkg/api/provider.go: API build path now respects the full config
and sets up build cache before running builds
- cmd/build/cmd_apple.go + pkg/build/apple/apple.go: Apple
entrypoints initialise cache config before building
- pkg/build/apple.go: Apple Wails helper always includes the mlx
build tag per RFC
- runtime_config_test, provider_test, cmd_apple_test, apple/apple_test,
apple_test: coverage for every new path
Co-Authored-By: Virgil <virgil@lethean.io>