Fallout-build / Fallout-build/Fallout
[SDK-3] Plugin discovery & load pipeline
Open
enhancement
target/vNext
- Dominant language
- C#
- Stars
- 154
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 15
Description
Implement runtime discovery + load model from [RFC #4](https://github.com/ChrisonSimtian/Fallout/issues/100).
## Scope
- Assembly enumeration at startup, read `[FalloutPlugin]` attributes.
- Broken-plugin handling: fail-fast with structured error, never silent skip.
- Trust posture: full-trust, in-process (no AssemblyLoadContext isolation in v1).
- Load order determinism per RFC.
## Depends on
SDK-2.
Contributor guide
Assessment
This issue has not been assessed yet.