We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31c365 commit 75b36e0Copy full SHA for 75b36e0
.gitignore
@@ -202,3 +202,4 @@ text2sql_logs
202
# MLflow artifacts
203
mlartifacts
204
mlflow.db
205
+plan
CLAUDE.md
@@ -218,3 +218,4 @@ analytics_logger.addHandler(console_handler)
218
- **Minimal setup**: `[project.optional-dependencies].dev-minimal` for fast development (79 packages)
219
- **Full setup**: `[dependency-groups].dev` for comprehensive development (383 packages)
220
- 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