Problem
command descriptions currently live in the TUI module: https://github.com/aws/agentcore-cli/blob/main/src/cli/tui/copy.ts#L30.
This is confusing because its used for help text in the CLI as well, but is defined in the TUI module.
Definition of Done
Hoist these descriptions to a common place (perhaps https://github.com/aws/agentcore-cli/blob/main/src/cli/constants.ts).
Problem
command descriptions currently live in the TUI module: https://github.com/aws/agentcore-cli/blob/main/src/cli/tui/copy.ts#L30.
This is confusing because its used for help text in the CLI as well, but is defined in the TUI module.
Definition of Done
Hoist these descriptions to a common place (perhaps https://github.com/aws/agentcore-cli/blob/main/src/cli/constants.ts).