update todos and cleanup
This commit is contained in:
@@ -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 { AgentName } from "./main.ts";
|
||||||
import type { Mode } from "./modes.ts";
|
import type { Mode } from "./modes.ts";
|
||||||
|
|
||||||
// type Payload = GithubEventPayload | WorkflowDispatchPayload;
|
|
||||||
// type GithubEventPayload = Record<string, any>;
|
|
||||||
|
|
||||||
export type Payload = {
|
export type Payload = {
|
||||||
"~pullfrog": true;
|
"~pullfrog": true;
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
## CURRENT
|
## CURRENT
|
||||||
|
|
||||||
[] gemini installation speed (bundle/esm.sh?)
|
[] gemini installation speed (bundle/esm.sh?) (TODO: SHAWN)
|
||||||
|
[] handle defaulting agent name value (TODO: SHAWN)
|
||||||
[] entry.js
|
[] entry.js
|
||||||
[] handle defaulting agent name value
|
|
||||||
[] test agent/mode combinations
|
[] test agent/mode combinations
|
||||||
[] test if home directory mcp.json works if mcp.json is specified in repo
|
[] 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
|
[] 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
|
||||||
|
|||||||
Reference in New Issue
Block a user