You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `lc issue assign <issue-id>` to assign an issue to any team member,
not just the current user (which `issue take` already handles).
- User.Read.ByTeam: new manual read action fetching team members via
`team(id:) { members(first: 50) { nodes { ... } } }` GraphQL query
- Linear.team_members/1: new domain code interface
- Commands.issue_assign/1: resolves issue, fetches team members, resolves
target via --assignee flag (exact then prefix match) or Prompt.select/2,
then calls Linear.assign_issue/2 and displays the result
- Optimus spec for `assign` subcommand with --assignee/-a option
- Dispatch clause and "a" alias under issue subcommands
- 14 new tests: flag-based, prefix match, ambiguous/unknown errors,
interactive selection, JSON output, alias routing, empty-members guard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments