docs: atl jira namespace refresh + sprint lifecycle#87
Conversation
…cycle - Add one-line note before ### Jira Issues clarifying that bare atl issue/board/sm are deprecated aliases - Add sprint lifecycle block (atl jira sprint create/edit/start/close/list/move/backlog) from atl v1.8.0 Claude-Session: https://claude.ai/code/session_01BtsGd9FVEFf5L7FZZJvrLu
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in lib/llm/index.js to describe the new atl jira command structure, note the deprecation of bare command forms, and add examples for sprint lifecycle commands. The review feedback points out that sprint management commands must be executed as subcommands of issue (e.g., atl jira issue sprint instead of atl jira sprint) and suggests avoiding square brackets in example commands to prevent shell globbing errors.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
atl jira issue/board/sm/sprintis the current namespace and bareatl issue/board/smare deprecated aliases (they warn, may be removed)atl jira sprint create/edit/start/close/list/move/backlog) from atl v1.8.0 alongside the existing issue-centric sprint move commandsThe namespace refresh itself (atl issue → atl jira issue etc., ~49 refs) was already shipped in #83. This PR adds the missing namespace note and the new sprint subcommand docs.
https://claude.ai/code/session_01BtsGd9FVEFf5L7FZZJvrLu