Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ All commands support `--project=<name>` to target a specific project namespace a
| `stage` | Stage entries in daily log before permanent storage |
| `promote` | Promote staged entries to permanent knowledge |
| `enhance:worker` | Process the background Ollama enhancement queue |
| `coderabbit:extract` | Extract CodeRabbit review findings from a GitHub PR |

### Infrastructure

Expand Down
3 changes: 0 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Index and search codebases semantically via `index-code` and `search-code`.
### Context Command
Semantic session context loading for AI tools — auto-injects relevant knowledge into Claude Code sessions.

### CodeRabbit Review Extraction
Extract CodeRabbit review findings from GitHub PRs and store as knowledge entries via `coderabbit:extract`.

### Background Ollama Auto-Tagging
Async auto-tagging via OllamaService with file-based enhancement queue. `know add` stays fast (<100ms), enhancement happens in background via `enhance:worker`.

Expand Down
171 changes: 0 additions & 171 deletions app/Commands/CoderabbitExtractCommand.php

This file was deleted.

Loading
Loading