From 8250ecbc0f957503b2760444b12d1f8046783a5b Mon Sep 17 00:00:00 2001 From: sergio Date: Wed, 20 May 2026 18:15:51 +0000 Subject: [PATCH] =?UTF-8?q?docs(shuma):=20SDD=20=E2=80=94=20registra=20shu?= =?UTF-8?q?ma-line,=20shuma-sysmon=20y=20el=20shell=20vivo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- crates/modules/shuma/SDD.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crates/modules/shuma/SDD.md b/crates/modules/shuma/SDD.md index cef83cb..9ccdcc8 100644 --- a/crates/modules/shuma/SDD.md +++ b/crates/modules/shuma/SDD.md @@ -13,6 +13,15 @@ hablan postcard sobre Unix socket. | `shuma-protocol` | lib | Wire types: requests/responses + framing | | `shuma-discern` | lib | Lookup de daemon vía broker brahman | | `shuma-core` | lib | Pipeline: parse spec → encarnar → supervisar → persist | +| `shuma-intent` | lib | Intenciones, grafo de sesión y libro de macros | +| `shuma-line` | lib | Análisis de la línea de comandos: lexer bash, clasificación, pipeline, autocompletado, `LineState` editable — agnóstico (GUI/TUI) | +| `shuma-sysmon` | lib | Muestreo de CPU/memoria con historial para los monitores | +| `shuma-shell-render` | lib | Layout del lienzo de intenciones | + +App: `apps/shuma-shell` — el shell GPUI: input inteligente (resaltado + +autocompletado + pipes vía `shuma-line`), monitores con curva +(`shuma-sysmon`) y lienzo de intenciones. Crates agnósticos → un futuro +`shuma-shell-tui` reusaría `shuma-line` + `shuma-sysmon` sin cambios. ## Dependencias