3 Commits

Author SHA1 Message Date
15fe1b65d2 add cross-compilation build script using cargo-zigbuild
produces fully static, zero-dependency binaries for macOS (arm64)
and Linux (x86_64 musl). no Docker required — uses zig as the
cross-linker.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 11:05:35 +02:00
ac76bb95f4 remove legacy asteroids script, go scaffold, agent report
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 11:05:35 +02:00
f0604a4aee rewrite uberspace-cli in rust (phase 1 + 2)
single binary `uc` replaces bash asteroids script, unifies v7/v8
behind a stable interface with TOML config. implements registry CRUD,
SSH passthrough with v7/v8 translation, status collection/caching,
legacy import. 24 unit tests pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 11:05:35 +02:00