inference working
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user