docs: correct Teams/Outlook channel disposition (LIA-392)#1029
Open
sliamh11 wants to merge 1 commit into
Open
Conversation
The cleanup audit claimed Teams and Outlook had "zero router instantiation" — false. Both are fully wired (channels/index.ts imports them, index.ts's registry loop instantiates every registered factory, router.ts dispatches via ownsJid()) and unit-tested, but neither has live E2E proof against real Azure Bot Framework / Microsoft Graph (this environment has no credentials to run one). Adds both to README's channel list/count and gives AGENTS.md an explicit "wired and unit-tested, not yet proven end-to-end — planned, not ready" caveat rather than either omitting them or silently claiming readiness. Full disposition recorded in a Linear comment on LIA-392; issue stays open pending a future session with real credentials. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
channels/index.tsimports them,index.ts's registry loop instantiates every registered factory,router.tsdispatches viaownsJid()) and unit-tested, just not proven end-to-end against real Azure Bot Framework / Microsoft Graph (this environment has no credentials to run that).Full corrected disposition + acceptance-criteria mapping recorded in a Linear comment on LIA-392. Issue stays open pending a future session with real credentials to complete the E2E acceptance criterion.
Test plan
git diff --stat— exactly 2 files, README.md + AGENTS.mdsrc/channels/index.ts,src/index.ts,src/router.ts)🤖 Generated with Claude Code