Skip to content

Commit 682c609

Browse files
authored
Merge branch 'main' into fix/prevent-session-hang
2 parents 6d7c3c5 + 2cf7784 commit 682c609

File tree

3 files changed

+93
-198
lines changed

3 files changed

+93
-198
lines changed

.github/workflows/shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
dep-resolution:
4040
- name: lowest-direct
4141
install-flags: "--upgrade --resolution lowest-direct"
42-
- name: highest
43-
install-flags: "--upgrade --resolution highest"
42+
- name: locked
43+
install-flags: "--frozen"
4444
os: [ubuntu-latest, windows-latest]
4545

4646
steps:

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ This document contains critical information about working with this codebase. Fo
5151
- NEVER ever mention a `co-authored-by` or similar aspects. In particular, never
5252
mention the tool used to create the commit message or PR.
5353

54+
## Breaking Changes
55+
56+
When making breaking changes, document them in `docs/migration.md`. Include:
57+
58+
- What changed
59+
- Why it changed
60+
- How to migrate existing code
61+
62+
Search for related sections in the migration guide and group related changes together
63+
rather than adding new standalone sections.
64+
5465
## Python Tools
5566

5667
## Code Formatting

0 commit comments

Comments
 (0)