Commit 0e8afa9def13

Vincent Demeester <vincent@sbr.pm>
2026-05-13 11:35:35
feat(ai): sync handoffs directory via ai-sync
1 parent 509137b
Changed files (1)
home
common
home/common/dev/ai.nix
@@ -29,6 +29,7 @@ in
     "ai-sync/research/.keep".text = "";
     # Reviews: code review reports (date-organized)
     "ai-sync/reviews/.keep".text = "";
+    "ai-sync/handoffs/.keep".text = "";
     # Pi sessions: raw JSONL conversation files from pi coding agent
     "ai-sync/pi-sessions/.keep".text = "";
 
@@ -54,6 +55,10 @@ in
       source = config.lib.file.mkOutOfStoreSymlink "${aiSyncDir}/reviews";
       force = true;
     };
+    "ai/handoffs" = {
+      source = config.lib.file.mkOutOfStoreSymlink "${aiSyncDir}/handoffs";
+      force = true;
+    };
   };
 
   # Symlink claude directories to synced location