Skip to content

docs: clarify current comment dedup behavior - #50

Merged
diwenne merged 1 commit into
diwenne:mainfrom
cmondragon023:codex/docs-processed-comment-dedup
Sep 5, 2026
Merged

docs: clarify current comment dedup behavior#50
diwenne merged 1 commit into
diwenne:mainfrom
cmondragon023:codex/docs-processed-comment-dedup

Conversation

@cmondragon023

@cmondragon023 cmondragon023 commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • correct the queue job comment so it no longer claims source is persisted in ProcessedComment
  • document that ProcessedComment is currently unwired and that reconciliation relies on owner-reply checks and DmLog guards
  • leave runtime behavior, schema fields, and migrations unchanged

Verification

  • npm run db:generate
  • npx prisma validate
  • npm run typecheck
  • npm run lint
  • npm test (184 tests)
  • git diff --check upstream/main...HEAD

Closes #38

@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

@cmondragon023 is attempting to deploy a commit to the diwenne's projects Team on Vercel.

A member of the Team first needs to authorize it.

@diwenne
diwenne merged commit ed80fa1 into diwenne:main Sep 5, 2026
1 check failed
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.

ProcessedComment is never read or written, and two comments describe it as if it is

2 participants