Skip to content

chore: ignore internal scratch + fix misleading exactly-once comment (P5.1/P5.2) - #210

Merged
brownjuly2003-code merged 1 commit into
mainfrom
chore/hygiene-gitignore-comment
Jul 19, 2026
Merged

chore: ignore internal scratch + fix misleading exactly-once comment (P5.1/P5.2)#210
brownjuly2003-code merged 1 commit into
mainfrom
chore/hygiene-gitignore-comment

Conversation

@brownjuly2003-code

Copy link
Copy Markdown
Owner

Two low-risk hygiene items from the audit plan (no behavior change).

.gitignore (N-6 / P5.2)

Add /.claude/, /*_local/, and the internal root-level notes/decks that were untracked-but-unignored — one git add -A from a public repo (G2_AUDIT_REPORT.md, desc_for_julia*.md, new_plen_*, pii-deny-gate.md, s6-bridge-design.md, slice5-pg-control-plane.md, presentation*.html). Verified no tracked file is shadowed and git status --porcelain is now clean of untracked paths. Directly serves the "internal notes never ship" rule.

stream_processor comment (N-5 / P5.1)

# Checkpointing for exactly-once was misleading. Flink checkpointing gives at-least-once source replay; the events.validated sink is built with no DeliveryGuarantee. The effective exactly-once seen at the serving layer is completed downstream by the bridge's idempotent, event_id-keyed apply (bridge_consumer.py, whose docstring says the same). Comment corrected to state the real guarantee.

🤖 Generated with Claude Code

…xactly-once comment

.gitignore (N-6/P5.2): add /.claude/, /*_local/, and the internal root-level
notes/decks currently untracked-but-unignored (G2_AUDIT_REPORT.md,
desc_for_julia*.md, new_plen_*, pii-deny-gate.md, s6-bridge-design.md,
slice5-pg-control-plane.md, presentation*.html). Untracked-but-unignored is one
`git add -A` from a public repo; no tracked file is shadowed.

stream_processor (N-5/P5.1): the "Checkpointing for exactly-once" comment was
misleading — checkpointing gives at-least-once source replay; the effective
exactly-once at the serving layer is completed by the bridge's idempotent,
event_id-keyed apply (bridge_consumer.py), which the comment now states.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

DORA Metrics

  • Window: last 30 days
  • Branch: main
  • Deployment frequency: 107 total / 24.97 per week
  • Lead time for changes: avg 0.6h / median 0.0h
  • Change failure rate: 75.7% (81/107)
  • MTTR: 20.13h across 5 incident(s)

@brownjuly2003-code
brownjuly2003-code merged commit 639d31a into main Jul 19, 2026
26 checks passed
@brownjuly2003-code
brownjuly2003-code deleted the chore/hygiene-gitignore-comment branch July 19, 2026 12:57
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.

2 participants