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 — wraith serve and wraith connect commands | completed |
|
moderate | low | phase | 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
- Both CLI tasks completed
wraith serve --helpandwraith connect --helpmatch architecture spec flag lists- End-to-end:
wraith serve+wraith connectestablishes 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.