From aa5eb4c43ce6fc398ef0c562c67222bababb1d74 Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 19 Nov 2025 15:47:42 -0500 Subject: [PATCH] update todos and cleanup --- external.ts | 5 ----- todo.md | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/external.ts b/external.ts index 7dcca09..2b301a6 100644 --- a/external.ts +++ b/external.ts @@ -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; - export type Payload = { "~pullfrog": true; diff --git a/todo.md b/todo.md index fa0000f..d6f5f10 100644 --- a/todo.md +++ b/todo.md @@ -1,8 +1,8 @@ ## CURRENT -[] gemini installation speed (bundle/esm.sh?) +[] gemini installation speed (bundle/esm.sh?) (TODO: SHAWN) +[] handle defaulting agent name value (TODO: SHAWN) [] entry.js -[] handle defaulting agent name value [] test agent/mode combinations [] test if home directory mcp.json works if mcp.json is specified in repo [] add footer to the working comment ("executed by {agent}", link to pullfrog (homepage) w/ small logo?, feedback (create github issue), link to workflow run)- see https://github.com/colinhacks/zod/issues/5459#issuecomment-3548382991