bascule-oss/crates
Claude Code 984a37e0cb
Some checks failed
CI / dco (push) Has been cancelled
CI / build (push) Has been cancelled
chore: silence bascule-shell config dead-code warnings
The TOML schema for ~/.config/bascule/shell.toml carries
`servers = [{alias, hostname, port}]` entries that
bascule-shell deserializes but doesn't read at runtime. The
shell-side server chooser uses ssh host aliases (dev.gsh /
stg.gsh / prod.gsh) instead.

Marking the fields `#[allow(dead_code)]` with a comment
preserves the TOML wire format (so users with existing config
files don't get a parse error) without leaving the compiler
warning.

Verification:
  $ cargo build --workspace
    | grep -c "warning:"
  0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Claude Code <claude@guildhouse.dev>
2026-04-08 13:49:32 -04:00
..
bascule-auth-agent-id feat: bascule-shell — identity-aware shell with TPM attestation 2026-04-05 09:47:46 -04:00
bascule-core feat(hfl): bascule-core SAT compose routes through HFL when available 2026-04-08 10:41:09 -04:00
bascule-dashboard feat: Dioxus dashboard — session analytics + WASM web target 2026-04-05 14:10:01 -04:00
bascule-dashboard-web feat: Dioxus dashboard — session analytics + WASM web target 2026-04-05 14:10:01 -04:00
bascule-server feat: embedded management API (axum, port 9090) 2026-04-05 15:09:26 -04:00
bascule-shell chore: silence bascule-shell config dead-code warnings 2026-04-08 13:49:32 -04:00