new file mode 100644
index 0000000..d40cb3a
@@ -0,0 +1,14 @@
+---
+visibility: public
+---
+
+# tmux-assistant-resurrect
+
+custom tmux-resurrect extension by timvw. handles process restoration for programs that resurrect can't natively restore — specifically [[yazi]] sessions via the iterm drop proxy.
+
+**config:**
+```
+set -g @resurrect-processes '"~/Users/hq/tools/yazi-iterm-drop-proxy->/Users/hq/.tmux/scripts/restore-yazi-last-dir"'
+```
+
+this tells resurrect: when you see the yazi-iterm-drop-proxy process, restore it by running the `restore-yazi-last-dir` script instead.
\ No newline at end of file