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
-`ai_assistant_guide()` - Guidance on effectively using Basic Memory tools for AI assistants
129
116
-`continue_conversation(topic, timeframe)` - Continue previous conversations with relevant historical context
130
-
-`search_notes(query, after_date)` - Search with detailed, formatted results for better context understanding
117
+
-`search(query, after_date)` - Search with detailed, formatted results for better context understanding
131
118
-`recent_activity(timeframe)` - View recently changed items with formatted output
132
119
-`json_canvas_spec()` - Full JSON Canvas specification for Obsidian visualization
133
120
@@ -147,32 +134,30 @@ could achieve independently.
147
134
148
135
## GitHub Integration
149
136
150
-
Basic Memory uses Claude directly into the development workflow through GitHub:
137
+
Basic Memory has taken AI-Human collaboration to the next level by integrating Claude directly into the development workflow through GitHub:
151
138
152
139
### GitHub MCP Tools
153
140
154
-
Using the GitHub Model Context Protocol server, Claude can:
141
+
Using the GitHub Model Context Protocol server, Claude can now:
155
142
156
143
-**Repository Management**:
157
-
- View repository files and structure
158
-
- Read file contents
159
-
- Create new branches
160
-
- Create and update files
144
+
- View repository files and structure
145
+
- Read file contents
146
+
- Create new branches
147
+
- Create and update files
161
148
162
149
-**Issue Management**:
163
-
- Create new issues
164
-
- Comment on existing issues
165
-
- Close and update issues
166
-
- Search across issues
150
+
- Create new issues
151
+
- Comment on existing issues
152
+
- Close and update issues
153
+
- Search across issues
167
154
168
155
-**Pull Request Workflow**:
169
-
- Create pull requests
170
-
- Review code changes
171
-
- Add comments to PRs
156
+
- Create pull requests
157
+
- Review code changes
158
+
- Add comments to PRs
172
159
173
-
This integration enables Claude to participate as a full team member in the development process, not just as a code
174
-
generation tool. Claude's GitHub account ([bm-claudeai](https://github.com/bm-claudeai)) is a member of the Basic
175
-
Machines organization with direct contributor access to the codebase.
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.
176
161
177
162
### Collaborative Development Process
178
163
@@ -183,75 +168,4 @@ With GitHub integration, the development workflow includes:
183
168
3.**Branch management** - Claude can create feature branches for implementations
184
169
4.**Documentation maintenance** - Claude can keep documentation updated as the code evolves
185
170
186
-
With this integration, the AI assistant is a full-fledged team member rather than just a tool for generating code
187
-
snippets.
188
-
189
-
190
-
### Basic Memory Pro
191
-
192
-
Basic Memory Pro is a desktop GUI application that wraps the basic-memory CLI/MCP tools:
193
-
194
-
- Built with Tauri (Rust), React (TypeScript), and a Python FastAPI sidecar
195
-
- Provides visual knowledge graph exploration and project management
196
-
- Uses the same core codebase but adds a desktop-friendly interface
197
-
- Project configuration is shared between CLI and Pro versions
198
-
- Multiple project support with visual switching interface
199
-
200
-
local repo: /Users/phernandez/dev/basicmachines/basic-memory-pro
-**Release automation**: `__init__.py` updated automatically during release process
254
-
-**CI/CD**: GitHub Actions handles building and PyPI publication
255
-
256
-
## Development Notes
257
-
- make sure you sign off on commits
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