fix(shared): add bounded project discovery helpers

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-26 12:58:57 +09:00
parent 9d4a8f2183
commit 19838b78a7
+1 -1
View File
@@ -62,11 +62,11 @@ export * from "./truncate-description"
export * from "./opencode-storage-paths"
export * from "./opencode-message-dir"
export * from "./opencode-command-dirs"
export * from "./project-discovery-dirs"
export * from "./normalize-sdk-response"
export * from "./session-directory-resolver"
export * from "./prompt-tools"
export * from "./internal-initiator-marker"
export * from "./plugin-command-discovery"
export * from "./project-discovery-dirs"
export { SessionCategoryRegistry } from "./session-category-registry"
export * from "./plugin-identity"