Skip to content

Lock Check-in Post instead of deleting; stop deleting Weekly/Mentor Summaries - #53

Merged
rachmo merged 1 commit into
mainfrom
feat/checkin-lock-rehome
Aug 19, 2026
Merged

Lock Check-in Post instead of deleting; stop deleting Weekly/Mentor Summaries#53
rachmo merged 1 commit into
mainfrom
feat/checkin-lock-rehome

Conversation

@rachmo

@rachmo rachmo commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Rehomes the implementation from #52, which merged into docs/checkin-lock-and-summary-retention after that branch's own PR (#51) had already merged into main — so the code never actually landed. Content is byte-identical to what #52 merged (verified diff-for-diff); this just targets main directly.

  • At the Reaction Cutoff, the Check-in Post is now edited in place (lockCheckinPost) instead of deleted.
  • postDueWeeklySummary/postDueMentorSummary no longer delete the previous cycle's post before posting a new one.
  • Removed the now-unused deleteWeeklySummary helper.

Closes #50.

Test plan

  • npm run typecheck
  • npm test (203 passing)
  • npm run format:check
  • npm run build
  • Diffed against the originally-reviewed commit (bf0c24e) — identical.

…ummaries

Implements #50: Reaction Cutoff now edits the Check-in Post in place
(lockCheckinPost) rather than deleting it, and postDueWeeklySummary /
postDueMentorSummary no longer delete the previous cycle's post. The
now-unused deleteWeeklySummary helper is removed. See ADR-0013/0014.
@rachmo
rachmo merged commit 0cda34d into main Aug 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check-in Post locks in place instead of deleting; Weekly/Mentor Summaries stop deleting on replace

1 participant