-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursor
More file actions
37 lines (37 loc) · 1.12 KB
/
.cursor
File metadata and controls
37 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"test_steps": {
"api_client_generation": {
"documentation": "docs/ai_test_step.md",
"type": "build_yaml",
"description": "build.yamlを使用したAPIクライアントの生成テスト",
"required_checks": [
"インターネット接続の確認",
"生成されたコードのlintエラーチェック",
"認証関連のテスト実行"
]
},
"regenerate_api_client": {
"documentation": "docs/regenerate_api_client.md",
"type": "shell_script",
"description": "シェルスクリプトを使用したAPIクライアントの再生成テスト",
"required_checks": [
"OpenAPI仕様ファイルの存在確認",
"シェルスクリプトの実行権限確認",
"生成されたコードの検証"
]
}
},
"flutter": {
"version": "3.27.4",
"documentation": {
"url": "https://docs.flutter.dev/releases/3.27.4",
"local_path": "docs/flutter/3.27.4",
"required_packages": [
"build_runner",
"freezed",
"json_annotation",
"openapi_generator_flutter"
]
}
}
}