- Fixed
- Spreadsheet
Browser TRUE() and FALSE() fail closed
Browser TRUE() and FALSE() now match the closed native registry. Boolean literals without parentheses still parse.
- No browser-only functionsTRUE() and FALSE() fail closed instead of returning booleans only in the browser kernel.
- Literals still workIF(TRUE,1,0) keeps working because TRUE without parentheses is a boolean literal.
- Same agent pathNative CLI and MCP recalculation already rejected these functions. The browser kernel matches that contract.
