CedarCopilot/cedar-OS

fix: make type discoverability better

Offen

#131 geöffnet am 28.08.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (18 Forks)auto 404
documentationenhancementgood first issue

Repository-Metriken

Stars
 (169 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

For types exposed to the user (mainly in AgentConnectionTypes.ts and AgentInputContextTypes.ts, we need to make the discoverability of the types better, especially if they take in generic parameters.

Probably would use Typedocs for Typescript types, and an equivalent for Zod types.

Contributor Guide