File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,16 +153,16 @@ quick-modify:
153153show-logs :
154154 tail -f $(ls $PGT_LOG_PATH/ server.log.* | sort -t- -k2,2 -k3,3 -k4,4 | tail -n 1 )
155155
156- port-squawk :
157- unset ANTHROPIC_API_KEY && claude --dangerously-skip-permissions -p " please read PLAN .md and follow the instructions closely"
156+ agentic name :
157+ unset ANTHROPIC_API_KEY && claude --dangerously-skip-permissions -p " please read agentic/ {{ name }} .md and follow the instructions closely"
158158
159- port-squawk- loop:
159+ agentic- loop name :
160160 #!/usr/bin/env bash
161- echo " Starting port-squawk loop until error..."
161+ echo " Starting agentic loop until error..."
162162 iteration=1
163163 while true ; do
164164 echo " $(date): Starting iteration $iteration..."
165- if just port-squawk ; then
165+ if just agentic {{ name }} ; then
166166 echo " $(date): Iteration $iteration completed successfully!"
167167 iteration=$((iteration + 1 ))
168168 else
You can’t perform that action at this time.
0 commit comments