You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(review): upgrade inlineComments + fixHandoff to full config-as-code substitutes (#4116)
* feat(review): upgrade inlineComments + fixHandoff to full config-as-code substitutes
An explicit review.inlineComments/fixHandoff: true|false in .gittensory.yml
now fully controls each feature, bypassing the GITTENSORY_REVIEW_REPOS
cutover allowlist entirely. Unset stays byte-identical to before (the
allowlist alone was never sufficient on its own for either feature).
The operator's env flag remains an absolute master kill-switch either way.
Closes#4099.
* fix(review): simplify inlineComments/fixHandoff parity, correct kill-switch docs
- Revert the unnecessary boolean|null tri-state on shouldRequestInlineFindings
and resolveReviewPromptOverrides's inlineComments field -- the function only
ever checks '=== true', so null and undefined were functionally identical;
collapsing back to a strict boolean (matching every sibling field) removes
complexity that served no purpose, per gittensory-orb review feedback.
- Make shouldEmitFixHandoff match shouldRequestInlineFindings exactly (both
boolean | undefined, same shape) instead of drifting to boolean | null.
- Clarify in both doc comments that the operator's env flag is an ABSOLUTE
kill-switch never bypassable by per-repo config, consistent with every
other converged feature (resolveConvergedFeature) -- addresses a linked-
issue-satisfaction flag about apparent scope drift from the issue text.
it("REGRESSION (#4099): unset manifest toggle stays false regardless of the cutover allowlist — byte-identical to before this change (being allowlisted was never sufficient on its own)",()=>{
it("REGRESSION (#4099): unset manifest toggle stays false regardless of the cutover allowlist — byte-identical to before this change (being allowlisted was never sufficient on its own)",()=>{
0 commit comments