- Remove worktree of deleted tasks - Remove worktree of inactive tasks after 24h of inactivity - Create a new worktree on followup attempts of cold tasks
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) as count FROM task_attempts WHERE worktree_path = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "93a1605f90e9672dad29b472b6ad85fa9a55ea3ffa5abcb8724b09d61be254ca"
|
|
}
|