Skip to content

Commit 83a49ff

Browse files
committed
chore(docker): enable proactive engagement in bundled configs
Both profiles now opt into follow-up suggestions and proactive nudges (capped at 1/day with a 24h per-kind cooldown, stale goals after 7 days), matching the batteries-included intent of the compose stack - the telegram profiles get the push behavior, all profiles get follow-up suggestions after answers.
1 parent 1e522d7 commit 83a49ff

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docker/config.godmode.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@
5757
"merge_threshold": 0.7,
5858
"add_threshold": 0.3,
5959
"extended": {
60-
"enabled": true
60+
"enabled": true,
61+
"follow_up_suggestions_enabled": true,
62+
"proactive_nudges_enabled": true,
63+
"nudge_max_per_day": 1,
64+
"nudge_cooldown_hours": 24,
65+
"nudge_stale_goal_days": 7
6166
}
6267
},
6368
"dangerous": {

docker/config.restricted.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@
5757
"merge_threshold": 0.7,
5858
"add_threshold": 0.3,
5959
"extended": {
60-
"enabled": true
60+
"enabled": true,
61+
"follow_up_suggestions_enabled": true,
62+
"proactive_nudges_enabled": true,
63+
"nudge_max_per_day": 1,
64+
"nudge_cooldown_hours": 24,
65+
"nudge_stale_goal_days": 7
6166
}
6267
},
6368
"dangerous": {

0 commit comments

Comments
 (0)