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
docs: Update CLAUDE.md with GitHub integration capabilities (#25)
This PR updates the CLAUDE.md file to document the GitHub integration
capabilities that enable Claude to participate directly in the
development workflow.
Copy file name to clipboardExpand all lines: CLAUDE.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,4 +130,42 @@ of using AI just for code generation, we've developed a true collaborative workf
130
130
5. Results improve through iterative collaboration and shared understanding
131
131
132
132
This approach has allowed us to tackle more complex challenges and build a more robust system than either humans or AI
133
-
could achieve independently.
133
+
could achieve independently.
134
+
135
+
## GitHub Integration
136
+
137
+
Basic Memory has taken AI-Human collaboration to the next level by integrating Claude directly into the development workflow through GitHub:
138
+
139
+
### GitHub MCP Tools
140
+
141
+
Using the GitHub Model Context Protocol server, Claude can now:
142
+
143
+
-**Repository Management**:
144
+
- View repository files and structure
145
+
- Read file contents
146
+
- Create new branches
147
+
- Create and update files
148
+
149
+
-**Issue Management**:
150
+
- Create new issues
151
+
- Comment on existing issues
152
+
- Close and update issues
153
+
- Search across issues
154
+
155
+
-**Pull Request Workflow**:
156
+
- Create pull requests
157
+
- Review code changes
158
+
- Add comments to PRs
159
+
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
+
162
+
### Collaborative Development Process
163
+
164
+
With GitHub integration, the development workflow includes:
165
+
166
+
1.**Direct code review** - Claude can analyze PRs and provide detailed feedback
167
+
2.**Contribution tracking** - All of Claude's contributions are properly attributed in the Git history
168
+
3.**Branch management** - Claude can create feature branches for implementations
169
+
4.**Documentation maintenance** - Claude can keep documentation updated as the code evolves
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.
0 commit comments