F# SDK has README + samples, no conceptual docs. Mirror the TS SDK guide set at /Users/nficano/code/arpc/typescript-sdk/docs/guides/:
- auth.md, delegation.md, errors.md, job-events.md, jobs.md, leases.md, observability.md, resume.md, sessions.md, vendor-extensions.md
For each guide:
- Read the TS version for structure and depth
- Write an F#-idiomatic equivalent in
docs/guides/ of this repo
- Use F# code samples, F#-native types/records, and computation-expression patterns where natural
- Link to the relevant spec section (
spec/docs/draft-arcp-02.1.md)
Add docs/README.md index pointing to the guides.
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
F# SDK has README + samples, no conceptual docs. Mirror the TS SDK guide set at
/Users/nficano/code/arpc/typescript-sdk/docs/guides/:For each guide:
docs/guides/of this repospec/docs/draft-arcp-02.1.md)Add
docs/README.mdindex pointing to the guides.Audit reference: ARCP SDK Audit v1.1 (2026-05-19)