Skip to content

Commit cfb5a4f

Browse files
committed
docs: align README_FR.md with executor-agnostic architecture updates
Update the French README architecture diagram to reflect the new executor registry pattern introduced in the executor-agnostic refactor. Changes: - Replace "Executeur Claude Code (os/exec, parsing stream-json)" with "Registre d'executeurs (backends pluggables, defaut : Claude Code)" - Align diagram formatting with English version (→ and tree symbols)
1 parent 1c78d3e commit cfb5a4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README_FR.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,15 @@ Herald expose Claude Code sur le reseau. On prend ca au serieux.
362362

363363
```
364364
Claude Chat (mobile/web)
365-
-> HTTPS (MCP Streamable HTTP + OAuth 2.1)
366-
-> Traefik / Caddy (terminaison TLS)
367-
-> Herald (binaire Go, port 8420)
368-
|-- Handler MCP (/mcp)
369-
|-- Serveur OAuth 2.1 (PKCE, rotation des tokens)
370-
|-- Gestionnaire de taches (pool de goroutines, file de priorite)
371-
|-- Executeur Claude Code (os/exec, parsing stream-json)
372-
|-- SQLite (persistance)
373-
'-- Notifications MCP (push serveur via SSE)
365+
HTTPS (MCP Streamable HTTP + OAuth 2.1)
366+
Traefik / Caddy (terminaison TLS)
367+
Herald (binaire Go, port 8420)
368+
├── Handler MCP (/mcp)
369+
├── Serveur OAuth 2.1 (PKCE, rotation des tokens)
370+
├── Gestionnaire de taches (pool de goroutines, file de priorite)
371+
├── Registre d'executeurs (backends pluggables, defaut : Claude Code)
372+
├── SQLite (persistance)
373+
└── Notifications MCP (push serveur via SSE)
374374
```
375375
376376
**Principes** : binaire unique (tout compile dans un seul executable Go), async-first (chaque tache est une goroutine), MCP stateless avec backend stateful, fail-safe (un crash de Herald ne tue pas les processus Claude Code en cours).

0 commit comments

Comments
 (0)