chore(wip): état runtime .ideai (conversations, layouts, mémoire, checkpoints)
Persiste l'état runtime : manifestes agents, layouts, permissions, logs et handoffs de conversations, index mémoire et checkpoints du chantier orchestrator-designation (restart, backend-compile-fix, qa-verdict) ainsi que la note conversation-rotation-safety-design. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -0,0 +1,42 @@
|
||||
---
|
||||
name: checkpoint-orchestrator-designation-qa-verdict
|
||||
description: memory note checkpoint-orchestrator-designation-qa-verdict
|
||||
metadata:
|
||||
type: project
|
||||
---
|
||||
# Checkpoint — QA verdict orchestrator-designation
|
||||
|
||||
Date: 2026-06-20
|
||||
|
||||
## Branche
|
||||
|
||||
`feature/orchestrator-designation`.
|
||||
|
||||
## Verdict QA
|
||||
|
||||
Chantier validable sous contrainte d'environnement. Pas de régression fonctionnelle liée à `context_guard.rs`.
|
||||
|
||||
## Commandes vertes qui font foi
|
||||
|
||||
- `cargo fmt --all -- --check`: OK.
|
||||
- `cargo test -p application --test orchestrator_service`: OK, 45 passed.
|
||||
- `cargo test -p application`: OK, suite application complète verte, incluant les tests context guard orchestrateur/proposition.
|
||||
- `cargo test -p infrastructure input --lib`: OK, 35 passed.
|
||||
- `cd frontend && npx vitest run`: OK, 41 files / 384 tests passed.
|
||||
- `cd frontend && npx tsc --noEmit`: OK.
|
||||
|
||||
## Résidu app-tauri
|
||||
|
||||
- `cargo test -p app-tauri --lib`: rouge, 39 passed / 8 failed.
|
||||
- `cargo test --workspace`: rouge sur le même bloc app-tauri.
|
||||
|
||||
Échecs exacts: tests loopback Unix socket:
|
||||
- `mcp_bridge::tests::end_to_end_over_real_loopback`
|
||||
- `state::bind_endpoint_d1_tests::rebind_after_corpse_socket_succeeds`
|
||||
- `state::mcp_e2e_loopback_tests::*`
|
||||
|
||||
Cause qualifiée par QA: contrainte environnement/sandbox. Une sonde Node minimale échoue aussi à `listen()` sur Unix socket avec `EPERM` sous `/run/user/1000` et sous `/tmp`. Donc les tests qui exigent un vrai socket Unix ne sont pas exécutables dans ce sandbox.
|
||||
|
||||
## Prochaine étape
|
||||
|
||||
Retour à Git pour commits atomiques sur `feature/orchestrator-designation`, puis décision de merge local vers `develop` selon sa stratégie. Aucun push.
|
||||
Reference in New Issue
Block a user