pakrym-oai
413c1e1fdf
[codex] reduce module visibility ( #16978 )
...
## Summary
- reduce public module visibility across Rust crates, preferring private
or crate-private modules with explicit crate-root public exports
- update external call sites and tests to use the intended public crate
APIs instead of reaching through module trees
- add the module visibility guideline to AGENTS.md
## Validation
- `cargo check --workspace --all-targets --message-format=short` passed
before the final fix/format pass
- `just fix` completed successfully
- `just fmt` completed successfully
- `git diff --check` passed
History
..
2026-04-03 18:29:05 -07:00
2026-02-20 23:45:35 -08:00
2026-03-27 19:00:44 -07:00
2026-03-27 19:00:44 -07:00
2026-04-06 20:26:21 -07:00
2026-03-26 17:32:04 +00:00
2026-03-27 19:00:44 -07:00
2026-04-03 15:03:21 -07:00
2026-04-07 08:03:35 -07:00
2026-04-07 04:10:19 +00:00
2026-04-06 17:46:28 -07:00
2026-02-20 23:45:35 -08:00
2026-03-25 16:02:22 +00:00
2026-04-07 04:10:19 +00:00
2026-04-01 23:06:24 -07:00
2026-04-03 00:33:34 -07:00
2026-03-19 20:12:07 -07:00
2026-03-23 15:19:01 -07:00
2026-04-03 00:33:34 -07:00
2026-03-24 18:34:44 -07:00
2026-04-06 20:26:21 -07:00
2026-03-27 19:00:44 -07:00
2026-03-27 19:00:44 -07:00
2026-03-23 15:19:01 -07:00
2026-03-19 20:12:07 -07:00
2026-03-23 15:19:01 -07:00
2025-12-23 19:29:32 -08:00
2026-04-07 00:32:41 +00:00
2026-03-27 19:00:44 -07:00
2026-04-06 20:26:21 -07:00
2026-03-13 15:27:00 -07:00
2026-04-03 00:33:34 -07:00
2026-04-02 01:19:44 -07:00
2026-04-03 00:33:34 -07:00
2026-04-01 23:06:24 -07:00
2026-03-23 14:32:59 -07:00
2026-03-13 15:27:00 -07:00
2026-04-07 08:03:35 -07:00
2026-04-03 23:47:56 +00:00
2026-04-07 00:32:41 +00:00
2026-04-07 04:10:19 +00:00
2026-04-01 23:06:24 -07:00
2026-04-02 23:00:02 -07:00
2026-02-20 23:45:35 -08:00
2026-04-01 23:06:24 -07:00
2026-04-06 20:26:21 -07:00
2026-04-03 00:33:34 -07:00
2026-04-01 23:06:24 -07:00
2026-03-23 15:19:01 -07:00
2026-03-26 17:12:45 -07:00
2026-03-23 15:19:01 -07:00
2026-04-06 08:18:46 -07:00
2026-04-06 16:22:59 -07:00
2026-03-13 15:27:00 -07:00
2026-03-27 19:00:44 -07:00
2026-04-03 00:33:34 -07:00
2026-04-07 04:10:19 +00:00
2026-03-23 15:19:01 -07:00
2026-04-03 00:33:34 -07:00
2026-03-27 19:00:44 -07:00
2026-04-03 12:07:07 -07:00
2026-03-27 19:00:44 -07:00
2026-03-24 04:41:38 +00:00
2026-03-26 07:46:04 -07:00
2026-03-23 15:19:01 -07:00
2026-04-03 00:33:34 -07:00
2026-04-02 01:19:44 -07:00
2026-04-07 04:10:19 +00:00
2026-04-03 00:33:34 -07:00
2026-04-03 19:56:59 -07:00
2026-03-23 15:19:01 -07:00
2026-03-23 15:19:01 -07:00
2026-04-03 00:33:34 -07:00
2026-03-27 19:00:44 -07:00
2026-04-02 01:19:44 -07:00
2026-03-11 12:33:09 -07:00
2026-03-19 20:12:07 -07:00
2026-03-26 16:07:32 +01:00
2026-04-01 23:06:24 -07:00
2026-02-27 16:05:44 +01:00
2026-04-02 12:34:42 -07:00
2026-04-01 23:06:24 -07:00
2026-03-19 20:12:07 -07:00
2026-04-03 00:33:34 -07:00
2026-04-04 05:54:31 +00:00