Skip to content

Commit 2a1c06d

Browse files
committed
fix link in ai_assistant_guide resource
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent c6f93a0 commit 2a1c06d

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

src/basic_memory/mcp/resources/ai_assistant_guide.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Quick reference for using Basic Memory tools effectively through MCP.
44

5-
**For comprehensive coverage**: See the [Extended AI Assistant Guide](https://github.com/basicmachines-co/basic-memory/blob/main/v15-docs/ai-assistant-guide-extended.md) with detailed examples, advanced patterns, and self-contained sections.
5+
**For comprehensive coverage**: See the [Extended AI Assistant Guide](https://github.com/basicmachines-co/basic-memory/blob/main/docs/ai-assistant-guide-extended.md) with detailed examples, advanced patterns, and self-contained sections.
66

77
## Overview
88

@@ -14,11 +14,9 @@ Basic Memory creates a semantic knowledge graph from markdown files. Focus on bu
1414

1515
**Your role**: You're helping humans build enduring knowledge they'll own forever. The semantic graph (observations, relations, context) helps you provide better assistance by understanding connections and maintaining continuity. Think: lasting insights worth keeping, not disposable chat logs.
1616

17-
## Project Management (v0.15.0+)
17+
## Project Management
1818

19-
### Stateless Architecture
20-
21-
All tools require explicit project specification (breaking change from v0.14.x).
19+
All tools require explicit project specification.
2220

2321
**Three-tier resolution:**
2422
1. CLI constraint: `--project name` (highest priority)
@@ -280,19 +278,6 @@ context = await build_context(url=f"memory://{results[0].permalink}", project="m
280278
- `memory://permalink` - By permalink
281279
- `memory://folder/*` - All in folder
282280

283-
## Key Changes in v0.15.0
284-
285-
1. **Project parameter required** (breaking change)
286-
- Enable `default_project_mode` for single-project workflows
287-
288-
2. **Stateless tools**
289-
- No implicit project context
290-
- Each call specifies project
291-
292-
3. **Project discovery**
293-
- Use `list_memory_projects()` to find projects
294-
- Use `recent_activity()` for recommendations
295-
296281
For full documentation: https://docs.basicmemory.com
297282

298-
Built with ♥️ by Basic Machines
283+
Built with ♥️ by Basic Machines

0 commit comments

Comments
 (0)