-
Notifications
You must be signed in to change notification settings - Fork 89
chore(agents-docs): export type directly from AutoTypeTable.type, remove content/talk-to-your-agents/types.ts and content/typescript-sdk/types.ts
#1621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @dimaMachina's task —— View job I'll review this PR that refactors type exports in the agents-docs package. Tasks
Analysis SummaryThis PR refactors how TypeScript types are referenced in documentation by:
The approach leverages the fumadocs-typescript generator which can parse inline type export statements directly. Review Feedback✅ Strengths1. Eliminates maintenance burden
2. More explicit and traceable
3. Consistent pattern application
|
No description provided.