-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclaude_project.json
More file actions
38 lines (38 loc) · 939 Bytes
/
claude_project.json
File metadata and controls
38 lines (38 loc) · 939 Bytes
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
38
{
"name": "iOS Timer App",
"description": "Bold iOS stopwatch app with lap tracking, Bungee font, random vibrant backgrounds, and motivational quotes",
"type": "ios-app",
"git": {
"workflow": "gitflow",
"mainBranch": "main",
"developBranch": "develop",
"featurePrefix": "feature/",
"releasePrefix": "release/",
"hotfixPrefix": "hotfix/",
"bugfixPrefix": "bugfix/"
},
"conventions": {
"commits": "conventional",
"code": {
"language": "swift",
"style": "swiftformat",
"font": "Bungee-Regular"
}
},
"collaboration": {
"workflow": "collaborative",
"planning": "required",
"review": "required",
"testing": "required"
},
"tools": {
"scripts": {
"collaborate": "./collaborate.sh",
"updateRepo": "./github-repo-update.sh"
},
"build": "xcodebuild",
"test": "xctest"
},
"currentVersion": "1.0.0",
"nextMilestone": "TBD"
}