Project settings storage

Overview

By default a project's settings live in <projectDir>/.mouaif.json so they can be committed and hand-edited. When the project should stay untouched, Store settings in app DB keeps the same raw settings object in the app SQLite store (~/.mouaif/store.sqlite) and never writes .mouaif.json. This is a per-project, reversible toggle.

Usage

In the app

Open Settings → Project → Technical details. The Project settings storage card has a single switch:

Behavior