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;
+2 -2
View File
@@ -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