refactor(event): remove runHookSafely wrapper, align with upstream dispatch pattern

This commit is contained in:
ismeth
2026-02-20 21:17:26 +01:00
committed by YeonGyu-Kim
parent 99e577d1e1
commit 9330ec806b
+2
View File
@@ -45,4 +45,6 @@ export interface SkillLoadOptions {
get(name: string): { name: string; description: string; location: string; content: string } | undefined | Promise<{ name: string; description: string; location: string; content: string } | undefined>
dirs(): string[] | Promise<string[]>
}
/** Project directory for skill discovery and base directory resolution. Should be ctx.directory from PluginContext. */
directory?: string
}