mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 09:00:20 +00:00
plugins: add before_install hook for install scanners
This commit is contained in:
8
src/types/pi-coding-agent.d.ts
vendored
Normal file
8
src/types/pi-coding-agent.d.ts
vendored
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user