Add Linear project triggers - #84
Merged
Merged
Conversation
This was referenced Aug 29, 2026
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.
Paseo Hub can connect a Linear app and run workflows from signed Linear issue, assignment, and comment events. Workflows can reply into Linear while keeping repository authority explicit per step.
Goals
Non-goals
Why
The core Linear workflow has been exercised against a real workspace, including OAuth, genuine signed webhooks, trigger routing, app-authored replies, loop prevention, and adversarial signature cases. Native Agent Sessions were added later with a separate lifecycle and no real-install evidence, so this PR deliberately keeps the proven core integration and leaves that surface for a focused follow-up.
Attribution
This branch preserves Michael Wu's original commits and authorship from PR #59. The maintainer-owned rebase and scope reduction are layered on top; both contributors remain represented in the commit history.
Supersedes
main, and removes native Agent Sessions from the scope.Related work
Verification
npm run typechecknpm run formatnpm run lintnpm run buildRisk surface
Review OAuth rebind and rotating-token serialization, signed webhook freshness and replay deduplication, connection/project isolation, issue-scope edge detection, and the new database migration. The browser setup journey and responsive operator UI are the principal integration surfaces.