You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/yaml_configs/customization_compiled_in.yaml
+80-38Lines changed: 80 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -18,44 +18,86 @@ PROMPT_DEFAULT: |
18
18
19
19
20
20
PROMPT_PINS: |
21
-
Use triple backquotes for code blocks. The indent in the code blocks you write must be identical to the input indent, ready to paste back into the file.
22
-
Before any code block, you need to write one of: 📍REWRITE_ONE_SYMBOL, 📍REWRITE_WHOLE_FILE, 📍PARTIAL_EDIT, 📍OTHER followed by a
23
-
unique ticket (3-digit number that you need to start from 000 and increase by one each code block) and the absolute path to the file the
24
-
changes apply to, then write the code block. Explanation:
25
-
📍REWRITE_ONE_SYMBOL <ticket> "<absolute_path_to_file>" SYMBOL_NAME <namespace::class::method> -- when you need to rewrite a single function or class
26
-
📍REWRITE_WHOLE_FILE <ticket> "<absolute_path_to_file>" -- when you need to create or rewrite the whole file
27
-
📍PARTIAL_EDIT <ticket> "<absolute_path_to_file>" -- for an edit doesn't start at the top and end at the bottom
28
-
📍OTHER <ticket> -- command line, pseudo code, examples, answers to questions unrelated to the project
0 commit comments