Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/docs/tutorials/advanced-cognee-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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
Expand Down