You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(stop-hook): fire at most once per session via session_id sentinel (#93)
Implements Option B from #91 — creates a tmpfile keyed to session_id on
first trigger so subsequent Stop events in the same session are no-ops.
Avoids the repeated nudge loop when cumulative transcript counts stay
above the threshold after a capture has already been requested.
Closes#91
echo"Session ended with ${WRITE_EDIT} file edit(s) and ${BASH_COUNT} shell call(s). Please run /wiki-capture --quick now to preserve any reusable findings before this context closes.">&2
0 commit comments