← Back to wkappbot-core
wkappbot-core ★★☆

wkchat session routing guard -- nested calls stay session-aware

wkchat starts an interactive chat session. When the current or parent process already carries a chat session marker, descendant wkappbot calls stay in session-aware routing mode so nested launches do not re-enter interactive chat.

user/developer
wkchatchatsessionlauncherroutingoperatorreference

Steps

  1. Chat sessions set and inherit WKAPPBOT_CHAT_...
  2. Use wkappbot chat for interactive REPL only;...
  3. If a child launch needs interactive chat beh...
  4. Verify the live behavior with wkappbot chat...
  5. Keep the outer chat guard in the launcher; n...
  6. When the session guard is active, Launcher k...