仓库原始内容
按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。
Update API documentation from the source of truth (TypeBox/Fastify routes, or the repo's documented generator). Never edit generated OpenAPI, generated clients, or generated SQL directly.
- Read the API docs MDX and the generator README. Identify the owning source and the generate script in package.json.
- Change the owning schema or route, not the generated artifact.
- Run the documented generate command. Check drift scripts if the repo has them.
- Update adopter MDX only for behavior that changed. Do not invent auth, rate-limit, or versioning policy.
- Docs:
/w-docsif behavior or commands changed.

