Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: c8a986b3d6da0e09d7c0c7c1619b26d279b4138b https://github.com/xwiki/xwiki-dev-llm/commit/c8a986b3d6da0e09d7c0c7c1619b26... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki/okf/servers/jira.md M xwiki/skills/xwiki-jira/SKILL.md Log Message: ----------- [Misc] Route JIRA description and comment writes through REST jira-cli runs text bodies through a Markdown->JIRA-wiki converter that drops the blank line before a list, so the first item is glued onto the preceding paragraph and renders as prose. That happens for valid Markdown too, which the previous guidance did not cover: it said to pass Markdown and let jira-cli convert, and only sent raw wiki markup to REST. * Make the backend decision depend on the operation rather than on whether jira-cli is installed: any description or comment goes through REST, jira-cli keeps reads, searches and field/status changes * Rewrite the jira-cli body gotcha to name both failure modes, the escaping one and the list one * Note that omitting -p/--project silently creates the issue in the config's default project, folded into the existing --project note * Drop the "use --template - and pipe the body on stdin" advice, which contradicted the above Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 6bfa616ed22ccc7719f33fb47932a231d9cc3667 https://github.com/xwiki/xwiki-dev-llm/commit/6bfa616ed22ccc7719f33fb47932a2... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki/instructions/xwiki-org.md Log Message: ----------- [Misc] Stop the always-on JIRA line from making the xwiki-jira skill look redundant The line said "use the xwiki-jira skill (jira-cli or REST)". That parenthetical answered the very question the skill exists to answer, so the skill reads as redundant when jira-cli is installed and gets skipped, which is how a description and a comment on XCOMMONS-3772 came to be written with jira-cli and mangled. * Replace the backend list with a pointer saying the skill owns the backend choice and its traps, so the always-on file routes to the skill instead of pre-answering it Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 124e3068aa0dea7ccb82013ef12062ae44b0ccc8 https://github.com/xwiki/xwiki-dev-llm/commit/124e3068aa0dea7ccb82013ef12062... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki/instructions/xwiki-org.md M xwiki/okf/servers/jira.md M xwiki/skills/xwiki-jira/SKILL.md Log Message: ----------- Merge pull request #118 from xwiki/jira-cli-list-formatting [Misc] Route JIRA description and comment writes through REST Compare: https://github.com/xwiki/xwiki-dev-llm/compare/7fdc16b7c1f3...124e3068aa0d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications