update todos, cleanup

This commit is contained in:
David Blass
2025-11-19 12:25:49 -05:00
parent 06a19567c0
commit e477ad81b2
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,5 +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;
@@ -11,7 +12,7 @@ export type Payload = {
/**
* Agent slug identifier (e.g., "claude", "codex", "gemini")
*/
readonly agent: string | null;
readonly agent: AgentName | null;
/**
* The prompt/instructions for the agent to execute