rename entry.js to entry

This commit is contained in:
David Blass
2025-11-19 16:18:59 -05:00
parent aa5eb4c43c
commit 2ba6cf7c0b
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ inputs:
runs:
using: "node20"
main: "entry.js"
main: "entry"
branding:
icon: "code"
-1
View File
@@ -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;
+4 -2
View File
@@ -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