update todos and cleanup

This commit is contained in:
David Blass
2025-11-19 15:47:42 -05:00
parent c647c923f3
commit aa5eb4c43c
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -1,11 +1,6 @@
/** May be a `github.event` payload that has been stringified. This case needs to be detected and handled appropriately. */
import type { AgentName } from "./main.ts";
import type { Mode } from "./modes.ts";
// type Payload = GithubEventPayload | WorkflowDispatchPayload;
// type GithubEventPayload = Record<string, any>;
export type Payload = {
"~pullfrog": true;