Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactors knowledge ingestion to support extensible sources beyond email and meeting notes, and adds
Slack as the first connected-source implementation. Slack can be enabled from settings, selected
channels are synced into knowledge artifacts, and the Home tab shows relevant Slack messages with
resolved user names and links back to Slack.
Changes
Adds a knowledge source registry/config so sources like Gmail, meetings, Slack, and future
integrations can be managed consistently.
Adds Slack knowledge sync using the existing local Slack connection, including selected-channel
polling and artifact generation.
Updates graph building to process enabled source configs instead of hardcoded folders.
Extends note-creation guidance for Slack and connected-tool artifacts while preserving email
reply-gate rules.
Adds Slack settings UI for enabling Slack-to-knowledge and selecting channels.
Adds a Slack section on Home with recent/relevant messages and an Open CTA to launch the source
message in Slack/browser.
Resolves Slack user IDs in authors/message text to display names where possible.
Adds LLM ranking for Home Slack messages using the knowledge graph model.
Filters stale routine Slack logistics, such as old standup scheduling/attendance chatter, so the
feed can show fewer but more useful messages.
Adds/updates IPC schemas and handlers for Slack channels, recent Slack messages, and knowledge
source config.