bankai/cli

The bankai CLI — command parser and routing dispatcher.

Live task operations go through the daemon/Mnesia boundary from the root module. run_in remains a pure compatibility seam for legacy fixtures, setup, memory, messages, and compaction; it is never the live task-write authority.

Values

pub fn agent_instructions() -> String
pub const default_workspace: String
pub fn error_envelope(message: String) -> String
pub fn prime_text(workspace: String) -> String
pub fn run_in(workspace: String, argv: List(String)) -> String

Run a command against a workspace. Output is always a JSON envelope: {“ok”: } or {“error”: “”}. No-args prints plain help.

pub fn usage() -> String
Search Document