bankai/wisps/service

Complete local wisp lifecycle service. Wisps remain task-shaped but their TTL metadata and disposal evidence live in separate lifecycle tables.

Values

pub fn archives(
  workspace: String,
  id: String,
) -> Result(json.Json, String)
pub fn burn(
  workspace: String,
  id: String,
  args: List(String),
) -> Result(json.Json, String)
pub fn create(
  workspace: String,
  task: types.Task,
  args: List(String),
) -> Result(types.Task, String)
pub fn digest(
  workspace: String,
  id: String,
) -> Result(json.Json, String)
pub fn gc(
  workspace: String,
  args: List(String),
) -> Result(json.Json, String)
pub fn list(
  workspace: String,
  args: List(String),
) -> Result(json.Json, String)
pub fn promote(
  workspace: String,
  id: String,
  args: List(String),
) -> Result(json.Json, String)
Search Document