diff --git a/misc/prompts/request-crinja.txt b/misc/prompts/request-crinja.txt new file mode 100644 index 0000000..b69771e --- /dev/null +++ b/misc/prompts/request-crinja.txt @@ -0,0 +1,10 @@ +I would like to replace the hardcoded structure of the output "@@ ... " with a jinja template that would be handler with the crinja.cr shard. + +My strategy is to preload the content during process_file and store it in a hash. +Then the hash will be used in the end to render a final template (from crinja). + +Can you please tell me : +* where the changes should occur (which file? which class? which method?) +* what kind of changes must be made there? + +Please do not write code yet, simply explain. diff --git a/misc/prompts/request-improve-readme1.txt b/misc/prompts/request-improve-readme1.txt new file mode 100644 index 0000000..298e43a --- /dev/null +++ b/misc/prompts/request-improve-readme1.txt @@ -0,0 +1,7 @@ + +We want to improve the README.md file as for an open-source project following the best practices. + +Please focus on the code provided in the « @@ File ... » sections and analyze the existing « @@ File "README.md" », then take in account the content of class Config which analyzes the command line. + +In this analysis of the existing « @@ File "README.md" », please provide me with a list of things that you appreciate, a list of things to amplify, a list of things to adjust. + diff --git a/misc/prompts/request-improve-readme2.txt b/misc/prompts/request-improve-readme2.txt new file mode 100644 index 0000000..620afa5 --- /dev/null +++ b/misc/prompts/request-improve-readme2.txt @@ -0,0 +1,7 @@ + +We want to improve the README.md file as for an open-source project following the best practices. + +Please focus on the code provided in the « @@ File ... » sections and analyze the existing « @@ File "README.md" », then take in account the content of class Config which analyzes the command line. + +Please concentrate on the detail of your analysis in your previous message and write a new improved/fixed version of « @@ File "README.md" + diff --git a/prompts/request-subcommand.txt b/misc/prompts/request-subcommand.txt similarity index 98% rename from prompts/request-subcommand.txt rename to misc/prompts/request-subcommand.txt index c863816..ab57872 100644 --- a/prompts/request-subcommand.txt +++ b/misc/prompts/request-subcommand.txt @@ -1,5 +1,3 @@ -@@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 diff --git a/prompts/footer.txt b/misc/prompts/request.txt similarity index 100% rename from prompts/footer.txt rename to misc/prompts/request.txt diff --git a/prompts/footer-improve-readme.txt b/prompts/footer-improve-readme.txt deleted file mode 100644 index 83c1f56..0000000 --- a/prompts/footer-improve-readme.txt +++ /dev/null @@ -1,16 +0,0 @@ -@@ REQUEST (ANALYZE) - -We want to improve the README.md file as for an open-source project following the best practices. - -Please focus on the code provided in the « @@ File ... » sections and analyze the existing « @@ File "README.md" », then take in account the content of class Config which analyzes the command line. - -In this analysis of the existing « @@ File "README.md" », please provide me with a list of things that you appreciate, a list of things to amplify, a list of things to adjust. - -@@ REQUEST (WRITE) - -We want to improve the README.md file as for an open-source project following the best practices. - -Please focus on the code provided in the « @@ File ... » sections and analyze the existing « @@ File "README.md" », then take in account the content of class Config which analyzes the command line. - -Please concentrate on the detail of your analysis in your previous message and write a new improved/fixed version of « @@ File "README.md" -