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: CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ See the [README.md](README.md) file for a project overview.
63
63
- Testing uses pytest with asyncio support (strict mode)
64
64
- Test database uses in-memory SQLite
65
65
- Avoid creating mocks in tests in most circumstances.
66
-
- Each test runs in a standalone enviroment with in memory SQLite and tmp_file directory
66
+
- Each test runs in a standalone environment with in memory SQLite and tmp_file directory
67
67
68
68
## BASIC MEMORY PRODUCT USAGE
69
69
@@ -168,4 +168,4 @@ With GitHub integration, the development workflow includes:
168
168
3.**Branch management** - Claude can create feature branches for implementations
169
169
4.**Documentation maintenance** - Claude can keep documentation updated as the code evolves
170
170
171
-
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.
171
+
This level of integration represents a new paradigm in AI-human collaboration, where the AI assistant becomes a full-fledged team member rather than just a tool for generating code snippets.
0 commit comments