Fallout-build / Fallout-build/Fallout
[SDK-6b] Extension point: IHost + IHostDetector
Open
enhancement
target/vNext
- Dominant language
- C#
- Stars
- 154
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 15
Description
Expose `IHost` + `IHostDetector` as a public extension point for CI host adapters. Maps to surface 2 in [RFC #2](https://github.com/ChrisonSimtian/Fallout/issues/98).
## Scope
- Detector checks the environment; host emits CI-specific metadata.
- First-party hosts (`TeamCity`, `AzurePipelines`, `GitHubActions`, etc.) become the reference implementations / regression suite.
- Conflict resolution: two detectors matching the same env is a SDK-4 case.
## Depends on
SDK-1, #74 (CI-provider split provides the natural shape).
Contributor guide
Assessment
This issue has not been assessed yet.