aqc-filetree 0.1.0

Walk one directory root into a FileTree: gitignore-aware phase 1 plus rule-driven recovery phase 2.
Documentation

Walk one filesystem directory root, return a [FileTree].

No Git commands, no file reads, no parsing, no product policy. Two phases: phase 1 is gitignore-aware; phase 2 (opt-in via [RecoveryRules]) walks WITHOUT gitignore and recovers specific paths from ignored trees, tagged [EntryOrigin::Recovered]. Contract: plan.md in this directory.