docs(config): document RMP_ENGINE + RMP_DRIVER flags #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/rmp-flags-config-reference"
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?
Adds the two RMP migration flags to docs/configuration.md (they were only in .env.example). New "Review module protocol" section: defaults, accepted values, module-load-read/restart-to-flip semantics, the startup
review path: …log line, and the single-reviewer-only caveat for RMP_DRIVER. Doubles as the live-validation trigger for the RMP_DRIVER single-reviewer driver path.Show previous round
hib-pr-reviewer review — PR #3 (hib/hib-pr-reviewer)
Round 1 — head
c8fa845e51ef, basemain, triggeropenedTL;DR: CONDITIONAL_APPROVE — 1 minor finding: the log-format hint covers only the RMP_DRIVER segment and omits the liveness-path segment that reflects RMP_ENGINE.
Summary
Documentation-only PR adding the
RMP_ENGINE/RMP_DRIVERenv-var table. The implementation claims were verified againstsrc/worker.tslines 1993–1994. One minor inaccuracy: the startup-log hint in the new prose (review path: …) covers only theRMP_DRIVER-controlled segment of the combined log line, leaving an operator with no clue how to verifyRMP_ENGINEis active.Blast Radius
Pure documentation change in docs/configuration.md. No code paths are modified; no runtime behaviour changes. Blast radius is limited to operator observability (knowing the right log field to look for).
BLAST_SCORE: 1/10
CI status (head
c8fa845e51ef)Overall: ⏳ pending
3 checks: 3 pending
Findings (1)
[MINOR] Log hint names only
review path:, omittingliveness path:that reflects RMP_ENGINEdocs/configuration.md:50
Line 50 of the new section reads:
The actual log statement (
src/worker.tslines 1993–1994) emits a single combined line:liveness path:reflectsRMP_ENGINE;review path:reflectsRMP_DRIVER. By surfacing onlyreview path:, the doc gives an operator no hint for confirmingRMP_ENGINE=1is actually active.Suggested fix:
Verdict
CONDITIONAL_APPROVE
hib-pr-reviewer • round 1 • 1 finding (1m) • 2026-06-02T20:42:56.286Z → 2026-06-02T20:44:27.707Z • posted-as: pr-reviewer-bot • model: auto
hib-pr-reviewer review — PR #3 (hib/hib-pr-reviewer)
Round 2 — head
bebba45bb466, basemain, triggersynchronizeTL;DR: NO_NEW_FINDINGS — prior round-1 condition (missing
liveness path:attribution) is resolved in this synchronize push.Summary
Round 1 finding is fixed. Line 50 now correctly attributes both log fields:
`liveness path:` reflects `RMP_ENGINE`and`review path:` reflects `RMP_DRIVER`. No new actionable issues in the diff.Blast Radius
Change is purely additive documentation in a single markdown file. No source code, config, or runtime behaviour is modified.
BLAST_SCORE: 1/10
CI status (head
bebba45bb466)Overall: ⏳ pending
3 checks: 3 pending
Findings
No new findings this round.
Claude reviewed and found nothing actionable.
Verdict
NO_NEW_FINDINGS
hib-pr-reviewer • round 2 • 0 findings • 2026-06-02T20:46:10.612Z → 2026-06-02T20:46:24.197Z • posted-as: pr-reviewer-bot • model: auto