Constitution vs Agent context file (eg: copilot-instructions.md) #1056
-
|
Hi, so the question is: should I just duplicated them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
When you install the Spec Kit prompts, each one come with a built-in reference to the Hope this helps! 😁 |
Beta Was this translation helpful? Give feedback.
When you install the Spec Kit prompts, each one come with a built-in reference to the
constitution.mdfile. So as long as your using one of those prompts, you'd only need theconstitution.md. Outside of that, you'd probably want to direct your agent to that constitution file explicitly. Since you mentioned copilot, what I would do for anything outside of VS Code or Visual Studio (since both of those you can configure via settings to use the constitution directly instead) is to set upcopilot-instructions.mdwith a simple one-liner pointing to the constitution as a markdown link. Then any time copilot would pick up instructions, it automatically loads the constitution file. Then maintain y…