Initial scaffold: adapter framework + local folder reference adapter

Node/Express backend with a pluggable Adapter contract, a folder adapter
(safe non-destructive reject-to-trash, undo, keep/reject/skip), and a
vanilla JS swipe UI + generic settings form driven by each adapter's
configSchema.
This commit is contained in:
2026-07-25 18:51:43 -04:00
commit 36d3180c82
17 changed files with 2401 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Gitleaks config for SwipeAnything
# useDefault is required so detection rules load.
title = "SwipeAnything gitleaks"
[extend]
useDefault = true
[allowlist]
description = "Known false positives"
paths = [
'''swipeanything\.config\.example\.json''',
]