forked from Rockachopa/Timmy-time-dashboard
- Add token_rules.yaml config defining events, rewards, penalties, and gating thresholds - Create token_rules.py helper module for loading config and computing token deltas - Update orchestrator.py to compute token rewards for Daily Run completion - Add comprehensive tests for token_rules module The token economy is now configurable without code changes: - Events: triage actions, Daily Run completions, PR merges, test fixes - Rewards/penalties per event type - Gating thresholds for sensitive operations - Daily limits per category - Audit settings for transaction logging Fixes #711