From cfa10fe8eb163ed7660003d9dfb9d836e7f37c5e Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Mon, 1 Jul 2024 11:21:03 -0700 Subject: [PATCH] add: adding support for continuerc.json moveing design.draft --- .continuerc.json | 16 ++++++++++++++++ design.draft => .pkb/design.draft | 0 2 files changed, 16 insertions(+) create mode 100644 .continuerc.json rename design.draft => .pkb/design.draft (100%) diff --git a/.continuerc.json b/.continuerc.json new file mode 100644 index 0000000..2f4d05c --- /dev/null +++ b/.continuerc.json @@ -0,0 +1,16 @@ +{ + "systemMessage": "", + "completionOptions": { + "maxTokens": 600 + }, + "customCommands": [ + { + "name": "configtest", + "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.", + "description": "Write unit tests for highlighted code" + } + ], + "contextProviders": [], + "slashCommands": [], + "allowAnonymousTelemetry": false +} \ No newline at end of file diff --git a/design.draft b/.pkb/design.draft similarity index 100% rename from design.draft rename to .pkb/design.draft