Internal architecture docs. Each directory mirrors a module in src/.
| module | description |
|---|---|
| cli | User-facing commands — wsr init, wsr run |
| config | wsr.json parsing and generation |
| provider | Workflow provider adapters (GitHub Actions, GitLab CI, Bitbucket) |
| engine | Job DAG, expression engine, step orchestration |
| sandbox | Wasmtime-based execution sandbox and capability model |
| sync | Git hook shim reconciliation |