2026-07-24 โ€“ Toolchain Control Plane

Summary

Named the Toolchain Control Plane pattern: ecosystems should own install, version pinning, health, repair, and upgrade in the official entrypoint. Community version managers are a bridge, not the end state. Flutter is the primary case study.

Naming: TCP (canonical acronym), TCoP (alternate when disambiguating from Transmission Control Protocol), TCF (Toolchain Framework โ€” toolkit to generate/validate compliant planes).

Pages

  • explanation/infrastructure/toolchain-control-plane.adoc โ€” philosophy and maintainer checklist.

  • explanation/infrastructure/toolchain-framework.adoc โ€” TCF role vs TCP/TCoP.

  • how-to/flutter-setup.adoc โ€” install Flutter and use FVM/Puro/mise as a stopgap.

Navigation

  • Explanation โ†’ Infrastructure: Toolchain Control Plane; Toolchain Framework (TCF)

  • How-to: Flutter Setup