# Talking Stick 0.1.1

Date: 2026-04-27

Patch release focused on onboarding clarity and tighter multi-agent wait
cadence.

## Changed

### Clearer quickstart

The README quickstart now presents the setup as three steps: install `tt`,
register the MCP server and skill across harnesses, then try a concrete
two-agent Claude Code / Codex workflow in one repo.

### Wait cycles before scheduled wakeups

The bundled skill now tells agents to prefer direct `wait_for_turn` wait cycles
and background long-polls over scheduled wakeups. Scheduled wakeups are framed
as fallback behavior, and active multi-agent wakeups are capped at 60-120
seconds unless the operator explicitly pauses the room or the task is blocked
outside the room.

## Verification

- `npm run typecheck`
- `npm test` — 208 tests across 14 files
- `npm run build`
- `git diff --check`
- `npm pack --dry-run --ignore-scripts`
