This is an automated email from the ASF dual-hosted git repository. mgubaidullin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit d9f70aa6421a6449d913df8c103cf1864f601c82 Author: Marat Gubaidullin <[email protected]> AuthorDate: Mon Aug 24 12:05:28 2026 -0400 .task.md in .gitignore --- .gitignore | 3 ++- claude_vscode.sh | 2 +- claude_webapp.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7fd918c..f14720bf 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,5 @@ docs/install/karavan-docker/data/* .env stats.html -.task_report.md \ No newline at end of file +.task_report.md +.task.md \ No newline at end of file diff --git a/claude_vscode.sh b/claude_vscode.sh index f6315d4f..d61f949d 100755 --- a/claude_vscode.sh +++ b/claude_vscode.sh @@ -10,4 +10,4 @@ docker run -it --rm \ -e ANTHROPIC_API_KEY \ claude-sandbox \ --dangerously-skip-permissions \ - "Read /karavan/karavan-vscode/task.md. Execute the tasks described within, make the necessary code changes, and generate a concise summary report saved to /karavan/karavan-vscode/.task_report.md. Exit the process when you are completely finished." \ No newline at end of file + "Read /karavan/karavan-vscode/.task.md. Execute the tasks described within, make the necessary code changes, and generate a concise summary report saved to /karavan/karavan-vscode/.task_report.md. Exit the process when you are completely finished." \ No newline at end of file diff --git a/claude_webapp.sh b/claude_webapp.sh index b5ed0f50..18af40d1 100755 --- a/claude_webapp.sh +++ b/claude_webapp.sh @@ -10,4 +10,4 @@ docker run -it --rm --network=karavan \ -e ANTHROPIC_API_KEY \ claude-sandbox \ --dangerously-skip-permissions \ - "Read /karavan/karavan-app/task.md. Execute the tasks described within, make the necessary code changes, and generate a concise summary report saved to /karavan/karavan-app/.task_report.md. Exit the process when you are completely finished." \ No newline at end of file + "Read /karavan/karavan-app/.task.md. Execute the tasks described within, make the necessary code changes, and generate a concise summary report saved to /karavan/karavan-app/.task_report.md. Exit the process when you are completely finished." \ No newline at end of file
