[package] name = "shuma-shell" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true publish.workspace = true description = "Shell shuma — las 3 zonas: barra RUN (macros) + Lienzo de Contexto (grafo de intenciones) + barra SENS (telemetría) + prompt fijo." [[bin]] name = "shuma-shell" path = "src/main.rs" [dependencies] shuma-intent = { path = "../../modules/shuma/shuma-intent" } shuma-shell-render = { path = "../../modules/shuma/shuma-shell-render" } nahual-theme = { path = "../../modules/nahual/libs/theme" } nahual-launcher = { path = "../../modules/nahual/libs/launcher" } gpui = { workspace = true }