passing git add packages/.git add packages/.

This commit is contained in:
Your Name
2026-05-15 05:32:49 +00:00
parent 26602f97fb
commit efdaf0cb6a
11 changed files with 100 additions and 53 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export function fromGraph(
let currentTurn: { id: string; content: Content } | null = null;
for (const node of nodes) {
const turnId = node.turnId || 'orphan';
const turnId = node.turnId || 'orphan'; debugLogger.log("[ID-TRACK] fromGraph converting node:", node.id, "turnId:", turnId);
const durableId = turnId.startsWith('turn_') ? turnId.slice(5) : turnId;
// Register the payload in the identity service to ensure stability