# OpenCLI Agent Pack: gum

Use this when an AI agent needs to work with `gum`.

## What this CLI is for
Shell UX, prompts, and interactive scripts from the terminal. Built by Charmbracelet.

Best for: shell ux, prompts, and interactive scripts from the terminal.

## Agent readiness
Human-first CLI (0/100)


## Install
```sh
brew install gum
```

## Verify before real work
```sh
gum --version
```
Expected signal: gum responds locally and is ready for the first real command.

## Safe starting commands
```sh
gum --version
```

```sh
gum choose deploy rollback
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Expect prompts; keep a human in the loop for interactive flows.

## Suggested agent instruction
You may use gum (`gum`) for shell ux, prompts, and interactive scripts from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
