Restore C7 Warm/TLS carve for release and add policy scaffolding

This commit is contained in:
Moe Charm (CI)
2025-12-06 01:34:04 +09:00
parent d17ec46628
commit 03538055ae
15 changed files with 588 additions and 164 deletions

View 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