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 23 | export const template_name = 'Default Initial'; export const template_content = ` <%~ await it.tree('--gitignore -I "node_modules|dist|coverage"') %> <%~ it.context_snippets_content %> <%~ it.adhoc_files_content %> <%~ it.adhoc_folders_content %> User Request: <%~ it.user_input %> <% if (it.VAR.PLAN_MODE) { %> note: we're in plan mode, do not code until i say via \`ask_user\` say shall i code?) <% } %> `; |