diff options
Diffstat (limited to 'style-doctrine/agents/openai.yaml')
| -rw-r--r-- | style-doctrine/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style-doctrine/agents/openai.yaml b/style-doctrine/agents/openai.yaml new file mode 100644 index 0000000..02e83b6 --- /dev/null +++ b/style-doctrine/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Style Doctrine" + short_description: "Load the house coding doctrine" + default_prompt: "Use $style-doctrine to load the house coding style doctrine and apply the relevant universal or language-specific guide before writing, reviewing, or refactoring code." |