Thank you! This is definitely an initial version and I hope to keep evolving it with more features over time.
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.