File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,21 +170,6 @@ name = "rl-capture-logs"
170170command = " sh -lc \" cd $HOME/code/seq && f agent-qa-capture-logs\" "
171171description = " Tail background Claude/Codex Q/A ingest daemon logs from seq."
172172
173- [[tasks ]]
174- name = " seq-release-deploy"
175- command = " sh -lc 'cd \" $HOME/code/seq\" && SEQ_CXX_STD=\" ${SEQ_CXX_STD:--std=c++2c}\" bash ./cli/cpp/run.sh deploy && python3 tools/seqd_launchd.py status'"
176- description = " Build seq with the latest local LLVM release settings and restart the launchd-managed seqd."
177-
178- [[tasks ]]
179- name = " seq-release-deploy-llvm-project"
180- command = " sh -lc 'LLVM_ROOT=\" ${SEQ_LLVM_ROOT:-$HOME/repos/llvm/llvm-project/build}\" ; [ -x \" $LLVM_ROOT/bin/clang++\" ] || { echo \" missing local llvm-project clang++ at $LLVM_ROOT/bin/clang++\" >&2; exit 1; }; cd \" $HOME/code/seq\" && SEQ_LLVM_ROOT=\" $LLVM_ROOT\" SEQ_CXX_STD=\" ${SEQ_CXX_STD:--std=c++2c}\" bash ./cli/cpp/run.sh deploy && python3 tools/seqd_launchd.py status'"
181- description = " Build seq against a locally built llvm-project clang toolchain and restart seqd."
182-
183- [[tasks ]]
184- name = " seqd-status"
185- command = " sh -lc 'cd \" $HOME/code/seq\" && python3 tools/seqd_launchd.py status'"
186- description = " Show the current launchd status for seqd."
187-
188173[[tasks ]]
189174name = " deploy-with-hub-reload"
190175command = " FLOW_PROFILE=release ./scripts/deploy.sh && f hub stop && FLOW_DOCS_FOCUS=1 f hub"
You can’t perform that action at this time.
0 commit comments