Files
alknet/tasks/meta/cli-layer.md
glm-5.1 596c89ce24 refactor!: rebrand wraith to alknet
Rename all crates, CLI commands, constants, type names, doc comments,
and documentation from wraith to alknet. Includes wire-protocol changes:
ALPN wraith-ssh -> alknet-ssh, reserved destination prefix wraith- ->
alknet-, SSH auth username wraith -> alknet.
2026-06-05 10:04:32 +00:00

843 B

id, name, status, depends_on, scope, risk, impact, level
id name status depends_on scope risk impact level
meta/cli-layer Complete CLI layer — alknet serve and alknet connect commands completed
cli/serve-command
cli/connect-command
moderate low phase planning

Description

Meta task that clusters CLI tasks. Once complete, the alknet binary has both serve and connect subcommands with all flags matching the architecture specs.

Acceptance Criteria

  • Both CLI tasks completed
  • alknet serve --help and alknet connect --help match architecture spec flag lists
  • End-to-end: alknet serve + alknet connect establishes working SSH tunnel

References

  • docs/architecture/client.md, docs/architecture/server.md

Summary

CLI layer complete. Both alknet serve and alknet connect subcommands implemented with all architecture spec flags.