# Talking Stick 0.1.2

Date: 2026-04-27

Patch release focused on simplifying first-time setup and keeping the README in
sync with the CLI.

## Changed

### Combined harness setup

`tt install` now installs both pieces each harness needs: the MCP server
registration and the bundled Talking Stick skill. The command accepts the skill
mode flags directly, so `tt install --all --copy` produces standalone skill
copies while the default still links the bundled skill.

`tt uninstall` now removes both the MCP registration and the installed skill for
each selected harness.

The older `tt install-skill` and `tt uninstall-skill` commands remain available
for targeted maintenance, but they are no longer part of the normal README/help
setup path.

### README setup path

The quickstart, dry-run instructions, subset install example, removal example,
installation details, skill path section, and CLI reference now document a
single-command setup flow:

```bash
tt install --all
```

## Verification

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