chore(tickets): clôture #162 (QA verte) — sync miroir tickets
#162 (fondation slash-commands) fermé après merge de feature/162-slash-commands-foundation dans develop. Sync du miroir local. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
issueRef: "#162"
|
issueRef: "#162"
|
||||||
version: 2
|
version: 6
|
||||||
updatedBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
|
updatedBy: {"kind":"agent","agent_id":"1ff94b51-3e17-4a39-8543-7715d1ff0f80"}
|
||||||
updatedAt: 1786018356424
|
updatedAt: 1786020774315
|
||||||
---
|
---
|
||||||
|
|||||||
@ -2,16 +2,16 @@
|
|||||||
id: "987721b8-e70a-46b5-b5db-af8537e5d064"
|
id: "987721b8-e70a-46b5-b5db-af8537e5d064"
|
||||||
number: 162
|
number: 162
|
||||||
title: "Slash commands foundation for custom CLI"
|
title: "Slash commands foundation for custom CLI"
|
||||||
status: "open"
|
status: "closed"
|
||||||
priority: "high"
|
priority: "high"
|
||||||
sprint: null
|
sprint: null
|
||||||
links: []
|
links: []
|
||||||
agentRefs: [{"agentId":"fe887179-933f-47d4-960f-c3b06827f86c","role":"assigned"}]
|
agentRefs: [{"agentId":"fe887179-933f-47d4-960f-c3b06827f86c","role":"assigned"}]
|
||||||
attachments: []
|
attachments: []
|
||||||
createdBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
|
createdBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
|
||||||
updatedBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
|
updatedBy: {"kind":"agent","agent_id":"1ff94b51-3e17-4a39-8543-7715d1ff0f80"}
|
||||||
createdAt: 1786017501892
|
createdAt: 1786017501892
|
||||||
updatedAt: 1786018356424
|
updatedAt: 1786020774315
|
||||||
version: 2
|
version: 6
|
||||||
---
|
---
|
||||||
Foundation ticket for the custom CLI slash-command system. Build a command registry/execution model for agent-local IdeA commands exposed to the custom CLI, starting with native commands such as `/help` and `/clean`. Product decision: `/clean` clears the current conversation/session view; do not introduce a separate `/reset` command unless it gains a clearly distinct product meaning. Must provide a stable contract to list commands, filter them by prefix, expose metadata needed by UI (name, short description, availability, whether confirmation is required), and execute a selected command. Goal: frontend should consume one unified command source, regardless of whether commands are native IdeA commands or future plugin-provided commands.
|
Foundation ticket for the custom CLI slash-command system. Build a command registry/execution model for agent-local IdeA commands exposed to the custom CLI, starting with native commands such as `/help` and `/clean`. Product decision: `/clean` clears the current conversation/session view; do not introduce a separate `/reset` command unless it gains a clearly distinct product meaning. Must provide a stable contract to list commands, filter them by prefix, expose metadata needed by UI (name, short description, availability, whether confirmation is required), and execute a selected command. Goal: frontend should consume one unified command source, regardless of whether commands are native IdeA commands or future plugin-provided commands.
|
||||||
@ -2128,7 +2128,7 @@
|
|||||||
"issueRef": "#162",
|
"issueRef": "#162",
|
||||||
"path": "162",
|
"path": "162",
|
||||||
"title": "Slash commands foundation for custom CLI",
|
"title": "Slash commands foundation for custom CLI",
|
||||||
"status": "open",
|
"status": "closed",
|
||||||
"priority": "high",
|
"priority": "high",
|
||||||
"sprint": null,
|
"sprint": null,
|
||||||
"assignedAgentIds": [
|
"assignedAgentIds": [
|
||||||
@ -2138,7 +2138,7 @@
|
|||||||
"kind": "agent",
|
"kind": "agent",
|
||||||
"agent_id": "a6c6ea12-bfc6-4bdc-8031-324102dfa34d"
|
"agent_id": "a6c6ea12-bfc6-4bdc-8031-324102dfa34d"
|
||||||
},
|
},
|
||||||
"updatedAt": 1786018356424
|
"updatedAt": 1786020774315
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"issueRef": "#163",
|
"issueRef": "#163",
|
||||||
|
|||||||
Reference in New Issue
Block a user