greptile: Always emit sequence diagram in PR reviews#244
Conversation
Greptile SummaryAdds a
|
| Filename | Overview |
|---|---|
| .greptile/config.json | Adds sequenceDiagramSection config block; structure and values are consistent with all other section definitions in the file. |
Sequence Diagram
sequenceDiagram
participant GH as GitHub PR
participant Greptile as Greptile Review Bot
participant Config as .greptile/config.json
GH->>Greptile: PR opened / updated
Greptile->>Config: Load configuration
Config-->>Greptile: sequenceDiagramSection.included = true
Greptile->>Greptile: Analyze changed files
Greptile->>GH: Post summary section
Greptile->>GH: Post issues table section
Greptile->>GH: Post confidence score section
Greptile->>GH: Post sequence diagram section (new)
Reviews (1): Last reviewed commit: "greptile: enforce greptile to show seque..." | Re-trigger Greptile
Adds an explicit
sequenceDiagramSectionblock to.greptile/config.jsonso the diagram is rendered on every PR review.
No rule changes — the slim three-rule config from roll-out-3 (#240) is
unchanged