Files
openclaw/src/types/pi-coding-agent.d.ts
2026-05-11 03:41:00 +01:00

9 lines
242 B
TypeScript

export type OpenClawPiCodingAgentSkillSourceAugmentation = never;
declare module "@earendil-works/pi-coding-agent" {
interface Skill {
// OpenClaw relies on the source identifier returned by pi skill loaders.
source: string;
}
}