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.
843 B
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 |
|
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 --helpandalknet connect --helpmatch architecture spec flag lists- End-to-end:
alknet serve+alknet connectestablishes 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.