Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Unrelated edit preserves valid understanding

Procedure: reconstruct `checkout_total`, then edit only `unrelated.py`.

Expected: the checkout claim/task identity remains reusable and established; the unrelated edit must not demote it or force reinvestigation.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def checkout_total(items):
return sum(item['price'] for item in items)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BANNER_TEXT = 'Welcome'
Loading