# ssot-sync-github
GitHub Issues adapter for the SSOT sync ecosystem.
Part of the [SSOT open-core ecosystem](https://github.com/menot-you/ssot) — the canonical store for AI agents.
## Install
```toml
[dependencies]
ssot-sync-github = "0.1"
```
## Architecture
```
ssot-protocol — pure types, DDL, errors
↓
ssot-client — HTTP/MCP transport
↓
ssot-sync — engine + SyncAdapter trait
↓
ssot-sync-* — provider adapters (github, linear, gcal, gmail, apns, ...)
```
## License
Apache-2.0 © menot-you contributors