Open Issues Need Help
View All on GitHubAI 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