Skip to content

Commit 748d0f0

Browse files
committed
docs: generate_context.py: Clarify instructions
Added instruction about backups not being necessary.
1 parent e841c2a commit 748d0f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def generate_header(mode: str, checkpoint_file: Path | None = None, with_public_
209209
9. Provide Code with focus toward with minimal commenting
210210
10. dont include {{{{/* comments */}}}}, every time it confuses hugo and causes errors
211211
11. If we are copying or moving files, provide the bash command to accomplish this
212+
12. We don't need to make backups of files before big edits - there is sufficient rollback capability in dev environment
212213
"""
213214
if mode == "diff":
214215
checkpoint_ts_str = "ERROR: Checkpoint file missing!"

0 commit comments

Comments
 (0)