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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,24 @@ A native VS Code extension that brings the full Glean Code REPL — slash comman

![Glean Code VS Code extension preview](assets/vscode_extension_glean-code-cli.png)

### Flow Mapper

`/flow` records the investigations you run — every `/chat` and `/search`, and the documents they
cited — then finds the connections between them. Not only the obvious "both mentioned INC-1183",
but the indirect case: two conversations sharing no vocabulary at all, connected because a
document cited by one refers to the other's subject in passing.

Below, a checkout incident and a customer renewal link on `incident, checkout`. Neither
conversation mentions the other. The QBR simply refers to "the checkout incident" in prose —
no ticket number, nothing to join on.

![Flow Mapper preview — /flow show drawing two linked investigations](assets/flow_mapper_preview.png)

Sessions run down a rail in the order you worked; each connection branches off it carrying the
evidence that earned it, so every link can be read rather than taken on trust. Capture is local
SQLite, defaults to recording mock traffic only, and the whole thing works offline against the
built-in corpus — no token needed to try it.

## Commands at a glance

| Area | Commands |
Expand Down
Binary file added assets/flow_mapper_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading