mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
aad5f2f32a
Issue tables gain a compact CYC column (only when a listed team has cycles enabled): 'now' for the active cycle, +1/-1 from the API's next/previous flags, +N/-N anchored on team.activeCycle, and #N when no anchor exists (cooldown or pre-first-cycle). issue view annotates its Cycle meta part with the same token, and issue JSON output now carries the cycle flags and team anchor in raw GraphQL shape. The shared cycle resolver understands now/next/previous and signed offsets, so --cycle on query/mine/create/update and cycle view all speak the relative vocabulary. issue update gains --clear-cycle (explicit cycleId: null, mirroring --unassign). Also fixes issue query --search silently dropping the --cycle filter.