From d873083ad83f98bcca52e2f79b687028b7ff19af Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 4 Jan 2024 11:52:59 +0100 Subject: [PATCH] docs: add example prompt --- prompts/request-subcommand.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 prompts/request-subcommand.txt diff --git a/prompts/request-subcommand.txt b/prompts/request-subcommand.txt new file mode 100644 index 0000000..c863816 --- /dev/null +++ b/prompts/request-subcommand.txt @@ -0,0 +1,15 @@ +@@REQUEST + +I would like to change CLI parameters structure add add two subcommands: +* init : which will create an example .code_preloader.yml file (with comments) +* pack : which will create the packed version of the current directory for LLM prompting + +Most of current options (except --version and --help) must become options of the pack subcommand. + +I already started some changes to achieve this goal, but it is not finished, and I need your help and expert advises. + +Can you please tell me : +* where the changes should occur (which File? which Class? and which method?) +* what kind of changes must be made there? + +Please do not write code yet, simply explain.