From 9719d11d676dc09449864aed232a27328b18d49e Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Apr 2026 21:50:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20bug:=20=5Fprofile=5Fdigest=5Fjournals=20?= =?UTF-8?q?never=20commits/pushes=20its=20output=20=E2=80=94=20knowledge?= =?UTF-8?q?=20folder=20appears=20empty=20on=20origin=20(#651)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/formula-session.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/formula-session.sh b/lib/formula-session.sh index e5fa274..f472e78 100644 --- a/lib/formula-session.sh +++ b/lib/formula-session.sh @@ -289,6 +289,12 @@ Write the complete, rewritten lessons-learned.md content below. No preamble, no fi fi + # Commit and push the digest results + _profile_commit_and_push \ + "profile: digest ${archived:-0} journals → knowledge/lessons-learned.md" \ + knowledge/lessons-learned.md \ + journal/ + return 0 }