/** * pi-goals extension — registers the `goal` tool. * * Just one tool. State lives in prd.json; inspect with `cat prd.json` or * `ls .ralph-worktrees/`. Pause via ctrl+C, resume by re-running /goal with * the same --from path. */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function goalsExtension(pi: ExtensionAPI): void; //# sourceMappingURL=index.d.ts.map