default.json•573 B
{
"id": "default",
"name": "Default User",
"description": "Default personality with general-purpose semantic operations for all users",
"availableOperations": [
"search-work-items",
"add-comment",
"show-comments",
"delete-comment"
],
"workflowHints": {
"dailyStart": ["search-work-items"],
"emptyResults": ["search-work-items"],
"errorRecovery": ["search-work-items"]
},
"preferences": {
"defaultIncludes": ["Name", "Description", "EntityState"],
"preferredViews": ["list", "detail"],
"taskOrdering": "priority"
}
}