rename entry.js to entry
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "node20"
|
using: "node20"
|
||||||
main: "entry.js"
|
main: "entry"
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: "code"
|
icon: "code"
|
||||||
|
|||||||
@@ -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);
|
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 __create = Object.create;
|
||||||
var __defProp = Object.defineProperty;
|
var __defProp = Object.defineProperty;
|
||||||
@@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
[] gemini installation speed (bundle/esm.sh?) (TODO: SHAWN)
|
[] gemini installation speed (bundle/esm.sh?) (TODO: SHAWN)
|
||||||
[] handle defaulting agent name value (TODO: SHAWN)
|
[] handle defaulting agent name value (TODO: SHAWN)
|
||||||
|
|
||||||
|
[] split up prompts, load dynamically based on mode
|
||||||
|
[] log.txt to stdout
|
||||||
|
|
||||||
[] entry.js
|
[] entry.js
|
||||||
[] 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
|
||||||
[] log.txt to stdout
|
|
||||||
|
|
||||||
## MAYBE
|
## MAYBE
|
||||||
|
|
||||||
@@ -14,7 +17,6 @@
|
|||||||
[] try to find heavy claude code user
|
[] try to find heavy claude code user
|
||||||
[] investigate including terminal output from bash commands as collapsed groups from claude
|
[] investigate including terminal output from bash commands as collapsed groups from claude
|
||||||
[] test initialization trade offs for pullfrog.yml
|
[] test initialization trade offs for pullfrog.yml
|
||||||
[] split up prompts, load dynamically based on mode
|
|
||||||
|
|
||||||
## DONE
|
## DONE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user