feat(ai-psychosis): add pushback_count + domain_context state fields
This commit is contained in:
parent
1a45caf18b
commit
080f2414ad
4 changed files with 14 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ function freshState() {
|
|||
tool_count: 0, edit_count: 0,
|
||||
last_event_epoch: 0, burst_count: 0,
|
||||
dep_flags: 0, esc_flags: 0, fatigue_flags: 0, val_flags: 0,
|
||||
pushback_count: 0, domain_context: null,
|
||||
last_warning_epoch: 0,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue