# OpenCLI Agent Pack: pisesh

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

## What this CLI is for
Resume Pi sessions, favorite long-running threads, and search session titles and prompts from the terminal. Built by Blue-B. Start with `npm install -g pisesh` and go from there. Runs entirely on your machine.

Best for: Bookmarking, searching, and resuming Pi coding-agent sessions from a keyboard TUI.

## Agent readiness
Human-first CLI (20/100)
- Can run locally with less credential exposure.

## Install
```sh
npm install -g pisesh
```

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

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

```sh
pisesh
```

```sh
npm install -g pisesh
```

## 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 pisesh (`pisesh`) for bookmarking, searching, and resuming pi coding-agent sessions from a keyboard tui.. 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
