Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A developer refactors state management from Redux to Zustand. The code ships. Th

On every pull request, Knowledge Diff:

1. **Reads the code diff** β€” what functions changed, what lines were added/removed
1. **Reads the code diff** β€” what functions, string literals, and lines were added/removed
2. **Finds relevant doc sections** β€” matches changed files/symbols against your README, ARCHITECTURE.md, CLAUDE.md, and any other docs you configure
3. **Asks an LLM** β€” *"Does the code change contradict what the doc says?"*
4. **Comments on the PR** β€” with specific, quote-level detail about what drifted
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
| `anthropic-api-key` | βœ…* | β€” | Anthropic API key. Required when `llm-provider` is `anthropic`. |
| `gemini-api-key` | βœ…* | β€” | Google Gemini API key. Required when `llm-provider` is `gemini`. |
| `llm-provider` | ❌ | `openai` | LLM backend: `openai`, `anthropic`, or `gemini`. |
| `llm-model` | ❌ | `gpt-4o` / `claude-3-5-sonnet-20241022` / `gemini-2.5-flash` | Override the model. |
| `llm-model` | ❌ | `gpt-4o-mini` / `claude-3-5-sonnet-20241022` / `gemini-2.5-flash` | Override the model. |
| `doc-files` | ❌ | `README.md,ARCHITECTURE.md,CLAUDE.md,docs/**/*.md` | Comma-separated globs of docs to check. |
| `code-extensions` | ❌ | `ts,tsx,js,jsx,py,go,rs,java,cpp,c,rb,php,swift,kt` | File extensions treated as code. |
| `sensitivity` | ❌ | `medium` | Drift threshold: `low` (definite only) / `medium` / `high` (includes ambiguities). |
Expand Down