docs(hot-path): flip remaining R7c gating language to deferred-with-evidence (#848) - #860
Conversation
…vidence (#848) The R7c outcome (ρ_mixed=+0.87 aelfrice / +0.72 independent) flipped the posterior-rerank touch-temperature consumer from "gated on R7c" to "deferred-with-evidence — not scheduled". PR #852 / #821 review updated docs/feature-hot-path.md and src/aelfrice/hot_path.py docstring; three sister inline references in hook.py (touch-record block + _record_touches docstring) and store.py (belief_touches CREATE block) were missed and still read as if the campaign was pending. This patch flips those three locations to match the shipped outcome, with #848 as the tracker.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates stale R7c gating comments/docstrings in the hot-path touch recording and belief_touches storage code to reflect that the originally-modeled rerank consumer is now deferred-with-evidence post-R7c, with #848 as the tracker, without changing runtime behavior. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates inline comments across two modules to document that the rerank consumer and touch-temperature multiplier behavior is deferred-with-evidence post-R7c and not currently scheduled, while retaining the underlying touch-write substrate for potential future mechanisms. ChangesR7c Deferral Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
merge-train: merged 89b65d5 → |
Summary
Reconciles three sister inline references that were missed when PR #821
/ PR #852 flipped the R7c gating language to deferred-with-evidence
in
docs/feature-hot-path.mdandsrc/aelfrice/hot_path.py.src/aelfrice/hot_path.py:22-28already reads as of #852:These three sister sites still read as "gated on R7c (pending fidelity
test)" on
github/main:src/aelfrice/hook.py:961-963— touch-record block, comment above_record_touchescall sitesrc/aelfrice/hook.py:1195—_record_touchesfunction docstringsrc/aelfrice/store.py:490-492—belief_touchesCREATE-tablecomment
This patch flips all three to match the shipped outcome with #848 as
the tracker.
Scope
Pure comment / docstring change. No behavior change.
#848lists three explicit acceptance items (docs/feature-hot-path.mdamend, hot_path.py docstring amend, scripts/probe_posterior_touch_correlation.py
add). All three shipped under PR #852 and PR #853. This PR addresses
adjacent in-tree stale references that the explicit acceptance
items did not enumerate, but which are now factually wrong against the
shipped outcome. Operator confirmed scope expansion before this branch
opened.
Verification
grep -rnE 'gated on .*R7c|gated on the H3' src/ docs/→ no hitsafter the patch
tests/test_hot_path_touch_state.py→ 22/22 pass (one scipy cold-import flake on first run; passed clean on retry)
github/main→ cleanOut of scope
by a separate status comment + body edit on the issue, citing the
shipping PRs (docs(hot-path): record R7c outcome — consumer-flip deferred-with-evidence (#849) #852, feat(probe): posterior-touch correlation diagnostic (#850) #853) and this PR.
living gate" — body, "Tier" section). Re-opening conditions
(R7c-extended sweep ρ_mixed < 0.60 on a meaningful fraction of cells,
or a different H3 mechanism pre-registered with falsification
criteria) remain the gate for any future consumer wire-up.
Summary by Sourcery
Documentation:
Summary by CodeRabbit