Create the top-level `coder task` subcommand. **Scope** - Wire top-level command + alias `tasks`. - Common options: `--org`, `--owner` (default lookup: current org + callers tasks). - Add `<task>` resolver (uuid/name). **Notes** Other subcommands (create/status/logs/send/list/delete) build on this scaffolding. References: #838