serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Refactor plugin config and file system handling

Open Nathan93705 opened this issue 6 months ago • 0 comments

Introduces PluginConfig and PluginFileSystem classes for managing plugin configuration and file operations. Refactors Pipeline and Plugin to use these abstractions, removing legacy config and file methods from Plugin. Adds config/configParser.ts, config/pluginConfig.ts, and fileSystem.ts for modular configuration and file system logic.

Nathan93705 avatar Sep 02 '25 20:09 Nathan93705