mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-18 06:19:49 +08:00
10 lines
207 B
TOML
10 lines
207 B
TOML
# Project-local Codex configuration.
|
|
#
|
|
# Command safety policy lives in .codex/rules/git-state.rules.
|
|
|
|
[[hooks.Stop]]
|
|
[[hooks.Stop.hooks]]
|
|
type = "command"
|
|
command = "cat >> .codex/stop-trigger"
|
|
timeout = 1
|