{
"name": "string",
"description": "string",
"repoUrl": "http://example.com",
"defaultBranch": "string",
"config": {
"llm": {
"provider": "anthropic",
"model": "string"
},
"validation": {
"init": [
"string"
],
"check": [
"string"
]
},
"guardrails": {
"maxTurns": 1,
"allowedFileTypes": [
"string"
],
"excludedFileTypes": [
"string"
],
"allowedDirectories": [
"string"
],
"excludedDirectories": [
"string"
],
"protectedFiles": [
"string"
]
}
}
}