fix(background-agent): route session prompts by directory

This commit is contained in:
YeonGyu-Kim
2026-05-12 18:13:39 +09:00
parent 7d09d2c83c
commit 6035a551ad
7 changed files with 221 additions and 31 deletions
+1
View File
@@ -71,6 +71,7 @@ export * from "./project-discovery-dirs"
export * from "./normalize-sdk-response"
export * from "./record-type-guard"
export * from "./session-directory-resolver"
export * from "./session-route"
export * from "./prompt-tools"
export * from "./compaction-marker"
export * from "./internal-initiator-marker"