trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
11 lines • 502 B
TypeScript
/**
* trellis project + trellis clone + trellis peer (ADR 0031 / ADR 0032).
*
* Identity-addressed surface: projects are `{peer}/{repo}`, never URLs. The
* sprite URL lives in the peer resolver (~/.trellis/peers.json) and in
* `.trellis/remote.json` as a bound transport. `trellis clone <url>` remains
* as the explicit transport override.
*/
import type { Command } from "commander";
export declare function registerCloneCommands(program: Command): void;
//# sourceMappingURL=clone-cli.d.ts.map