Massive docs overhaul. Restructured around the Diátaxis
framework (tutorials / how-to / reference / explanation).
Replaced the ad-hoc guide tree with four dropdown sidebars
in the navbar.
SDK reference — full pages for the two production SDKs
(Python and TypeScript), plus an auto-instrumentation matrix
covering every framework the SDKs patch.
REST API reference — every endpoint that was previously
in guide/api.md is now in dedicated, navigable pages
(/reference/api, /reference/api-ingestion, /reference/api-traces,
/reference/api-eval, /reference/api-cost,
/reference/api-organization, /reference/api-error-codes).
Jobs feature removed. The async env-gen "jobs" pipeline
(route handlers, pydantic models, DB tables, quota tracking,
RBAC permissions, SDK exports) has been retired. The
corresponding code, billing quotas, permissions, and docs
references have been deleted. The two production SDKs that remain
(Python eden-sdk, TypeScript @eden-ai/sdk) focus on the
observability + ingestion surface. Experimental language SDKs
(Go / Rust) are not GA.
Env-gen SDK packages deleted. The src/eden/sdk/ Python
module and sdk/ts/ TypeScript package (both job-centric
clients) are gone. The remaining SDKs all live under their
top-level language folders in sdk/.