docs: fix markdown for cognee tutorial (#3801)

This commit is contained in:
Daniel Dides 2025-08-02 06:56:30 -04:00 committed by GitHub
parent ba02ed906e
commit 9cd07b88c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ Use instruction files for consistent behavior across sessions. This method uses
Create `~/.config/goose/cognee-instructions.md`:
```markdown
````markdown
You are an LLM agent with access to a Cognee knowledge graph for memory.
**IMPORTANT RULES:**
@ -86,7 +86,7 @@ You are an LLM agent with access to a Cognee knowledge graph for memory.
- When asked to analyze code repositories
- Use: `cognee-mcp__codify(\{ repo_path: "path" \})`
- Only process files returned by `rg --files`
```
````
Start Goose with instructions:
```bash