Files
codex/codex-rs/core/src
zuxin-oai 82d82d9ca5 memories: bump rollout summary slug cap to 60 (#12167)
## Summary
Increase the rollout summary filename slug cap from 20 to 60 characters
in memory storage.

## What changed
- Updated `ROLLOUT_SLUG_MAX_LEN` from `20` to `60` in:
  - `codex-rs/core/src/memories/storage.rs`
- Updated slug truncation test to verify 60-char behavior.

## Why
This preserves more semantic context in rollout summary filenames while
keeping existing normalization behavior unchanged.

## Testing
- `just fmt`
- `cargo test -p codex-core
memories::storage::tests::rollout_summary_file_stem_sanitizes_and_truncates_slug
-- --exact`
2026-02-18 19:15:07 +00:00
..
2026-02-18 11:33:55 +00:00
2026-01-27 11:04:23 -08:00
2026-02-10 16:12:31 +00:00
2026-02-18 18:28:34 +00:00
2026-02-17 20:19:53 -08:00
2026-02-18 18:28:34 +00:00
2026-02-17 20:19:53 -08:00
2026-02-10 11:45:23 -08:00
2025-11-28 11:34:57 +00:00
2026-02-18 18:28:34 +00:00