Merge pull request 'fix: bug: _profile_digest_journals never commits/pushes its output — knowledge folder appears empty on origin (#651)' (#661) from fix/issue-651 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
dev-qwen 2026-04-10 21:56:36 +00:00
commit fb4ae1ebba

View file

@ -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
}