Claus Ibsen created CAMEL-24603:
-----------------------------------
Summary: Document JIRA workflow transition IDs in AGENTS.md for AI
agents
Key: CAMEL-24603
URL: https://issues.apache.org/jira/browse/CAMEL-24603
Project: Camel
Issue Type: Task
Reporter: Claus Ibsen
AI agents (and OSS helper commands) repeatedly query the /transitions REST
endpoint to discover the numeric transition IDs for common CAMEL workflow moves
(Start Progress = 4, Resolve Issue = 5, Close Issue = 2). These IDs are stable
across the CAMEL project workflow.
Document the transition IDs in AGENTS.md (or the AI agent guidelines) so agents
can transition issues without an extra lookup round-trip each time:
* 4 -> Start Progress (=> In Progress)
* 5 -> Resolve Issue (=> Resolved)
* 2 -> Close Issue (=> Closed)
Note: agents should still verify /transitions before firing a memorized ID,
since a transition may be unavailable from the issue's current state. The
documented list is an optimization, not a substitute for the availability check.
_Created by Claude Code on behalf of davsclaus_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)