> ## Documentation Index
> Fetch the complete documentation index at: https://hyperlocalise.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# TMS curation loop

> Experimental: Move from local draft generation to human-curated translations and back.

<Note>
  This feature is experimental. Flags, output shape, and behavior may change between releases. Use in controlled workflows and pin versions in CI.

  Workflow guidance may shift as sync semantics and conflict policies continue to mature.
</Note>

## End-to-end sequence

1. generate drafts locally with `run`
2. push drafts with `sync push`
3. translators curate in POEditor/Lokalise/Crowdin
4. pull curated updates with `sync pull`
5. verify with `status`

## Decision points

* Use `--force-conflicts` on push only after reviewing conflicts.

## Auditability

Use JSON output for machine-readable review:

```bash theme={null}
hyperlocalise sync pull --output json
hyperlocalise sync push --output json
```
