chore(wip): état runtime .ideai + mémoire (checkpoint Lot C résumés conversation)
Conversations live, layouts, MEMORY.md et note checkpoint workstate-conversation-summaries-lot-c. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -15,3 +15,4 @@
|
||||
- [checkpoint-blocked-until-appimage-030-restart](checkpoint-blocked-until-appimage-030-restart.md) — memory note checkpoint-blocked-until-appimage-030-restart
|
||||
- [checkpoint-delivery-submit-logging-fix](checkpoint-delivery-submit-logging-fix.md) — memory note checkpoint-delivery-submit-logging-fix
|
||||
- [checkpoint-workstate-delegation-queue-lot-b](checkpoint-workstate-delegation-queue-lot-b.md) — memory note checkpoint-workstate-delegation-queue-lot-b
|
||||
- [checkpoint-workstate-conversation-summaries-lot-c](checkpoint-workstate-conversation-summaries-lot-c.md) — memory note checkpoint-workstate-conversation-summaries-lot-c
|
||||
|
||||
@ -0,0 +1,60 @@
|
||||
---
|
||||
name: checkpoint-workstate-conversation-summaries-lot-c
|
||||
description: memory note checkpoint-workstate-conversation-summaries-lot-c
|
||||
metadata:
|
||||
type: project
|
||||
---
|
||||
# Checkpoint — Workstate conversation summaries Lot C
|
||||
|
||||
Date: 2026-06-20
|
||||
|
||||
## État final
|
||||
|
||||
Lot C `workstate conversation summaries` terminé, validé QA et mergé localement dans `develop`.
|
||||
|
||||
Branche finale:
|
||||
- `develop` @ `6e1ba7e` — merge local `feature/workstate-conversation-summaries`.
|
||||
- `feature/workstate-conversation-summaries` conservée.
|
||||
- Aucun push, aucune branche supprimée.
|
||||
- Working tree propre après décision Git.
|
||||
|
||||
## Commits créés
|
||||
|
||||
- `e9edadc` — `feat(workstate): résumés de conversation dans le read-model (Lot C backend)`
|
||||
- `ProjectWorkState.conversations` top-level.
|
||||
- Résumés best-effort depuis `HandoffStore`, fallback `ConversationLog::last(3)`.
|
||||
- Déduplication des conversation ids issus des tickets, ordre first-seen.
|
||||
- DTO camelCase et câblage Tauri.
|
||||
|
||||
- `c50622e` — `feat(workstate): UI des résumés de conversation (Lot C frontend)`
|
||||
- Types TS `ConversationWorkSummary` et previews.
|
||||
- Mock normalise `conversations: []`.
|
||||
- Panneau Work joint `tickets[].conversationId` vers `conversations[]` et affiche badge + preview compacte.
|
||||
|
||||
- `78500d8` — `chore(wip): état runtime .ideai (flux conversation live)`
|
||||
- Runtime isolé des commits feature.
|
||||
|
||||
- `6e1ba7e` — merge local dans `develop`.
|
||||
|
||||
## QA verte
|
||||
|
||||
Commandes QA finales validées:
|
||||
- `cargo fmt --all -- --check` OK.
|
||||
- `cargo test -p application --test workstate` OK, 21 passed, aucun warning Rust.
|
||||
- `cargo test -p app-tauri --test dto_agents` OK, 21 passed.
|
||||
- `cargo check -p app-tauri` OK.
|
||||
- `cd frontend && npx vitest run src/features/workstate/workstate.test.tsx src/features/projects/projects.test.tsx` OK, 2 files / 19 tests.
|
||||
- `cd frontend && npx tsc --noEmit` OK.
|
||||
|
||||
Warnings restants uniquement côté Vite sur options `esbuild` dépréciées/ignorées au profit de `oxc`, non bloquants.
|
||||
|
||||
## Décisions produit/techniques
|
||||
|
||||
- Source primaire: handoff conversationnel existant.
|
||||
- Fallback: derniers tours bornés du log, jamais le log brut complet.
|
||||
- Read-only et best-effort: les erreurs de preview ne bloquent pas `live/busy/tickets`.
|
||||
- Pas de nouvelle persistance, pas de mutation/réparation, pas de nouvelle action UX.
|
||||
|
||||
## Suite probable
|
||||
|
||||
Le prochain lot logique est Lot D: actions UX read/write contrôlées autour du panneau Work (ouvrir/rattacher cellule, voir conversation, arrêter agent, éventuellement copier résumé), à cadrer par Architect avant implémentation.
|
||||
Reference in New Issue
Block a user