Developer Guide Overview¶
This section is for developers working on the SDK itself. It covers architecture, testing workflows, and public attestation verification behavior. Private runtime implementation details are intentionally omitted.
Development guidelines¶
- Preserve deterministic transformations
- Maintain explicit boundary enforcement (no raw data in outputs)
- Avoid network access in core runtime paths
- Update tests and docs when public APIs change
Prev: Troubleshooting | Next: Developer Architecture