From 6de5e3a20a58fdd41475f197be6865ece6355ee7 Mon Sep 17 00:00:00 2001 From: Hypatia May Date: Fri, 26 Jun 2026 14:02:02 +0800 Subject: [PATCH] docs(compact): fix stale agent/pre-request comment in coding-agent cordis.yml (CBR-004) codex review round 2 (non-blocking) CBR-004: the example's compaction wiring comment still named the old `agent/pre-request` seam. Renamed to `agent/pre-step` to match the shipped seam. --- examples/coding-agent/cordis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coding-agent/cordis.yml b/examples/coding-agent/cordis.yml index e3a3016dda..d239db3a7e 100644 --- a/examples/coding-agent/cordis.yml +++ b/examples/coding-agent/cordis.yml @@ -68,7 +68,7 @@ # Automatic context compaction: when the derived history approaches the model's # context window, summarize an older range into a checkpoint so a long-running # or tool-heavy session keeps fitting. A leaf entry (needs ctx.llm + the -# agent-loop's `agent/pre-request` seam from the app above). +# agent-loop's `agent/pre-step` seam from the app above). - id: compact-basic name: '@deepseek-ai/dsh-compact-basic' config: