Skip to content

Commit 75b36e0

Browse files
committed
added a new plan directory to save plans
1 parent f31c365 commit 75b36e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ text2sql_logs
202202
# MLflow artifacts
203203
mlartifacts
204204
mlflow.db
205+
plan

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,4 @@ analytics_logger.addHandler(console_handler)
218218
- **Minimal setup**: `[project.optional-dependencies].dev-minimal` for fast development (79 packages)
219219
- **Full setup**: `[dependency-groups].dev` for comprehensive development (383 packages)
220220
- Use `make install-minimal` for most development tasks, `make install` for full ML stack work
221+
- if the user asks you to save a plan, save it into the plan/ directory with an appropriate file name.

0 commit comments

Comments
 (0)