Closed
Conversation
- Add requireTeamKey() helper function that throws ValidationError with helpful message when team is not configured - Update cycle-list, cycle-view, issue-list, issue-start, team-id, team-members, team-autolinks to use requireTeamKey() - Error message now suggests running `linear config` and using --team flag - Add tests for requireTeamKey() function
- Add default_project to OptionsSchema in config.ts - Use default_project as fallback in issue-create when no --project is specified - Add tests for default_project option Users can now set `default_project = "my-project"` in .linear.toml and it will be used automatically when creating issues without --project.
- Add `linear issue search <query>` command for semantic search - Uses Linear's issueSearch GraphQL API - Supports --limit and --include-archived options - Displays results in a table with ID, priority, title, state, and updated time - Add snapshot tests for search command
- linear cycle current: show active cycle with issues - linear cycle add <issue-id>: add an issue to a cycle Enables cycle-based workflow management from CLI.
…-extraction KYA-71 refactor: extract withSpinner utility
…lid-helper-extraction refactor: extract resolveIssueInternalId helper
…cate refactor: deduplicate issue label setup
test: add issue command error path coverage
feat: add json output flags
docs: summarize fork changes in changelog
docs: rewrite readme for fork
…sion docs: expand agent guidance for fork helpers
…rkflows ci: harden package publish workflows
…ownload ci: fix npm release asset lookup
…t-polling ci: publish npm after release succeeds
ci: avoid node20-only github actions
docs: add release operations runbook
…hissues fix: deprecate issue search command
feat: add notification commands
feat: add webhook commands
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.
No description provided.