plugins: add before_install hook for install scanners

This commit is contained in:
George Zhang
2026-03-29 10:17:00 -07:00
parent 77555d6c85
commit 7cd9957f62
7 changed files with 267 additions and 18 deletions

8
src/types/pi-coding-agent.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import "@mariozechner/pi-coding-agent";
declare module "@mariozechner/pi-coding-agent" {
interface Skill {
// OpenClaw relies on the source identifier returned by pi skill loaders.
source: string;
}
}