feat: add --debug-reconcile flag for reconciliation diagnostics #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/debug-reconcile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When enabled, logs the full probability decision for every MaybeAudit
call: base probability, effective probability, random roll, whether
it triggered, reason for any adjustments, last audit time, and
tracked repo count. Also adds V(1) log at goroutine entry point.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Automated review by pr-reviewer v0.15.0 | Safety Check | anthropic | tracking id
r-c4c374-0c409aThis is an AI-generated review and may contain mistakes.
Status: ✅ Completed
✅ Verdict: LGTM — This is a straightforward debugging feature addition with no obvious bugs or security issues.
Complexity: moderate
This PR adds a
--debug-reconcileflag to enable detailed logging of reconciliation probability decisions. The changes are clean and focused:No security issues or obvious bugs detected. The logic for probability adjustment and random roll evaluation remains unchanged, only logging is added.