Lovelace
The Lovelace bot should find out if a project on https://fig.silenlocatelli.ch/{workspace} has a new commit, then if it has a new commit it should pull that commit and then use mise run ci to run the CI pipeline.
If there is no mise run ci task, it should do nothing.
The output of that should be saved to different outputs depending on the config.
The config should be a TOML file.
lovelace.toml
One output is: console
There can be multiple outputs.
workspaces = ["silen", "other"]
outputs = ["console"]