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
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ See the [README.md](README.md) file for a project overview.
37
37
- API uses FastAPI for endpoints
38
38
- Follow the repository pattern for data access
39
39
- Tools communicate to api routers via the httpx ASGI client (in process)
40
+
- avoid using "private" functions in modules or classes (prepended with _)
40
41
41
42
### Codebase Architecture
42
43
@@ -134,30 +135,32 @@ could achieve independently.
134
135
135
136
## GitHub Integration
136
137
137
-
Basic Memory has taken AI-Human collaboration to the next level by integrating Claude directly into the development workflow through GitHub:
138
+
Basic Memory uses Claude directly into the development workflow through GitHub:
138
139
139
140
### GitHub MCP Tools
140
141
141
-
Using the GitHub Model Context Protocol server, Claude can now:
142
+
Using the GitHub Model Context Protocol server, Claude can:
142
143
143
144
-**Repository Management**:
144
-
- View repository files and structure
145
-
- Read file contents
146
-
- Create new branches
147
-
- Create and update files
145
+
- View repository files and structure
146
+
- Read file contents
147
+
- Create new branches
148
+
- Create and update files
148
149
149
150
-**Issue Management**:
150
-
- Create new issues
151
-
- Comment on existing issues
152
-
- Close and update issues
153
-
- Search across issues
151
+
- Create new issues
152
+
- Comment on existing issues
153
+
- Close and update issues
154
+
- Search across issues
154
155
155
156
-**Pull Request Workflow**:
156
-
- Create pull requests
157
-
- Review code changes
158
-
- Add comments to PRs
157
+
- Create pull requests
158
+
- Review code changes
159
+
- Add comments to PRs
159
160
160
-
This integration enables Claude to participate as a full team member in the development process, not just as a code generation tool. Claude's GitHub account ([bm-claudeai](https://github.com/bm-claudeai)) is a member of the Basic Machines organization with direct contributor access to the codebase.
161
+
This integration enables Claude to participate as a full team member in the development process, not just as a code
162
+
generation tool. Claude's GitHub account ([bm-claudeai](https://github.com/bm-claudeai)) is a member of the Basic
163
+
Machines organization with direct contributor access to the codebase.
161
164
162
165
### Collaborative Development Process
163
166
@@ -168,4 +171,5 @@ With GitHub integration, the development workflow includes:
168
171
3.**Branch management** - Claude can create feature branches for implementations
169
172
4.**Documentation maintenance** - Claude can keep documentation updated as the code evolves
170
173
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.
174
+
With this integration, the AI assistant is a full-fledged team member rather than just a tool for generating code
0 commit comments