From 719eb2a0f08aeee3ca4056e01915c699313ffa29 Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Sat, 21 Jun 2025 06:39:27 -0700 Subject: [PATCH] wip --- tasks/08-clarify-exact-command.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tasks/08-clarify-exact-command.md diff --git a/tasks/08-clarify-exact-command.md b/tasks/08-clarify-exact-command.md deleted file mode 100644 index f4a4ef671f..0000000000 --- a/tasks/08-clarify-exact-command.md +++ /dev/null @@ -1,11 +0,0 @@ -# Task 08: Clarify “Exact Command” Wording in Approval Prompts - -## Goal -Refine the approval dialog wording to clearly explain what “this exact command” means: whether it matches the exact command string, the binary invocation, or the tool category. - -## Acceptance Criteria -- Update the approval modal description in `tui/src/bottom_pane/approval_modal_view.rs` to specify that it matches the literal command line string. -- Adjust config docs in `codex-rs/docs/protocol_v1.md` and `config.md` to mirror the clarified definition. - -## Notes -- This is purely a documentation and UI-text change; no logic modification required. \ No newline at end of file