The brain logs an event when something materially changes its behavior:
๐ Training: A batch of new labeled data was processed and the weights shifted. Logged with loss delta.
โ Drift: Recent hit rate diverged from lifetime average by more than 8%. Could mean regime change.
๐ Promotion: A new model version was promoted to production (replaced the active model).
๐ฑ Seed: Synthetic training data was generated (usually on first install or after a reset).
๐ Reset: The brain was reset โ all weights zeroed, training data preserved.
Events are persisted in localStorage. Use Clear log to wipe โ this won't affect the model itself, just the audit trail.