fix(shared): add ancestor 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 11:22:00 +09:00
parent 23df6bd255
commit da3e80464d
3 changed files with 127 additions and 0 deletions
+1
View File
@@ -67,5 +67,6 @@ 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"