Problem
The README integrations matrix lists integrations that may not match what's actually shipped in the codebase today, potentially misleading contributors and users.
Proposed Solution
Audit the integrations listed in the README matrix against the implementations in app/integrations/ and app/tools/. Update stale entries, separate roadmap items from shipped features, and ensure the matrix accurately reflects the current state of the project.
Use Case
Contributors rely on the README matrix as a quick overview of the codebase. Accurate documentation reduces friction and builds trust with new contributors evaluating the project.
Problem
The README integrations matrix lists integrations that may not match what's actually shipped in the codebase today, potentially misleading contributors and users.
Proposed Solution
Audit the integrations listed in the README matrix against the implementations in
app/integrations/andapp/tools/. Update stale entries, separate roadmap items from shipped features, and ensure the matrix accurately reflects the current state of the project.Use Case
Contributors rely on the README matrix as a quick overview of the codebase. Accurate documentation reduces friction and builds trust with new contributors evaluating the project.