import-is-idempotent
IN premise
Covered by existing `import-skips-existing-sync-is-remote-wins`
Summary
Importing the same data multiple times produces the same result as importing it once, because the import process skips records that already exist and uses a remote-wins strategy for conflicts. This means repeated imports are safe and won't create duplicates or overwrite intentional local changes.
Details
| Source | entries/2026/04/24/tests-test_import_beliefs.md |