Restore C7 Warm/TLS carve for release and add policy scaffolding
This commit is contained in:
11
core/box/tiny_policy_learner_box.h
Normal file
11
core/box/tiny_policy_learner_box.h
Normal file
@ -0,0 +1,11 @@
|
||||
// tiny_policy_learner_box.h - Placeholder for Tiny class policy learner
|
||||
//
|
||||
// Current mode: FROZEN/OBSERVE (no learning). Hook remains for future LEARN mode.
|
||||
|
||||
#ifndef TINY_POLICY_LEARNER_BOX_H
|
||||
#define TINY_POLICY_LEARNER_BOX_H
|
||||
|
||||
// Stub: will be extended when LEARN mode is enabled.
|
||||
void tiny_policy_learner_tick(void);
|
||||
|
||||
#endif // TINY_POLICY_LEARNER_BOX_H
|
||||
Reference in New Issue
Block a user