Skip to content

Commit 419ee40

Browse files
charley-oaicodex
andcommitted
docs(core): remove contextual-user note from developer fragments module
Drop the cross-module explanatory comment from the developer fragment file to keep this module focused on developer-envelope update fragments. Co-authored-by: Codex <noreply@openai.com>
1 parent b732e4a commit 419ee40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

codex-rs/core/src/context_manager/updates/developer_update_fragments.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ use codex_protocol::protocol::TurnContextItem;
2626
// ---------------------------------------------------------------------------
2727
// Settings-update fragments for the developer envelope
2828
// ---------------------------------------------------------------------------
29-
//
30-
// Contextual-user settings-update fragments are assembled in `updates.rs`
31-
// (currently `EnvironmentContext::diff_from_turn_context_item(...)`) and the
32-
// corresponding fragment types live in their own modules (for example
33-
// `environment_context.rs` and `instructions/contextual_user_fragments.rs`).
3429

3530
struct PermissionsUpdateFragment {
3631
text: String,

0 commit comments

Comments
 (0)