soft3/cli.md

soft3 CLI

soft3 — command-line interface to the soft3 stack.

commands

soft3 link <from> <to> [--token <particle>] [--amount <n>] [--valence +1|0|-1]
    construct and submit a cyberlink signal

soft3 query particle <particle> [--root <bbg_root>]
    query particle state with BBG proof

soft3 query neuron <particle> [--root <bbg_root>]
    query neuron state with BBG proof

soft3 query axons <particle> [--out|--in] [--root <bbg_root>]
    query outgoing or incoming axons for a particle

soft3 verify <proof-file>
    verify a BBG Lens opening proof against a root

soft3 particle <file>
    compute the particle (hemera hash) of a file

soft3 sync / soft3 network
    product probe and presets — default spacepussy-test @ :7780
    (shipped in soft3 0.4)

soft3 node
    start the product soft3-node for spacepussy-test
    (planned — milestone S6; see soft3/docs/launch.md)

soft3 status [--node <addr>]
    show node status, BBG root, block height

launch

full operator guide: launch spacepussy-test.

summary:

  • product network is spacepussy-test, not cosmos space-pussy on cybernode
  • today: local cybergraph + foculus components; cyber sync probes :7780
  • target: soft3 node binds rpc/lcd/index on 7780–7782 and peers over radio

implementation

Rust binary in crate/. network presets and sync are live.

remaining CLI surface (link / query / verify / node) waits on:

  • BBG proof serialisation (serde for QueryProof)
  • query wire protocol (schema/)
  • soft3-node wiring (cybergraph + bbg + radio + foculus + soma)

Homonyms

cli
feature of go-cyber cyber query bandwidth load: query the bandwidth load neuron: query the neuron bandwidth params: query the bostrom/bandwidth module parameters information price: query the bandwidth price total: query the total bandwidth
cyber/cli
cyb/cli
cli
warriors/trisha/cli
cli
soft3/bbg/cli
cli
soft3/cybergraph/cli
cli
soft3/lens/cli
cli
soft3/zheng/cli
cli
neural/rs/cli
cli
soft3/tru/cli
cli
neural/eidos/cli
cli
soft3/nox/cli
cli
soft3/hemera/cli
cli
neural/rune/cli
cli
soft3/strata/jali/cli
cli
soft3/zheng/specs/cli
cli the `zheng` command-line face of the proof system. drives the library's five entry points from a shell and emits results as a tape chunk stream. invocation output convention — one channel (stdout), two renderings of the same data: **interactive** (stdout is a terminal) — styled ANSI: a gradient…
soft3/bbg/specs/cli
bbg cli a command-line tool for the authenticated state layer: inspect the committed state, apply signals, finalize blocks, and prove/verify records. `bbg`'s verb is **store** — the CLI is the store's console, the way `redb`/`sqlite` ship a shell for their engine. scope — what it is, and is not bbg…
soft3/strata/kuro/cli
cli
soft3/strata/genies/cli
cli
soft3/lens/specs/cli
lens cli command-line tool for the commitment layer. commit to a file as a polynomial, open evaluations, verify openings without the file. wraps the five constructions of commitment behind one binary. the tool lives in the `cli/` crate (package `lens-cli`, binary `lens`), a workspace member…
neural/trident/src/cli
cli
soft3/strata/trop/cli
cli
soft3/cybergraph/specs/cli
cybergraph cli a command-line console for the cyberlink processor: declare intents, seal and link signals, query the graph with inf, and inspect the per-neuron chains. `cybergraph`'s verb is **link** — the CLI is the processor's console, one layer above the bbg state store (`bbg` CLI). scope — the…
soft3/glia/run/cli
cli
neural/trident/reference/cli
⌨️ CLI Reference [← Language Reference](/neural/trident/reference/language) Three-Register Flags Trident uses a **three-register** naming model for targets. Each register has two synonyms — one *geeky* (technical) and one *gamy* (metaphorical) — plus a *universal* shorthand for backward…
cyb/wysm/crates/cli
The Wasmi CLI Application A lightweight **WebAssembly interpreter CLI** built on top of the [Wasmi crate]. This application provides a command-line interface for executing WebAssembly modules (`.wasm`) and WebAssembly script files (`.wast`). It supports WASI, configurable compilation strategies and…
soft3/strata/nebu/cli
cli
neural/inf/rs/cli
cli
soft3/glia/import/specs/cli
import CLI surface What the `mi` binary (the CLI entry point of the `import` crate) exposes today. Subcommands | Subcommand | Purpose | Source | |---|---|---| | `mi import ` | Convert source directory → `~/llm/.model` | `main.rs::run_import` | | `mi list` | List HF cache entries under…
bootloader/space-pussy/x/bandwidth/client/cli
cli
bootloader/go-cyber/x/resources/client/cli
cli
bootloader/space-pussy/x/resources/client/cli
cli
bootloader/space-pussy/x/dmn/client/cli
cli
bootloader/space-pussy/x/grid/client/cli
cli
bootloader/go-cyber/x/bandwidth/client/cli
cli
bootloader/go-cyber/x/tokenfactory/client/cli
cli
bootloader/go-cyber/x/grid/client/cli
cli
bootloader/go-cyber/x/clock/client/cli
cli
bootloader/go-cyber/x/graph/client/cli
cli
bootloader/space-pussy/x/graph/client/cli
cli
bootloader/go-cyber/x/dmn/client/cli
cli
bootloader/space-pussy/x/rank/client/cli
cli
bootloader/go-cyber/x/rank/client/cli
cli
bootloader/go-cyber/x/liquidity/client/cli
cli

Graph