diff --git a/CLAUDE.md b/CLAUDE.md
index b28b778..6793b14 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -39,7 +39,12 @@ js/app.import.js (export container + import CSV/JSON — extrait §3.1)
js/app.backup.js (auto-backup planifié — extrait §3.1)
js/app.health.js (vault health dashboard — extrait §3.1)
js/app.overlays.js (quick search + cheatsheet + password history — extrait §3.1)
+js/app.attachments.js (crypto blob + UI attachments — extrait §3.1)
+js/app.autofill.js (hotkey combos + matching titre→entry + picker — extrait §3.1)
js/app.js (le reste : state, Bridge, api, UI…)
+js/app.unlock.js (Quick Unlock + PIN + recovery code — extrait §3.1, APRÈS
+ app.js car effets de bord top-level `Bridge.onPinResult`,
+ `Bridge.onQuickUnlockResult`…)
js/app.sync.js (WebDAV + merge — extrait §3.1, APRÈS app.js car
effet de bord top-level `Bridge.onWebdavResult = …`)
```
@@ -111,6 +116,9 @@ seule `api()` est stubbée).
| Auto-backup frontend (planifié, chiffré) — extrait §3.1 | `js/app.backup.js` |
| Vault health dashboard — extrait §3.1 | `js/app.health.js` |
| Quick search + cheatsheet + history modal — extrait §3.1 | `js/app.overlays.js` |
+| Attachments chiffrés (crypto blob + UI) — extrait §3.1 | `js/app.attachments.js` |
+| Autofill (combos Win32, matching titre→entry, picker) — extrait §3.1 | `js/app.autofill.js` |
+| Quick Unlock + PIN + recovery code (charge APRÈS app.js) — extrait §3.1 | `js/app.unlock.js` |
| Sync frontend (WebDAV, snapshot, merge) — extrait §3.1 | `js/app.sync.js` |
| Argon2id vendé (bundle `@noble/hashes`, IIFE) | `js/argon2.js` |
| HTML racine | `index.html` |
diff --git a/delphi-backend/assets/BuildAssets.ps1 b/delphi-backend/assets/BuildAssets.ps1
index 43b7973..bce8bfb 100644
--- a/delphi-backend/assets/BuildAssets.ps1
+++ b/delphi-backend/assets/BuildAssets.ps1
@@ -59,7 +59,10 @@ $patterns = @(
'js\app.backup.js',
'js\app.health.js',
'js\app.overlays.js',
+ 'js\app.attachments.js',
+ 'js\app.autofill.js',
'js\app.js',
+ 'js\app.unlock.js',
'js\app.sync.js',
'css\style.css'
)
diff --git a/index.html b/index.html
index 9344ad4..56c32c1 100644
--- a/index.html
+++ b/index.html
@@ -1228,7 +1228,10 @@
+
+
+