5#include <QLoggingCategory>
9Q_DECLARE_LOGGING_CATEGORY(appLog)
57int runModelImport(const QString &sourcePath, const QString &outputPath, const QString &packageIdOverride);
int runModelImport(const QString &sourcePath, const QString &outputPath, const QString &packageIdOverride)
Imports a legacy raw Whisper model into a native Mutterkey package.
int runDiagnose(QGuiApplication &app, const AppConfig &config, double seconds, bool invokeShortcut)
Runs temporary daemon diagnostics.
int runDaemon(QGuiApplication &app, const AppConfig &config, const QString &configPath)
Runs the background daemon mode.
void configureLogging(const QString &level)
Configures runtime log filtering for Mutterkey commands.
int runModelInspect(const QString &path)
Inspects a model artifact and prints metadata as JSON.
int runOnce(QGuiApplication &app, const AppConfig &config, double seconds)
Runs one-shot recording and transcription mode.
Runtime configuration types, defaults, and JSON loading entrypoints.
Top-level runtime configuration snapshot.