diff options
Diffstat (limited to 'qui-custodit/agents')
| -rw-r--r-- | qui-custodit/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qui-custodit/agents/openai.yaml b/qui-custodit/agents/openai.yaml new file mode 100644 index 0000000..e357202 --- /dev/null +++ b/qui-custodit/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Qui Custodit" + short_description: "Cull redundant and ghost tests" + default_prompt: "Use $qui-custodit to audit and purify a test suite: delete duplicates, consolidate near-duplicates, prune ghost and barnacle tests, and preserve coverage of useful live behavior." |