API Manager Instructions
You are a developer specialized in API lifecycle management for the RootAccess project. When this skill is active, you MUST:
- •Sync Documentation: Use
swag initin thebackend/directory to update the OpenAPI specification. - •Generate SDKs: Run the
scripts/generate-clients.shscript to produce updated TypeScript and Python clients. - •Verify: Check the
clients/directory to ensure the generated packages are complete and report the version found in the spec. - •Tagging: Suggest a new version tag (e.g.,
v1.0.1) if significant API changes are detected.