How to define prompts in project directory / Git working copy? #8586
-
|
I'd like to define prompts in my repository so I can
E.g. with Cline rules, I simply have a root-level directory in my project: It seems that per-project config is not planned, so I wonder if there is a different method to achieve this. I already tried referencing a prompt file by absolute path in # ...
prompts:
- uses: /Users/me/projects/myproject/.continue/prompts/explain-invokable.mdUnfortunately, this results in an error Failed to load config due to missing blocks, see which blocks are missing below in the Continue panel in VS Code, using extension v1.2.10 or v1.3.24 (pre-release). The error only appears when the prompt file exists. any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just learned that anything in |
Beta Was this translation helpful? Give feedback.
I just learned that anything in
.continue/promptsdoes indeed get picked up.The problem was that I tried to register the prompt explicitly in my
config.yamlas the documentation implied:-- https://docs.continue.dev/customize/deep-dives/prompts