poc-daemon: reset nudge timer on tool use, move nudge interval to claude
PostToolUse now signals response activity so the nudge timer resets while I'm actively working. Nudge interval constant moved from thalamus (where it doesn't belong) to consciousness-claude. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
fa3b57fffd
commit
899cdd0165
2 changed files with 3 additions and 1 deletions
|
|
@ -260,6 +260,7 @@ fn main() {
|
|||
}
|
||||
}
|
||||
"PostToolUse" => {
|
||||
signal_response();
|
||||
print!("{}", memory_search::run_hook(&input));
|
||||
|
||||
if let Some(ref t) = transcript {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue