Skip to content

Commit fea2f40

Browse files
authored
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.
1 parent eb1e7b6 commit fea2f40

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,42 @@ of using AI just for code generation, we've developed a true collaborative workf
130130
5. Results improve through iterative collaboration and shared understanding
131131

132132
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

Comments
 (0)