Files
SWOOSH/README.DEV.md
anthonyrawlins b41f03f4a0
Some checks failed
ci / validate (push) Has been cancelled
Initial commit: SWOOSH bootstrap with statechart spec, OpenAPI, ADRs, and ops harnesses
2025-10-02 09:59:59 +10:00

13 lines
476 B
Markdown

# Developer Guide
## Running Locally (skeleton)
- Validate specs: `npm i -g @stoplight/spectral` then `spectral lint api/openapi.yaml`
- Lint YAML: `yamllint .`
- Inspect statechart: open `docs/statechart.yaml` in your visualizer of choice.
## Next Steps
- Implement reducer skeleton in Go/Rust.
- Add WAL adapter (Badger/RocksDB) and snapshotting.
- Implement HLC lib + HMMM signer verification.
- Build transition guard providers (BACKBEAT, policy engine, health probes).