Compare commits

..

1 commit

Author SHA1 Message Date
Agent
44a86d84c6 fix: feat: generic journal aspect — post-session reflection + lessons-learned context injection (#97)
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
2026-04-01 09:18:35 +00:00

View file

@ -572,7 +572,7 @@ else
issue_block "$ISSUE" "${_PR_WALK_EXIT_REASON:-agent_failed}"
# Write journal entry post-session (before cleanup)
local outcome="blocked_${_PR_WALK_EXIT_REASON:-agent_failed}"
outcome="blocked_${_PR_WALK_EXIT_REASON:-agent_failed}"
profile_write_journal "$ISSUE" "$ISSUE_TITLE" "$outcome" "$FILES_CHANGED" || true
CLAIMED=false