Merge branch 'feature/issue-ticket-system' into feature/background-tasks-first-class

Intègre le système de tickets/issues V1 (validé QA vert de bout en bout,
mémoire tickets-v1-e2e-validated-qa) dans la branche des tâches de fond.
Conflits résolus : app-tauri/state.rs, domain/events.rs, domain/lib.rs, domain/ports.rs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 15:15:43 +02:00
38 changed files with 6539 additions and 45 deletions

View File

@ -21,6 +21,7 @@ pub mod mcp_bridge;
pub mod mcp_endpoint;
pub mod pty;
pub mod state;
pub mod tickets;
use std::process::ExitCode;
@ -163,6 +164,15 @@ pub fn run() {
commands::dismiss_embedder_suggestion,
commands::create_agent,
commands::list_agents,
tickets::ticket_create,
tickets::ticket_read,
tickets::ticket_list,
tickets::ticket_update,
tickets::ticket_read_carnet,
tickets::ticket_update_carnet,
tickets::ticket_link,
tickets::ticket_unlink,
tickets::ticket_assign,
commands::get_project_work_state,
commands::read_conversation_page,
commands::list_live_agents,