Add sol help command with CLI help cogitate agent
Adds `sol help "question"` which invokes a cogitate agent to answer
questions about sol commands, subcommands, and arguments. The agent
prompt embeds a complete command reference covering all sol commands
and sol call tool commands.
`sol help` (no args), `sol --help`, and `sol -h` continue to show
the existing static help output.