Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
nhopeatall
approved these changes
Apr 14, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
LGTM — This is a clean documentation-and-tests PR that accurately reflects the already-implemented Linear integration. All referenced implementation files exist (src/pm/linear/, src/linear/, src/triggers/linear/, src/router/adapters/linear.ts), the bootstrap registration is in place, and the new tests correctly mirror the existing JIRA/Trello test structure. Documentation updates are consistent across CLAUDE.md, the integration layer docs, and the integrations README. CI is fully green.
🕵️ claude-code · claude-opus-4-6 · run details
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
CLAUDE.mdwith Linear added to Integration Architecture Categories table, env vars section (LINEAR_API_KEY,LINEAR_WEBHOOK_SECRET), PM Agent Trigger Modes table, key directories, and a new Linear Integration sectionsrc/integrations/README.mdwith Linear in the built-in integrations reference table and overviewdocs/architecture/06-integration-layer.mdwith Linear as a PM provider in the credentials table, bootstrap section, and implementation sectiontests/unit/agents/shared/promptContext.test.tsverifying correct terminology (issues, teams, LINEAR-123 identifiers)What was implemented
The Linear PM integration was already fully implemented in code (
src/pm/linear/,src/linear/,src/triggers/linear/). This PR updates all documentation to reflect that Linear is now a supported PM provider alongside Trello and JIRA.Changes by file
CLAUDE.mdsrc/linear/to Key DirectoriespmLINEAR_API_KEYandLINEAR_WEBHOOK_SECRETto project credentials descriptionproject_integrationsschema note to includelinearas a providerpm:status-changednow lists Trello, JIRA, Linearsrc/integrations/README.mdlinearrow to Reference: built-in integrations tabledocs/architecture/06-integration-layer.mdIntegrationModuletype comment to include'linear'LinearIntegrationand count (five)tests/unit/agents/shared/promptContext.test.tsdescribe('with Linear provider', ...)block with 8 test cases covering:workItemNoun="issue"for LinearworkItemNounPlural="issues"for LinearpmName="Linear"for LinearpmType="linear"https://linear.app/<org>/issue/<id>formatlinearConfig.statusesTest plan
npm test— 7431 tests)npm run typecheck)npm run lint— 0 errors, 2 pre-existing warnings)Trello card: https://trello.com/c/69de800a2e9fb083db973b00
🤖 Generated with Claude Code
🕵️ claude-code · claude-sonnet-4-6 · run details