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