From e6831fcb28505fc79e61332ce8259e8a065dc9f0 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Thu, 4 Jun 2026 19:04:52 +0200 Subject: [PATCH] Document regex-aware code navigation skill --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index b4a3497..e8e8b5f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -63,6 +63,10 @@ cmake --build --preset windows-msvc-default --config Debug --target clean ## Code Navigation +Codex has a repo-specific skill named `panopainter-code-navigation`. Use it when +following C++ symbols, finding symbol families with regular expressions, tracing +service/interface wiring, or checking platform/backend boundary usage. + Prefer compiler-aware navigation when following C++ symbols across the legacy flat source tree and extracted components: