Wire the semantic nudge into the daemon and document M3.5
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,8 @@ func main() {
|
||||
svc := ai.NewService(backend)
|
||||
ctrl.SetCoach(svc)
|
||||
ctrl.SetDriftJudge(svc)
|
||||
log.Printf("ai: %s backend (coach + drift judge)", backend.Name())
|
||||
ctrl.SetNudge(svc)
|
||||
log.Printf("ai: %s backend (coach + drift judge + nudge)", backend.Name())
|
||||
}
|
||||
|
||||
src := evidence.NewSource()
|
||||
|
||||
Reference in New Issue
Block a user