You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Plus glob patterns for binary archives, native libraries, OS metadata, and **sec
99
99
100
100
---
101
101
102
-
## Tools (41 community + 27 pro, 17 security)
102
+
## Tools (42 community + 27 pro, 17 security)
103
103
104
104
### Code Analysis (11)
105
105
@@ -154,6 +154,12 @@ Persistent AI context across sessions — debugging insights, architectural deci
154
154
155
155
Pairs well with [Tempera](https://github.com/anvanster/tempera) — an episodic memory system that captures transferable debugging strategies and solutions across projects. CodeGraph's memory tools store project-scoped notes; Tempera captures cross-project BKMs (best-known methods) that improve over time.
156
156
157
+
### PR / Change Analysis (1)
158
+
159
+
| Tool | What it does |
160
+
|------|-------------|
161
+
|`pr_context`|**One-call PR review.** Runs git diff against base branch, finds changed functions in the graph, reports: blast radius (callers), test coverage + gaps, affected modules, diff-aware change classification (signature vs body), stale-doc warnings, complexity, commit-message hint, suggested reviewers from git blame. |
162
+
157
163
### Documentation (7)
158
164
159
165
Persistent project documentation — index design docs, search them semantically, verify code matches the design, generate architecture docs from the code graph.
0 commit comments