-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Auto-detect git repo and create per-project knowledge collections
Why
Context-specific results, no noise from other projects
Tasks
- Detect git repo name from
git remote -v - Create Qdrant collection:
knowledge_{repo_name} - Auto-switch collection based on current directory
- Add
--project=flag to override - Add
--globalflag to search all projects - Show current project in
know stats - List all projects in
know projects(new command)
Success Criteria
- Each git repo gets its own namespace automatically
know searchonly returns results from current projectknow search --globalsearches all projectsknow projectslists all knowledge bases
Priority
🔴 CRITICAL - Must happen before adding real data
Related
Works with Issue #1 (Qdrant). Each project = separate collection.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request