File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,16 @@ copy_file lessons/tools/shell-heredoc.md
109109# Copy templates
110110copy_file tasks/templates/initial-agent-setup.md
111111
112- # Create initial setup task from template
113- cp " ${TARGET_DIR} /tasks/templates/initial-agent-setup.md" " ${TARGET_DIR} /tasks/"
114- ./scripts/tasks.py edit initial-agent-setup --set created $( iso_datetime)
115-
116112# Initialize git
117113(cd " ${TARGET_DIR} " && git init)
118114
119115# Clone the gptme-contrib submodule
120116(cd " ${TARGET_DIR} " && git submodule add https://github.com/gptme/gptme-contrib.git gptme-contrib)
121117
118+ # Create initial setup task from template
119+ cp " ${TARGET_DIR} /tasks/templates/initial-agent-setup.md" " ${TARGET_DIR} /tasks/"
120+ (cd " ${TARGET_DIR} " && ./scripts/tasks.py edit initial-agent-setup --set created $( iso_datetime) )
121+
122122# If pre-commit is installed
123123# Install pre-commit hooks
124124command -v pre-commit > /dev/null && (cd " ${TARGET_DIR} " && pre-commit install)
You can’t perform that action at this time.
0 commit comments