Commit 0e8afa9def13
Changed files (1)
home
common
dev
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