ECC/scripts/codex
Lidang-Jiang ebd14cde7d fix(codex): allow leading whitespace in persistent_instructions regex
The rg pattern anchored at line start (^persistent_instructions) would
miss indented TOML entries. Use ^\s* prefix to match both top-level and
indented configurations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com>
2026-03-28 11:37:36 +08:00
..
check-codex-global-state.sh fix(codex): allow leading whitespace in persistent_instructions regex 2026-03-28 11:37:36 +08:00
install-global-git-hooks.sh Merge branch 'main' into fix/shell-script-permissions 2026-03-27 02:46:42 -04:00
merge-mcp-config.js fix: safe Codex config sync — merge AGENTS.md + add-only MCP servers (#723) 2026-03-22 15:39:46 -07:00