Description
Add a plugin architecture allowing external developers to extend Fossil Test with custom assumptions, reporters, or behaviors.
Goals
- Define plugin API.
- Allow loading external plugins at runtime.
- Document how to build and register plugins.
Acceptance Criteria
- Plugins can add assumptions and reporters.
- Plugins can be loaded dynamically.