Add `zeroclaw self-test` command with two modes: - Quick mode (--quick): 8 offline checks including config, workspace, SQLite, provider/tool/channel registries, security policy, and version - Full mode (default): adds gateway health and memory round-trip checks Creates src/commands/ module structure with self_test and update stubs. Adds indicatif and tempfile runtime dependencies for the update pipeline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
35 B
Rust
3 lines
35 B
Rust
pub mod self_test;
|
|
pub mod update;
|