docs(readme): sync integration matrix with shipped integrations#1055
Conversation
Greptile SummaryThis PR updates the README integrations matrix by moving four integrations — Snowflake, Alertmanager, Discord, and Railway — from the "Roadmap" column into the "Integrations" column. All four are confirmed to exist in the codebase ( Confidence Score: 5/5Safe to merge — documentation-only change with all 4 moved integrations verified as implemented in the codebase. All four integrations claimed as shipped are confirmed by actual source files. No logic, config, or runtime behavior is affected. No issues found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README Integrations Matrix] --> B{Integration Status}
B -->|Shipped & Verified| C[Integrations Column]
B -->|Planned| D[Roadmap Column]
C --> C1[Snowflake\nSnowflakeQueryHistoryTool]
C --> C2[Alertmanager\nAlertmanagerAlertsTool\nAlertmanagerSilencesTool]
C --> C3[Discord\ndiscord_delivery.py]
C --> C4[Railway\napp/remote/ops.py]
D -.->|This PR moves these| C
style C fill:#22c55e,color:#fff
style D fill:#f59e0b,color:#fff
style C1 fill:#dcfce7
style C2 fill:#dcfce7
style C3 fill:#dcfce7
style C4 fill:#dcfce7
Reviews (1): Last reviewed commit: "docs(readme): sync integration matrix wi..." | Re-trigger Greptile |
VaibhavUpreti
left a comment
There was a problem hiding this comment.
awesome @JustInCache , thanks a lot for this 🚀
|
🧑💻 @JustInCache has entered the contributor hall of fame. Merged. Done. Shipped. Go touch grass (then come back with another PR). 🌱 👋 Join us on Discord - OpenSRE : hang out, contribute, or hunt for features and issues. Everyone's welcome. |

Fixes #914
Community: Contributors hang out on Discord — OpenSRE (
#contribute) for questions, reviews, and roadmap chatter.Describe the changes you have made in this PR -
This PR synchronizes the README integrations matrix with integrations that are already shipped and production-ready in the codebase.
Summary
I reviewed the current README integrations table (lines ~226–234) against the actual codebase and verified the following integrations are production-ready but were incorrectly listed under "Roadmap":
SnowflakeQueryHistoryToolexists inapp/tools/SnowflakeQueryHistoryTool/with full integration support. Moved from Database Roadmap → Integrations.AlertmanagerAlertsToolandAlertmanagerSilencesToolexist inapp/tools/Alertmanager*Tool/+ service layer (app/services/alertmanager/). Moved from Incident Management Roadmap → Integrations.app/utils/discord_delivery.py,app/remote/server.py(interactions endpoint),docs/discord.mdxsetup guide, and comprehensive test coverage. Moved from Communication Roadmap → Integrations.app/cli/deploy.py,app/remote/ops.py(RailwayRemoteOpsProvider), and documented in README deployment section. Moved from Agent Deployment Roadmap → Integrations.Changes: Updated 4 rows in the integrations matrix to reflect the current production state, removing misleading Roadmap links for integrations that are already available.
Demo/Screenshot for feature changes and bug fixes -
Commit:
ccfa484Files changed: README.md (4 lines modified)
Git diff: