What's wrong with this entry?
Anonymous. No account, no email.
- Shell variable tracking in
if/whilestatements now correctly handles&&-short-circuit and pipeline conditions — variables that might be unset by a short-circuit branch are now flagged as "too-complex" rather than silently treated as safe. Error messages updated to mention&&-short-circuitas a modifier. (search for"but condition may modify it (||/pipeline/unset/&&-short-circuit)")
- Duplicate
Ea$()initialization call removed from settings schema setup. (internal deduplication, no user-visible behavior change)
CLAUDE_STAGE_FILE_ROOTis now validated to be an absolute path, preventing silent misuse. (search for"CLAUDE_STAGE_FILE_ROOT must be an absolute path")
--input-format=stream-jsonnow produces a clear error if--printis not also specified. (search for"Error: --input-format=stream-json requires --print.")