Files
codex/codex-rs/core/src
T
Eric Traut b98c810328 Report syntax errors in rules file (#11686)
Currently, if there are syntax errors detected in the starlark rules
file, the entire policy is silently ignored by the CLI. The app server
correctly emits a message that can be displayed in a GUI.

This PR changes the CLI (both the TUI and non-interactive exec) to fail
when the rules file can't be parsed. It then prints out an error message
and exits with a non-zero exit code. This is consistent with the
handling of errors in the config file.

This addresses #11603
b98c810328 · 2026-02-13 10:33:40 -08:00
History
..
2026-02-13 14:18:15 +00:00
2026-02-12 16:54:11 -08:00
2026-02-10 11:45:23 -08:00
2026-01-27 11:04:23 -08:00
2026-02-10 16:12:31 +00:00
2026-02-13 13:21:11 +00:00
2026-02-02 16:57:29 -08:00
2026-02-10 11:45:23 -08:00
2025-11-28 11:34:57 +00:00