Commit Graph

2 Commits

Author SHA1 Message Date
b243059eeb Restore daily check system decentralized architecture
- Restore card_database.md as index (table markdown) instead of inline content
- Create 6 missing card files (PLAN-001, PLAN-002, PATTERN-001, PERSONAL-001, FAMILY-001, TECH-001)
- Fix ID conflicts: Rename FOOD cards (fiches_nutritionnelles.md → FOOD-001, cuisiner_pour_elle.md → FOOD-002)
- Update get_daily_cards.py to parse table + load from individual files (remove inline parsing code)
- Total: 29 active cards (was 23 with duplicates)
- Update CLAUDE.md with new card count and breakdown

Architecture:
- card_database.md = INDEX (table with metadata)
- cards/*.md = SOURCE OF TRUTH (individual card files)
- Scripts read table, then load content from files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 19:32:14 +08:00
bdbe17a3a0 Enhance daily check system with automation and new cards
- Add CARD_SYSTEM_GUIDE.md: Complete documentation for card creation, management, and workflow
- Add emotional_calibration.md card (COMM-001): New critical card for managing emotions during conflicts
- Add Python automation scripts:
  - get_daily_cards.py: Intelligent card selection based on priority scoring
  - log_session.py: Automated session logging and stats updates
- Update CLAUDE.md: New protocol using automated scripts instead of manual selection
- Update card_database.md: Restructured with cleaner table format + new COMM category
- Update all card review history: Automated stats from recent sessions
- Update daily_sessions.md: Add automated session logs (3 new sessions from 2025-11-19)

System improvements:
- Centralized card database with individual card files
- Automated priority calculation (Critical, Times Failed, Never reviewed, Overdue)
- Full stats automation (no more manual updates)
- Better spaced repetition logic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 11:16:26 +08:00