Expose `IToolWrapperContribution` as a public extension point for third-party tool wrappers. Maps to surface 4 in [RFC #2](https://github.com/ChrisonSimtian/Fallout/issues/98). ## Scope - Plugins register a new `*Tasks` static facade. - The 62 first-party wrappers in `Fallout.Common.Tools.*` continue to ship in-box but become the reference shape. - Pairs with #72 (per-tool packages) — once a contribution model exists, the in-box wrappers become a candidate to extract. ## Depends on SDK-1.
Expose
IToolWrapperContributionas a public extension point for third-party tool wrappers. Maps to surface 4 in RFC #2.Scope
*Tasksstatic facade.Fallout.Common.Tools.*continue to ship in-box but become the reference shape.Depends on
SDK-1.