Skip to content

Commit 96162cc

Browse files
committed
progress
1 parent e3b4eaf commit 96162cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

justfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,16 @@ quick-modify:
153153
show-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

0 commit comments

Comments
 (0)