-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Idea Coordination #3
Comments
Coordination Profile - Jordan ParkOverview
Cross-Context RelationshipsGoal RelationshipsWork-Exercise Balance
Adaptive Actions
Temporal CoordinationProtected Time BlocksMorning Workout
Deep Work
Conflict Resolution Strategy
Analytics & InsightsKey CorrelationsExercise and Productivity
Work Hours and Sleep Quality
Tradeoff MetricsWork-Life Balance Score
User PreferencesTime Management
Priority Settings
Schedule Adaptability
Notification Preferences
Integration InsightsStrengths
Areas for Optimization
Success Metrics
Recent Adjustments
Last Updated: December 10, 2024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"version": "1.0",
"lastUpdated": "2024-12-10T00:00:00Z",
"routingConfig": {
"defaultServer": "A|B",
"routingRules": [{
"ruleId": "string",
"priority": 0,
"conditions": [{
"field": "string",
"operator": "contains|equals|startsWith",
"value": "string",
"context": "health|professional|both"
}],
"targetServer": "A|B",
"fallbackServer": "A|B"
}]
},
"crossContextRelationships": {
"goalRelationships": [{
"id": "string",
"healthGoalId": "string",
"professionalGoalId": "string",
"relationship": {
"type": "supports|conflicts|depends",
"strength": 0,
"description": "string",
"tradeoffs": [{
"aspect": "string",
"impact": "positive|negative",
"severity": 0
}]
},
"adaptiveActions": [{
"trigger": "string",
"action": "string",
"priority": 0
}]
}],
"temporalCoordination": {
"schedulingPriorities": [{
"contextType": "health|professional",
"activityType": "string",
"timeOfDay": "morning|afternoon|evening",
"priority": 0,
"flexibilityScore": 0
}],
"timeBlocks": [{
"id": "string",
"purpose": "health|professional|both",
"startTime": "HH:MM",
"duration": 0,
"daysOfWeek": ["string"],
"priority": 0,
"protected": false
}],
"conflictResolution": {
"defaultStrategy": "prioritize-health|prioritize-professional|time-split|reschedule",
"exceptions": [{
"condition": "string",
"strategy": "string"
}]
}
}
},
"promptProcessing": {
"contextClassification": {
"keywords": {
"health": ["string"],
"professional": ["string"],
"overlap": ["string"]
},
"intentMapping": [{
"intent": "string",
"contextType": "health|professional|both",
"confidence": 0
}]
},
"crossContextQueries": [{
"pattern": "string",
"requires": ["health", "professional"],
"processingSteps": [{
"step": 0,
"server": "A|B",
"operation": "string",
"dependencies": ["string"]
}]
}]
},
"analytics": {
"correlations": [{
"healthMetric": "string",
"professionalMetric": "string",
"correlationType": "positive|negative|none",
"strength": 0,
"lastCalculated": "YYYY-MM-DD"
}],
"tradeoffMetrics": [{
"id": "string",
"description": "string",
"healthImpact": 0,
"professionalImpact": 0,
"recommendedBalance": 0
}]
},
"userPreferences": {
"priorityContext": "health|professional|balanced",
"timeManagement": {
"preferredBuffer": 0,
"minHealthTime": 0,
"minProfessionalTime": 0,
"flexibilityPreference": "strict|moderate|flexible"
},
"notifications": {
"crossContextAlerts": true,
"tradeoffWarnings": true,
"balanceReminders": true
}
}
}
The text was updated successfully, but these errors were encountered: