Smörgåsbord of improvements that I wanted to share#57
Open
L8D wants to merge 9 commits intoczottmann:mainfrom
Open
Smörgåsbord of improvements that I wanted to share#57L8D wants to merge 9 commits intoczottmann:mainfrom
L8D wants to merge 9 commits intoczottmann:mainfrom
Conversation
Adds 'prepare' script to automatically build the package when installed from GitHub. This enables team members to install directly with: npm install -g github:L8D/linearis The prepare script runs 'npm run build' which compiles TypeScript and sets execute permissions on dist/main.js. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The prepare script was running before dependencies were installed when installing from GitHub, causing TypeScript compilation errors. The postinstall script runs after all dependencies are installed, ensuring the build has access to @types/node, typescript, and other devDependencies. This fixes the error: error TS2688: Cannot find type definition file for 'node' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Switching to tarball distribution approach via npm pack and GitHub Releases. This ensures consistent builds with exact devDependency versions and faster installation without build step. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…e created; include url property for documents
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.
Hello Linearis maintainers!
I just wanted to open this pull request to give you guys a chance to look at the code I've been using. This branch happens to be a state of the Linearis CLI tool that I have introduced many customizations to because I use Linearis in my own personal agentic workflows. I figured it might be beneficial to share the code I've been using for my personal projects just in case we can get a conversation started and figure out which patches are worth merging. It would be great to get some of this merged into the official Linearis tool so that I myself don't need to keep merging upstream commits and re-releasing it myself in order to get the latest Linearis features.
What's included?
linearis documents updatecommand for updating the content of a documentlinearis whoamicommandlinearis issues updatedocumentsproperty for an overview of an issue's documents when usinglinearis issues readurlproperty when usinglinearis issues read(the url for the linear issue)