ikigai-cli 0.1.5

ikigai — a REPL client for resource-resolution kernels (native + WebAssembly).
ikigai-cli-0.1.5 is not a library.

ikigai — resource-resolution REPL.

Attaches to a kernel instance over a pluggable transport: embedded (the kernel runs in this process), ipc (a kernel server over a Unix socket), or quic (a remote kernel over QUIC with mutually-pinned TLS). ikigai serve runs a server; --connect attaches to one, choosing the transport by the target (a path → Unix socket, quic://host:port → QUIC). Each line is a request issued against the kernel's address space; the response is its representation's bytes.

With -c '<command>' (repeatable) it runs the command(s) and exits. Otherwise, on an interactive terminal it launches a full-screen [tui] REPL; piped or with --plain it falls back to the line-oriented [repl]. All drive the same renderer-agnostic [engine] over the chosen Resolver.