chore(tickets): sync carnets/issues #102/#141-#147 + agent glmopencode

Rebase de l'état ticket (réouverture #102, clôtures #141-146, ouverture
#147) et ajout du contexte agent glmopencode avant démarrage du cycle #147.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 23:57:30 +02:00
parent 1c53ee09ef
commit efbd56a149
22 changed files with 180 additions and 55 deletions

View File

@ -2,7 +2,7 @@
id: "9e684778-62df-491f-b824-d74960bd6b9d"
number: 143
title: "Plugin SDK: frontend host for plugin windows and window-open API"
status: "qa"
status: "closed"
priority: "high"
sprint: null
links: []
@ -11,7 +11,7 @@ attachments: []
createdBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
updatedBy: {"kind":"agent","agent_id":"a6c6ea12-bfc6-4bdc-8031-324102dfa34d"}
createdAt: 1785794926635
updatedAt: 1785796721101
version: 3
updatedAt: 1785796835483
version: 4
---
Implement the frontend runtime and SDK service surface so a plugin menu command can open a new window rendering one of its declared layout contributions. Scope: route plugin window surfaces through the existing view-window host, reuse plugin layout rendering/fallback behavior, and expose a public `services.windows.open(...)` API validated against declared layout ids.