Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | export const template_name = 'Default Initial Condensed'; export const template_content = `%%%%BEGIN_SECTION_CODEBASE_TREE%%%% <%~ await it.tree('. --gitignore -I "node_modules|dist|coverage"') %> %%%%BEGIN_SECTION_CODEBASE_TREE%%%% %%%%BEGIN_SECTION_SELECTED_FILES%%%% <%~ it.context_snippets_content %> <%~ it.adhoc_files_content %> <%~ it.adhoc_folders_content %> %%%%END_SECTION_SELECTED_FILES%%%% %%%%BEGIN_SECTION_MY_REQUEST%%%% <%~ it.user_input %> %%%%END_SECTION_MY_REQUEST%%%%`; |