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:
153
153
show-logs :
154
154
tail -f $(ls $PGT_LOG_PATH/ server.log.* | sort -t- -k2,2 -k3,3 -k4,4 | tail -n 1 )
155
155
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"
158
158
159
- port-squawk- loop:
159
+ agentic- loop name :
160
160
#!/usr/bin/env bash
161
- echo " Starting port-squawk loop until error..."
161
+ echo " Starting agentic loop until error..."
162
162
iteration=1
163
163
while true ; do
164
164
echo " $(date): Starting iteration $iteration..."
165
- if just port-squawk ; then
165
+ if just agentic {{ name }} ; then
166
166
echo " $(date): Iteration $iteration completed successfully!"
167
167
iteration=$((iteration + 1 ))
168
168
else
You can’t perform that action at this time.
0 commit comments