Move things to external.ts

This commit is contained in:
Colin McDonnell
2025-11-19 16:02:37 -08:00
parent 7e0dcd5374
commit e3a7b09df4
10 changed files with 1252 additions and 1219 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { Payload } from "../external.ts";
import { ghPullfrogMcpName } from "../mcp/index.ts";
import { ghPullfrogMcpName } from "../external.ts";
import { modes } from "../modes.ts";
export const addInstructions = (payload: Payload) =>