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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: meta/cli-layer
|
||||
name: Complete CLI layer — wraith serve and wraith connect commands
|
||||
name: Complete CLI layer — alknet serve and alknet connect commands
|
||||
status: completed
|
||||
depends_on:
|
||||
- cli/serve-command
|
||||
@@ -13,13 +13,13 @@ level: planning
|
||||
|
||||
## Description
|
||||
|
||||
Meta task that clusters CLI tasks. Once complete, the `wraith` binary has both `serve` and `connect` subcommands with all flags matching the architecture specs.
|
||||
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
|
||||
|
||||
- [x] Both CLI tasks completed
|
||||
- [x] `wraith serve --help` and `wraith connect --help` match architecture spec flag lists
|
||||
- [x] End-to-end: `wraith serve` + `wraith connect` establishes working SSH tunnel
|
||||
- [x] `alknet serve --help` and `alknet connect --help` match architecture spec flag lists
|
||||
- [x] End-to-end: `alknet serve` + `alknet connect` establishes working SSH tunnel
|
||||
|
||||
## References
|
||||
|
||||
@@ -27,4 +27,4 @@ Meta task that clusters CLI tasks. Once complete, the `wraith` binary has both `
|
||||
|
||||
## Summary
|
||||
|
||||
CLI layer complete. Both `wraith serve` and `wraith connect` subcommands implemented with all architecture spec flags.
|
||||
CLI layer complete. Both `alknet serve` and `alknet connect` subcommands implemented with all architecture spec flags.
|
||||
Reference in New Issue
Block a user