30 lines
843 B
Markdown
30 lines
843 B
Markdown
---
|
|
id: meta/cli-layer
|
|
name: Complete CLI layer — wraith serve and wraith connect commands
|
|
status: completed
|
|
depends_on:
|
|
- cli/serve-command
|
|
- cli/connect-command
|
|
scope: moderate
|
|
risk: low
|
|
impact: phase
|
|
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.
|
|
|
|
## 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
|
|
|
|
## References
|
|
|
|
- docs/architecture/client.md, docs/architecture/server.md
|
|
|
|
## Summary
|
|
|
|
CLI layer complete. Both `wraith serve` and `wraith connect` subcommands implemented with all architecture spec flags. |