diff --git a/action.yml b/action.yml index 825986f..128f5db 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: runs: using: "node20" - main: "entry.js" + main: "entry" branding: icon: "code" diff --git a/entry.js b/entry similarity index 99% rename from entry.js rename to entry index 28e76c3..5c6b2c1 100755 --- a/entry.js +++ b/entry @@ -1,4 +1,3 @@ -#!/usr/bin/env node import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __dirnameFn } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __dirnameFn(__filename); var __create = Object.create; var __defProp = Object.defineProperty; diff --git a/todo.md b/todo.md index d6f5f10..00d0adb 100644 --- a/todo.md +++ b/todo.md @@ -2,11 +2,14 @@ [] gemini installation speed (bundle/esm.sh?) (TODO: SHAWN) [] handle defaulting agent name value (TODO: SHAWN) + +[] split up prompts, load dynamically based on mode +[] log.txt to stdout + [] entry.js [] 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 -[] log.txt to stdout ## MAYBE @@ -14,7 +17,6 @@ [] try to find heavy claude code user [] investigate including terminal output from bash commands as collapsed groups from claude [] test initialization trade offs for pullfrog.yml -[] split up prompts, load dynamically based on mode ## DONE