- Add produce_thought() function in src/infrastructure/presence.py
- Returns dict with type='thought', agent_id, data={text, thought_id, chain_id}, ts
- Text is truncated to 500 chars
- Add comprehensive tests in tests/unit/test_presence.py
Fixes#672