inference working

This commit is contained in:
Dobromir Popov
2026-06-29 23:54:35 +03:00
parent 607d49f5b0
commit 1bdfce657d
16 changed files with 1899 additions and 73 deletions

View File

@@ -152,7 +152,7 @@ def _story_meta(
parts.append(f"worktree: {wt}")
# summary -------------------------------------------------------------
notes = story.get("completionNotes", "").strip()
notes = (story.get("completionNotes") or "").strip()
if not notes and wt:
notes = _story_last_commit(sid)
if notes: