diff --git a/docs/plans/23_plan_integration_mistral_agents 2.md b/docs/plans/23_plan_integration_mistral_agents 2.md deleted file mode 100644 index 108e678..0000000 --- a/docs/plans/23_plan_integration_mistral_agents 2.md +++ /dev/null @@ -1,81 +0,0 @@ -# Plan 23 — Intégration Mistral Agents dans l'écosystème saillant.cc - -> **Owner**: PM-Mesh + Architect -> **Date création**: 2026-03-21 -> **Statut**: 🟢 Lancé -> **Dépendances**: Lot 22 (intelligence agentique), Mascarade providers - ---- - -## Objectif - -Intégrer 4 agents Mistral spécialisés dans l'écosystème saillant.cc : -- **Sentinelle** (Ops/Monitoring) — diagnostic infra via Mascarade/Langfuse/Grafana/Docker -- **Tower** (Commercial) — scoring leads, rédaction, CRM -- **Forge** (Fine-tune) — pilotage pipeline DPO/SimPO/KTO sur données KiCad/SPICE -- **Devstral** (Code) — dev workflow avec GitHub/Linear/Docker CI - -## Architecture cible - -``` -Mascarade Router ──→ Mistral Agents API - ├── Sentinelle (mistral-medium) ──→ Langfuse, Grafana, Docker - ├── Tower (mistral-large) ──→ Outline, CRM/PostgreSQL - ├── Forge (codestral) ──→ Fine-tune pipeline, datasets - └── Devstral (devstral) ──→ GitHub, Linear, Docker exec -``` - -## Phases - -### Phase 0 — Fondations (J1-J4) — P0 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 1 | Créer les 4 agents sur console.mistral.ai | PM | 4 agents configurés | [x] | -| 2 | Implémenter `mistral_agents_api.py` provider dans Mascarade | Architect + Builder | Provider fonctionnel | [x] | -| 3 | Tests handoff inter-agents | QA | Suite de tests | [x] | -| 4 | Déployer `mistral_agents_tui.sh` cockpit | Doc | Script opérationnel | [x] | -| 5 | Déployer `integration_health_tui.sh` cockpit | Doc | Script opérationnel | [x] | - -### Phase 1 — Branchements (J5-J10) — P1 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 6 | Brancher Sentinelle sur API Mascarade /health /providers /metrics | Ops + Builder | Monitoring actif | [x] | -| 7 | Brancher Sentinelle sur Langfuse traces + Grafana | Ops | Dashboard | [x] | -| 8 | Configurer Tower avec Outline search + template emails | Builder | Pipeline scoring | [x] | -| 9 | Audit qualité des 10 datasets fine-tune | QA + Forge | Rapport qualité | [x] | -| 10 | Lancer fine-tune KiCad sur Mistral Studio | Forge | Modèle v1 | [ ] | - -### Phase 2 — Production (J11-J14) — P2 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 11 | Intégrer Devstral dans workflow CI/CD | Architect + Devstral | PR automation | [x] | -| 12 | Benchmark fine-tune: base vs KiCad-tuned (100 prompts) | QA + Forge | Rapport benchmark | [ ] | -| 13 | Documentation complète dans Outline wiki | Doc | 4 pages wiki | [x] | -| 14 | Cron health-check Sentinelle (06:00 daily) | Ops | Cron configuré | [x] | - -## Critères de succès - -- 4/4 agents déployés et fonctionnels sur Mistral Studio -- Handoff inter-agents validé (Sentinelle → Devstral pour fix auto) -- Fine-tune KiCad : accuracy >85% sur benchmark domaine -- Health-check automatique : 0 faux positifs sur 7 jours -- TUI cockpit intégré dans `yiacad_operator_index.sh` - -## Risques - -| Risque | Impact | Mitigation | -|--------|--------|-----------| -| API Mistral Agents en beta, breaking changes | Élevé | Abstraire via provider Mascarade, versionner | -| Qualité datasets insuffisante pour fine-tune | Moyen | Audit P1 avant lancement fine-tune | -| Coût API Mistral en production | Moyen | Monitoring via Sentinelle, fallback Ollama | -| Latence handoff inter-agents >5s | Faible | Circuit breaker Mascarade | - -## Référence - -- Master Integration Plan: `MASTER_INTEGRATION_PLAN_2026-03-21.md` -- Mistral Agents API: https://docs.mistral.ai/agents/introduction -- MCP 2026 best practices: topologie fédérée, pas de god-orchestrator -- LangGraph state persistence: PostgresSaver pour crash recovery diff --git a/docs/plans/23_plan_integration_mistral_agents 3.md b/docs/plans/23_plan_integration_mistral_agents 3.md deleted file mode 100644 index 64ec29c..0000000 --- a/docs/plans/23_plan_integration_mistral_agents 3.md +++ /dev/null @@ -1,81 +0,0 @@ -# Plan 23 — Intégration Mistral Agents dans l'écosystème saillant.cc - -> **Owner**: PM-Mesh + Architect -> **Date création**: 2026-03-21 -> **Statut**: 🟢 Lancé -> **Dépendances**: Lot 22 (intelligence agentique), Mascarade providers - ---- - -## Objectif - -Intégrer 4 agents Mistral spécialisés dans l'écosystème saillant.cc : -- **Sentinelle** (Ops/Monitoring) — diagnostic infra via Mascarade/Langfuse/Grafana/Docker -- **Tower** (Commercial) — scoring leads, rédaction, CRM -- **Forge** (Fine-tune) — pilotage pipeline DPO/SimPO/KTO sur données KiCad/SPICE -- **Devstral** (Code) — dev workflow avec GitHub/Linear/Docker CI - -## Architecture cible - -``` -Mascarade Router ──→ Mistral Agents API - ├── Sentinelle (mistral-medium) ──→ Langfuse, Grafana, Docker - ├── Tower (mistral-large) ──→ Outline, CRM/PostgreSQL - ├── Forge (codestral) ──→ Fine-tune pipeline, datasets - └── Devstral (devstral) ──→ GitHub, Linear, Docker exec -``` - -## Phases - -### Phase 0 — Fondations (J1-J4) — P0 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 1 | Créer les 4 agents sur console.mistral.ai | PM | 4 agents configurés | [x] | -| 2 | Implémenter `mistral_agents_api.py` provider dans Mascarade | Architect + Builder | Provider fonctionnel | [x] | -| 3 | Tests handoff inter-agents | QA | Suite de tests | [x] | -| 4 | Déployer `mistral_agents_tui.sh` cockpit | Doc | Script opérationnel | [x] | -| 5 | Déployer `integration_health_tui.sh` cockpit | Doc | Script opérationnel | [x] | - -### Phase 1 — Branchements (J5-J10) — P1 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 6 | Brancher Sentinelle sur API Mascarade /health /providers /metrics | Ops + Builder | Monitoring actif | [x] | -| 7 | Brancher Sentinelle sur Langfuse traces + Grafana | Ops | Dashboard | [x] | -| 8 | Configurer Tower avec Outline search + template emails | Builder | Pipeline scoring | [~] | -| 9 | Audit qualité des 10 datasets fine-tune | QA + Forge | Rapport qualité | [x] | -| 10 | Lancer fine-tune KiCad sur Mistral Studio | Forge | Modèle v1 | [ ] | - -### Phase 2 — Production (J11-J14) — P2 - -| # | Tâche | Agent BMAD | Livrable | Done | -|---|-------|-----------|----------|------| -| 11 | Intégrer Devstral dans workflow CI/CD | Architect + Devstral | PR automation | [x] | -| 12 | Benchmark fine-tune: base vs KiCad-tuned (100 prompts) | QA + Forge | Rapport benchmark | [ ] | -| 13 | Documentation complète dans Outline wiki | Doc | 4 pages wiki | [x] | -| 14 | Cron health-check Sentinelle (06:00 daily) | Ops | Cron configuré | [x] | - -## Critères de succès - -- 4/4 agents déployés et fonctionnels sur Mistral Studio -- Handoff inter-agents validé (Sentinelle → Devstral pour fix auto) -- Fine-tune KiCad : accuracy >85% sur benchmark domaine -- Health-check automatique : 0 faux positifs sur 7 jours -- TUI cockpit intégré dans `yiacad_operator_index.sh` - -## Risques - -| Risque | Impact | Mitigation | -|--------|--------|-----------| -| API Mistral Agents en beta, breaking changes | Élevé | Abstraire via provider Mascarade, versionner | -| Qualité datasets insuffisante pour fine-tune | Moyen | Audit P1 avant lancement fine-tune | -| Coût API Mistral en production | Moyen | Monitoring via Sentinelle, fallback Ollama | -| Latence handoff inter-agents >5s | Faible | Circuit breaker Mascarade | - -## Référence - -- Master Integration Plan: `MASTER_INTEGRATION_PLAN_2026-03-21.md` -- Mistral Agents API: https://docs.mistral.ai/agents/introduction -- MCP 2026 best practices: topologie fédérée, pas de god-orchestrator -- LangGraph state persistence: PostgresSaver pour crash recovery diff --git a/docs/plans/23_plan_integration_mistral_agents.md b/docs/plans/23_plan_integration_mistral_agents.md index 514564f..5a146a2 100644 --- a/docs/plans/23_plan_integration_mistral_agents.md +++ b/docs/plans/23_plan_integration_mistral_agents.md @@ -2,7 +2,7 @@ > **Owner**: PM-Mesh + Architect > **Date création**: 2026-03-21 -> **Statut**: 🟢 Phase 0 DONE — Phase 1/2 en cours (13/20 tâches) +> **Statut**: 🟢 Phase 0 DONE — Phase 1/2 en cours > **Dépendances**: Lot 22 (intelligence agentique), Mascarade providers --- @@ -53,7 +53,7 @@ Mascarade Router ──→ Mistral Agents API |---|-------|-----------|----------|------| | 11 | Intégrer Devstral dans workflow CI/CD | Architect + Devstral | PR automation | [x] | | 12 | Benchmark fine-tune: base vs KiCad-tuned (100 prompts) | QA + Forge | Rapport benchmark | [ ] | -| 13 | Documentation complète dans Outline wiki | Doc | 4 pages wiki | [ ] | +| 13 | Documentation complète dans Outline wiki | Doc | 4 pages wiki | [x] | | 14 | Cron health-check Sentinelle (06:00 daily) | Ops | Cron configuré | [x] | ## Critères de succès diff --git a/docs/plans/29_plan_coordination_transversale_agents_kill_life.md b/docs/plans/29_plan_coordination_transversale_agents_kill_life.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/plans/30_plan_management_agents_kill_life.md b/docs/plans/30_plan_management_agents_kill_life.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/plans/30_todo_management_agents_kill_life.md b/docs/plans/30_todo_management_agents_kill_life.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/plans/README.md b/docs/plans/README.md index c5a6cf6..cb71efe 100644 --- a/docs/plans/README.md +++ b/docs/plans/README.md @@ -1,44 +1,58 @@ -# Plans opérationnels +# Plans operationnels -Ces plans sont des **runbooks** : tu peux les suivre tels quels, ou les transformer en issues/epics. Ils sont pensés pour fonctionner avec : +Index aligne automatiquement sur les fichiers actuellement presents dans docs/plans. -- Labels `ai:*` + scope guard -- Evidence pack (preuves CI/HW) -- Sécurité anti‑prompt‑injection +## Table des matieres (etat reel) -## Table des matières +1. [01 plan premiere entree](01_plan_premiere_entree.md) +2. [02 plan brainstorming](02_plan_brainstorming.md) +3. [03 plan specification](03_plan_specification.md) +4. [04 plan mise a jour agentics](04_plan_mise_a_jour_agentics.md) +5. [05 plan roadmap hw fw](05_plan_roadmap_hw_fw.md) +6. [06 plan integration cicd](06_plan_integration_cicd.md) +7. [07 plan gestion specs](07_plan_gestion_specs.md) +8. [08 plan conformite securite](08_plan_conformite_securite.md) +9. [09 plan bulk edit hardware](09_plan_bulk_edit_hardware.md) +10. [10 plan documentation onboarding](10_plan_documentation_onboarding.md) +11. [11 plan contribution feedback](11_plan_contribution_feedback.md) +12. [12 plan gestion des agents](12_plan_gestion_des_agents.md) +13. [13 plan troubleshooting](13_plan_troubleshooting.md) +14. [14 plan release versioning](14_plan_release_versioning.md) +15. [15 plan mcp runtime alignment](15_plan_mcp_runtime_alignment.md) +16. [15 plan mcp stack](15_plan_mcp_stack.md) +17. [15 todo mcp stack](15_todo_mcp_stack.md) +18. [16 plan cad modeling stack](16_plan_cad_modeling_stack.md) +19. [17 plan target architecture mcp agentics 2028](17_plan_target_architecture_mcp_agentics_2028.md) +20. [18 plan enchainement autonome des lots utiles](18_plan_enchainement_autonome_des_lots_utiles.md) +21. [18 todo enchainement autonome des lots utiles](18_todo_enchainement_autonome_des_lots_utiles.md) +22. [19 todo mesh tri repo](19_todo_mesh_tri_repo.md) +23. [20 plan refonte ui ux yiacad apple native](20_plan_refonte_ui_ux_yiacad_apple_native.md) +24. [20 todo refonte ui ux yiacad apple native](20_todo_refonte_ui_ux_yiacad_apple_native.md) +25. [21 plan refonte globale yiacad](21_plan_refonte_globale_yiacad.md) +26. [21 todo refonte globale yiacad](21_todo_refonte_globale_yiacad.md) +27. [22 plan integration intelligence agentique](22_plan_integration_intelligence_agentique.md) +28. [22 todo integration intelligence agentique](22_todo_integration_intelligence_agentique.md) +29. [23 plan integration mistral agents](23_plan_integration_mistral_agents.md) +30. [23 plan yiacad git eda platform](23_plan_yiacad_git_eda_platform.md) +31. [23 todo integration mistral agents 2](23_todo_integration_mistral_agents 2.md) +32. [23 todo integration mistral agents](23_todo_integration_mistral_agents.md) +33. [23 todo yiacad git eda platform](23_todo_yiacad_git_eda_platform.md) +34. [24 plan integration mistral studio](24_plan_integration_mistral_studio.md) +35. [24 todo integration mistral studio](24_todo_integration_mistral_studio.md) +36. [25 todo hypnoled pilote](25_todo_hypnoled_pilote.md) +37. [26 todo integration eda ai tools](26_todo_integration_eda_ai_tools.md) +38. [27 plan factory 4 0 mcp opcua mqtt](27_plan_factory_4_0_mcp_opcua_mqtt.md) +39. [27 todo factory 4 0 mcp opcua mqtt](27_todo_factory_4_0_mcp_opcua_mqtt.md) +40. [28 plan infra vps monitoring](28_plan_infra_vps_monitoring.md) +41. [28 todo infra vps monitoring](28_todo_infra_vps_monitoring.md) +42. [TODO 2026-03-10](TODO_2026-03-10.md) +43. [TODO 2026-03-25](TODO_2026-03-25.md) +44. [TODO 2026-03-26](TODO_2026-03-26.md) +45. [TODO 2026-03-27](TODO_2026-03-27.md) -1. [Plan première entrée](01_plan_premiere_entree.md) -2. [Plan brainstorming](02_plan_brainstorming.md) -3. [Plan de specification](03_plan_specification.md) -4. [Plan mise à jour agentics](04_plan_mise_a_jour_agentics.md) -5. [Plan de roadmap hardware/firmware](05_plan_roadmap_hw_fw.md) -6. [Plan d’intégration CI/CD](06_plan_integration_cicd.md) -7. [Plan de gestion des specs](07_plan_gestion_specs.md) -8. [Plan de conformité & sécurité](08_plan_conformite_securite.md) -9. [Plan de bulk edit hardware](09_plan_bulk_edit_hardware.md) -10. [Plan de documentation & onboarding](10_plan_documentation_onboarding.md) -11. [Plan de contribution & feedback](11_plan_contribution_feedback.md) -12. [Plan de gestion des agents](12_plan_gestion_des_agents.md) -13. [Plan de troubleshooting](13_plan_troubleshooting.md) -14. [Plan de release & versioning](14_plan_release_versioning.md) -15. [Plan d'alignement MCP local](15_plan_mcp_runtime_alignment.md) -16. [Plan de stack CAD modelling locale](16_plan_cad_modeling_stack.md) -17. [Plan cible MCP + agentics + A2A](17_plan_target_architecture_mcp_agentics_2028.md) -18. [Plan d'enchainement autonome des lots utiles](18_plan_enchainement_autonome_des_lots_utiles.md) -19. [TODO mesh tri-repo](19_todo_mesh_tri_repo.md) -20. [Plan refonte UI/UX YiACAD Apple-native](20_plan_refonte_ui_ux_yiacad_apple_native.md) -21. [Plan refonte globale YiACAD](21_plan_refonte_globale_yiacad.md) -22. [Plan integration intelligence agentique](22_plan_integration_intelligence_agentique.md) -23. [TODO integration intelligence agentique](22_todo_integration_intelligence_agentique.md) +## TODOs actifs -### TODOs actifs - -- [TODO 2026-03-10](TODO_2026-03-10.md) — Toolchain, firmware Semaine 1/2 (partiellement accompli) -- [TODO 2026-03-25](TODO_2026-03-25.md) — **Actuel** — MCP ngspice/platformio/apify + RAG pipeline + collections Qdrant ✅, prochains : build firmware + premier schéma KiCad - ---- - -Astuce : si tu veux exécuter ces plans “à la chaîne” en mode agentique, commence par créer une issue “Program” et découpe en sous‑issues (ou en checklists), puis applique les labels `ai:*` progressivement. - - +- [TODO 2026-03-27](TODO_2026-03-27.md) +- [TODO 2026-03-26](TODO_2026-03-26.md) +- [TODO 2026-03-25](TODO_2026-03-25.md) +- [TODO 2026-03-10](TODO_2026-03-10.md)