feat(sheets): verify formula errors structurally#849
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed June 19, 2026, 9:37 AM ET / 13:37 UTC. Summary Reproducibility: not applicable. as a feature PR. Source inspection shows current main already supports file/stdin JSON input through Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance:
Risk before merge
Maintainer options:
Next step before merge
Security Review findings
Review detailsBest possible solution: Keep one clear Sheets update file-input story, then add any verification behavior with generated docs, focused tests, and redacted live Google Sheets proof. Do we have a high-confidence way to reproduce the issue? Not applicable as a feature PR. Source inspection shows current main already supports file/stdin JSON input through Is this the best way to solve the issue? No. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against d2e0bd74809d. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
Co-authored-by: Alex Hillman <[email protected]> Co-authored-by: Claude Sonnet 4.6 <[email protected]>
5cdc419 to
9c0a8a1
Compare
|
Landed in 4d3862a. I kept the core goal and rewrote the implementation around the existing Thanks @alexknowshtml for the contribution and for identifying the shell-safe formula and verification gap. |
Summary
--values-json @file/@-path for shell-safe formula input--fail-on-formula-errorto read back the exact updated range as typed grid data#REF!formulaErrorsentries with cell, type, and messageThis replaces the proposed
--safe-formulainput path with the command's canonical file/stdin input and replaces displayed-text matching witheffectiveValue.errorValueinspection.Verification
make cimain