TS SDK has docs/packages/{client,core,runtime,sdk,bun,express,fastify,hono,node,middleware-otel}.md — one page per package, listing public API surface.
C# SDK has narrative guides numbered 00–18 but no per-package API reference. Add docs/packages/Arcp.{Core,Client,Runtime,AspNetCore,Otel,Hosting,Cli}.md covering each shipped NuGet package's public types, configuration options, and code samples.
Steps:
- List public types in each project via
dotnet build and reflection or by scanning public class/public record/public interface
- Group by package
- For each public API, document: signature, purpose, example usage
- Cross-link to the existing numbered guides where relevant
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
TS SDK has
docs/packages/{client,core,runtime,sdk,bun,express,fastify,hono,node,middleware-otel}.md— one page per package, listing public API surface.C# SDK has narrative guides numbered 00–18 but no per-package API reference. Add
docs/packages/Arcp.{Core,Client,Runtime,AspNetCore,Otel,Hosting,Cli}.mdcovering each shipped NuGet package's public types, configuration options, and code samples.Steps:
dotnet buildand reflection or by scanningpublic class/public record/public interfaceAudit reference: ARCP SDK Audit v1.1 (2026-05-19)