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
8 changes: 5 additions & 3 deletions README.es-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ La interfaz se mantiene deliberadamente pequeña:
```mermaid
flowchart LR
Q["describe the old problem"] --> S["recall_search"]
S --> A["ranked anchor"]
X["exact error / symbol / path"] --> G["grep"]
S --> A["anchor: session + turn"]
G --> A
A --> E["expand_around"]
E --> T["step next / prev"]
Q -. exact identifier .-> G["grep"]
E <--> T["step next / prev"]
E --> V["grounded answer + raw evidence"]
R["what is current?"] --> RS["recent_sessions"]
```

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ The interface stays deliberately small:
```mermaid
flowchart LR
Q["describe the old problem"] --> S["recall_search"]
S --> A["ranked anchor"]
X["exact error / symbol / path"] --> G["grep"]
S --> A["anchor: session + turn"]
G --> A
A --> E["expand_around"]
E --> T["step next / prev"]
Q -. exact identifier .-> G["grep"]
E <--> T["step next / prev"]
E --> V["grounded answer + raw evidence"]
R["what is current?"] --> RS["recent_sessions"]
```

Expand Down
8 changes: 5 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ Session Recall 把这些历史汇成一个本地优先的索引,再通过五
```mermaid
flowchart LR
Q["describe the old problem"] --> S["recall_search"]
S --> A["ranked anchor"]
X["exact error / symbol / path"] --> G["grep"]
S --> A["anchor: session + turn"]
G --> A
A --> E["expand_around"]
E --> T["step next / prev"]
Q -. exact identifier .-> G["grep"]
E <--> T["step next / prev"]
E --> V["grounded answer + raw evidence"]
R["what is current?"] --> RS["recent_sessions"]
```

Expand Down
8 changes: 5 additions & 3 deletions docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ Session Recall превращает эту историю в единый local-
```mermaid
flowchart LR
Q["describe the old problem"] --> S["recall_search"]
S --> A["ranked anchor"]
X["exact error / symbol / path"] --> G["grep"]
S --> A["anchor: session + turn"]
G --> A
A --> E["expand_around"]
E --> T["step next / prev"]
Q -. exact identifier .-> G["grep"]
E <--> T["step next / prev"]
E --> V["grounded answer + raw evidence"]
R["what is current?"] --> RS["recent_sessions"]
```

Expand Down
Loading