ClawBrain is a persistent semantic memory system built specifically for AI agents.

1 Open Issue Need Help Last updated: Feb 22, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The `clawbrain sync` command currently ingests all `*.md` files, leading to noisy operational logs and generated files polluting the vector store and semantic search results. This issue proposes adding a mechanism to exclude specific files or patterns from ingestion, either through a `.clawbrain-ignore` file (similar to `.gitignore`) or via CLI flags/environment variables, to improve the quality of indexed memories.

Complexity: 3/5
enhancement good first issue

ClawBrain is a persistent semantic memory system built specifically for AI agents.

Go