example-config.json•797 B
{
"company": "HeliMods",
"commitments": {
"development": {
"limit": 20,
"unit": "hours/week"
},
"meeting": {
"limit": 5,
"unit": "hours/week"
},
"total": {
"limit": 25,
"unit": "hours/week"
}
},
"projects": {
"Conduit MCP": {
"tags": ["conduit"],
"commitment": "development"
},
"Internal Tools": {
"tags": ["internal", "tooling"],
"commitment": "development"
},
"Client Work": {
"tags": ["client", "consulting"],
"commitment": "development"
}
},
"tagMappings": {
"dev": "development",
"code": "development",
"coding": "development",
"sync": "meeting",
"standup": "meeting",
"call": "meeting",
"admin": "admin",
"email": "admin"
}
}