feat(workforce): add interpretation policy config

This commit is contained in:
igor04091968
2026-06-03 13:03:24 +03:00
parent 0302d888f6
commit 7bc1d4170a
7 changed files with 235 additions and 12 deletions
@@ -0,0 +1,9 @@
{
"overload_threshold": 0.92,
"underload_threshold": 0.45,
"drop_threshold_pct": 20,
"night_work_after": "20:00",
"weekend_work": true,
"min_trend_points": 3,
"off_hours_threshold_seconds": 1800
}