Metadata-Version: 2.4
Name: jig-sync
Version: 0.1.0
Summary: Sync client for Jig — mirrors your Claude Code harness to the Jig substrate
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: keyring>=24.0
Requires-Dist: watchdog>=4.0
Description-Content-Type: text/markdown

# jig-sync

Sync client for [Jig](https://jig.build) — mirrors your Claude Code harness to the Jig substrate.

## Install

```bash
pip install jig-sync
```

Requires Python 3.11+.

## Quickstart

```bash
# Authenticate and connect to your Jig workspace
jig-sync init

# Check sync status
jig-sync status

# Start background sync (watches for harness changes)
jig-sync daemon

# End-of-session analysis
jig-sync analyze
```

## Commands

| Command | Description |
|---------|-------------|
| `init` | OAuth setup + first push |
| `push` | Upload harness changes |
| `pull` | Fetch server profile |
| `status` | Print sync state |
| `daemon` | Background watcher + auto-push |
| `analyze` | Cross-session pattern analysis |
| `insights` | List insight candidates |
| `promote` | Promote an insight to config |
| `dismiss` | Dismiss an insight |
