Add social connector host foundation#324
Merged
Merged
Conversation
oratis
force-pushed
the
codex/sense-social-foundation
branch
from
July 27, 2026 05:41
caaec5d to
c0510db
Compare
oratis
marked this pull request as ready for review
July 27, 2026 05:43
Owner
Author
|
Post-merge review finding:
I am addressing this in a dedicated follow-up: retain every non-terminal draft, prune only terminal history, and reject new drafts once the active-draft ceiling is reached. |
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.
What changed
social-connector.jsonmanifestslisa sense socialWhy
Conversation-driven publishing needs a host-enforced trust boundary before any platform connector can publish. Connecting an account must not silently authorize a post, and model-visible tools must not bypass the user final confirmation.
Impact
This is the host foundation only; it does not publish to a live platform. Follow-up stacked PRs add the draft-only host tool/API/UI and the first Bluesky/Mastodon connectors.
Validation
npm run typechecknode --import tsx --test src/mcp/client.test.ts src/sense/social/manifest.test.ts src/sense/social/drafts.test.tsgit diff --check