Expand description
CliGenerator — generates a Unix shell script and/or Windows .cmd file.
The generated script:
- Has a
#!/usr/bin/env shshebang on Unix. - Contains a
BRIDGESmap with one or more live session bridges. - Has one
casebranch per upstream tool, each mapped to a kebab-case subcommand. - Picks the bridge for the current process tree when multiple sessions share a CLI name.
- Passes
Authorization: Bearer <session token>on everyPOST /execrequest. - Is marked executable (Unix
chmod 755).