## Backward Compatibility Promise
This library follows [Symfony's BC Promise](https://symfony.com/doc/current/contributing/code/bc.html) with the following exceptions:
1. `Zenstruck/Filesystem` is considered _internal_ for _implementation_ and should not be implemented in user-land code. _This rule may change in the future once the API is considered stable._
2. `Zenstruck/Filesystem/Node` and interfaces in the `Zenstruck/Filesystem/Node/*` namespace should be considered _internal_ for implementation.
Requires #64.