sample_messages.json
1 [ 2 { 3 "from_role": "ceo", 4 "to_role": "cto", 5 "type": "request", 6 "subject": "Q3 Technology Strategy Review", 7 "content": { 8 "question": "What are our top 3 technology priorities for Q3?", 9 "deadline": "2025-11-10", 10 "context": "Board meeting preparation" 11 } 12 }, 13 { 14 "from_role": "product_manager", 15 "to_role": "senior_architect", 16 "type": "request", 17 "subject": "Architecture design for user dashboard", 18 "content": { 19 "feature": "User analytics dashboard", 20 "requirements": [ 21 "Real-time data updates", 22 "Support 10K concurrent users", 23 "Sub-second query response" 24 ], 25 "priority": "high" 26 } 27 }, 28 { 29 "from_role": "test_lead", 30 "to_role": "senior_developer", 31 "type": "notification", 32 "subject": "Test failures in authentication module", 33 "content": { 34 "failing_tests": 3, 35 "test_suite": "auth_integration_test", 36 "error_message": "Connection timeout to auth service" 37 } 38 } 39 ]