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