Michael Bolin
277babba79
feat: load ExecPolicyManager from ConfigLayerStack ( #8453 )
...
https://github.com/openai/codex/pull/8354 added support for in-repo
`.config/` files, so this PR updates the logic for loading `*.rules`
files to load `*.rules` files from all relevant layers. The main change
to the business logic is `load_exec_policy()` in
`codex-rs/core/src/exec_policy.rs`.
Note this adds a `config_folder()` method to `ConfigLayerSource` that
returns `Option<AbsolutePathBuf>` so that it is straightforward to
iterate over the sources and get the associated config folder, if any.
History
..
2025-10-27 12:10:11 -07:00
2025-12-18 17:02:03 -08:00
2025-12-22 14:16:33 -08:00
2025-12-22 17:24:17 -08:00
2025-12-14 22:16:49 -08:00
2025-12-20 14:18:00 -08:00
2025-12-12 22:07:03 +00:00
2025-12-22 12:52:24 -08:00
2025-12-17 01:35:49 -08:00
2025-12-18 17:02:03 -08:00
2025-12-20 19:42:53 -08:00
2025-12-22 09:59:32 -08:00
2025-12-19 16:20:05 -08:00
2025-12-22 09:59:32 -08:00
2025-12-22 09:59:32 -08:00
2025-12-03 11:35:56 +00:00
2025-12-03 23:39:48 -08:00
2025-12-18 16:12:52 -08:00
2025-12-22 19:59:27 +00:00
2025-12-19 16:20:05 -08:00
2025-12-19 16:20:05 -08:00
2025-10-27 05:53:39 +00:00
2025-12-19 16:20:05 -08:00
2025-12-22 17:24:17 -08:00
2025-11-25 16:12:14 +00:00
2025-12-12 10:05:02 -08:00
2025-12-19 16:20:05 -08:00
2025-11-04 17:44:02 -08:00
2025-12-17 08:13:59 -08:00
2025-12-11 15:09:00 -08:00
2025-12-18 17:02:03 -08:00
2025-12-12 18:59:39 +00:00
2025-12-10 13:59:17 -08:00
2025-12-18 14:28:30 -08:00
2025-12-22 17:24:17 -08:00
2025-12-18 17:02:03 -08:00
2025-12-22 11:07:36 -08:00
2025-09-24 14:29:51 -07:00
2025-10-20 20:57:37 +01:00
2025-12-02 17:54:02 +00:00
2025-10-20 20:57:37 +01:00
2025-12-19 16:20:05 -08:00
2025-12-18 15:32:01 -08:00
2025-10-27 17:55:57 -04:00
2025-12-18 16:12:52 -08:00
2025-12-12 10:05:02 -08:00
2025-12-12 17:07:17 -08:00
2025-12-09 18:30:16 -08:00
2025-12-18 08:50:13 -08:00
2025-12-22 09:36:44 -08:00
2025-12-18 16:12:52 -08:00
2025-11-28 11:34:57 +00:00
2025-12-02 11:26:27 +00:00
2025-12-18 17:02:03 -08:00
2025-12-04 17:58:58 +00:00
2025-11-06 12:47:20 -08:00
2025-12-15 22:54:43 -08:00
2025-12-11 13:46:43 +00:00
2025-12-11 13:46:43 +00:00
2025-11-07 17:54:35 -08:00
2025-12-16 16:53:15 +00:00
2025-12-18 12:50:00 -08:00
2025-11-20 11:04:11 -08:00
2025-10-20 08:50:54 -07:00
2025-12-11 14:06:07 -08:00
2025-09-22 17:16:02 +00:00
2025-12-10 13:59:17 -08:00
2025-10-20 23:53:03 +00:00
2025-12-18 16:12:52 -08:00
2025-12-22 00:20:53 +00:00