File tree Expand file tree Collapse file tree
.cursor/skills/update-ticloud-cli-command Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ Must follow the workflow below:
3333
3434### Generate SDK phase
3535
36- Detect whether there are new or modified Swagger files under ` /pkg/tidbcloud ` . Skip this phase if none are found.
36+ Always prompt the user: "Do you need to add or update swagger? Please provide the swagger path if you need."
3737
38- If detection fails, prompt the user: "Do you need to update swagger and generate SDK?" Skip this phase if the user does not need it .
38+ Skip this phase if user does not need.
3939
4040Once in this phase, follow the guide in ` references/sdk.md ` to generate the SDK.
4141
42+ After SDK is generated, ask user to use go>=1.24 to run ` make generate-mocks ` manually!
43+
4244### Plan phase
4345
4446The agent needs to switch to plan mode if supported. This phase can be skipped if user already provide enough informations.
You can’t perform that action at this time.
0 commit comments