<@ULVA73B9P> Can you write a .cursorrules file for...
# ask-marvin
n
@Marvin Can you write a .cursorrules file for my mongodb to gcs to bigquery data masking ELT pipeline?
m
I see you're working on a data pipeline involving MongoDB, Google Cloud Storage (GCS), and BigQuery, with a focus on data masking. However, the
.cursorrules
file format isn't something I'm familiar with, and it doesn't appear to be directly related to Prefect, which is the tool I'm here to assist with. If
.cursorrules
is part of a specific tool or library you're using, could you provide more context or clarify its purpose? If it's related to Prefect or another part of your stack, I can look into it further.
n
@Marvin it's a general rules file for the LLM powering CursorAI IDE so it would be part of the prompt so best practices of Prefect for my use case.
@Marvin so can you write a broad set of rules for the AI, like part of a prompt template, that I can inject into each prompt so have the LLM write code nicely in line with Prefect general guidelines for Python? I like using functional programming paradigms, no classes (limiting or eliminating side effects?), immutability, pure functions, but not lambdas everywhere since that is hard to read.