|
|
|
|
|
by elliottboxx
125 days ago
|
|
this is so great! thanks for sharing. any thoughts on what you are going to do next with it? leave as-is or keep adding features? can you explain the reasoning behind the plugin system a bit more - is it a pattern you came up with or is it based on an existing plugin architecture? can you add a License to the github? |
|
The plugin-centered architecture comes from how the project was built: a large part of the development was done with AI agents (Copilot, Claude, Codex, Antigravity, etc.). To reduce the risk of new features breaking existing functionality, a strong approach was to keep a stable core and implement capabilities as plugins. The project also has many Playwright end-to-end tests that help catch regressions when something fails.
And yes — I’ll review options and add an appropriate license to the GitHub repo soon.