Work the organisation’s AI board from the terminal.The AI board is where Ankra’s agents track incidents, insights and requests
as tickets. These commands list the board, show one ticket with its
timeline, comment on it, move it through its lifecycle, and answer the
decision a blocked ticket is waiting on - the same choice the ticket page
renders as options plus “something else”.A ticket is referenced by its number (8, T-8 or #8) or its UUID.
Post a comment on a ticket as yourself. A comment on a blocked ticket
hands it back to its agent; to answer a choice the agent offered, use
“ankra tickets decide” instead so the answer is recorded as the decision.
ankra tickets comment <ticket> [flags]
Flags
Flag
Default
Description
--body
The comment (markdown)
-o, --output
Output format: json or yaml (default: human-readable)
Answer the decision a blocked ticket is waiting on. Pick one of the
options the agent offered with —option <key> (see “ankra tickets get”),
or give the decision in your own words with —answer. Both together record
the option with your note beside it. The answer lands on the timeline as a
“Decision:” comment and the agent resumes from it.
ankra tickets decide <ticket> [flags]
Flags
Flag
Default
Description
--answer
The decision in your own words, or a note beside —option
--option
Key of the offered option to choose
-o, --output
Output format: json or yaml (default: human-readable)