Auto-sync: 2026-04-22 19:20

This commit is contained in:
2026-04-22 19:20:32 +08:00
parent 72f3673978
commit 772cbf2051
85 changed files with 2919 additions and 53 deletions

View File

@@ -0,0 +1,31 @@
---
title: "Food Sensitivity Tracking"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Food Sensitivity Tracking
通过长期日志追踪来识别个人食物不耐受或过敏的实践方法。
## Definition
记录食物摄入与身体症状(如头痛、腹胀、皮疹等)的时间关联,通过模式分析发现潜在的触发食物。
## How It Works
1. **日志记录**:在摄入食物或出现症状时即时记录,带时间戳
2. **一致性保证**:定时提醒确保不遗漏,建立长期数据积累
3. **周期性分析**:每周或每月回顾日志,识别统计相关性
4. **迭代验证**:排除疑似触发食物,观察症状变化以确认
## Key Insight
> "Identifying food sensitivities requires consistent logging over time, which is tedious to maintain." — 这是自动化的核心驱动力
## Implementation Patterns
- [[health-symptom-tracker]]Telegram 话题 + OpenClaw 自动解析 + Markdown 日志
- 移动端 App如 Cara、Spoonful作为专用替代方案
## Connections
- [[Automated Health Logging]] ← enables ← [[Food Sensitivity Tracking]]
- [[Cron Job Reminders]] ← supports ← [[Food Sensitivity Tracking]]