bankai/cli/setup

Agent setup matrix and Git hooks installation.

Values

pub fn agent_filename(agent: String) -> String
pub fn agent_instructions() -> String
pub const bankai_marker_end: String
pub const bankai_marker_start: String
pub fn hooks_install_cmd(
  workspace: String,
) -> Result(json.Json, String)
pub fn inject_instructions(
  existing: String,
  instructions: String,
) -> String
pub fn repo_root(workspace: String) -> String

Repo root that owns agent directive files: the parent of the .bankai workspace. A workspace that is not a .bankai path is itself the root (direct workspace runs, tests).

pub fn setup_check_cmd(
  workspace: String,
) -> Result(json.Json, String)
pub fn setup_cmd(
  workspace: String,
  agent: String,
) -> Result(json.Json, String)
pub fn setup_list_cmd() -> Result(json.Json, String)
Search Document