420e79a022
Reorganize repository structure
...
- Move checklist files to new checklists/ directory
- Move checklist.html to tools/
- Move wechat-sandbox-CONCEPT.md to Projects/CONCEPT/
- Move DAILY_REALITY_CHECK.md and observations_patterns.md to ToRemember/
- Rename WorkTingting/ to work_tingting/ for naming consistency
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 22:35:53 +08:00
89bcd9be2c
Add Reddit_Save_Scraper concept - Knowledge extraction from saved posts
...
## Vision
Scraper pour posts Reddit sauvegardés avec extraction intelligente de valeur.
Transformation passive saving → active knowledge management.
## Use Cases
1. Knowledge Base: Export Markdown structuré par thème
2. AI Digest: Résumé hebdomadaire + insights + action items (Claude API)
3. Search UI: Interface recherche full-text avec filters
4. Anki Generator: Conversion learning content → flashcards
5. Archive: Backup local si posts deleted
## Stack
- Python + PRAW (Reddit API) - Recommandé
- Alternative: Node.js + snoowrap
- Storage: SQLite (local-first)
- Optional: Claude API (analysis), Flask (web UI)
## MVP Timeline
- Phase 1 (Scraper): 1 jour
- Phase 2 (Storage): +1 jour
- Phase 3 (Feature au choix): +2-5 jours
Total: 2-7 jours selon scope
## Potentiel
- Quick win (low-hanging fruit)
- Utilité immédiate (saved posts existants)
- Scalable (valeur croît avec usage)
- Test case parfait pour AI_Team_System (later)
- Potentiel SaaS si validated
## Questions à Clarifier
- Combien de saved posts actuellement?
- Subreddits principaux?
- Use case prioritaire (archive, digest, search)?
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 18:05:02 +08:00
fab9fad9c5
Add AI_Team_System meta-project concept
...
## Vision
Système d'organisation IA complète avec débat, décision et exécution autonome.
Objectif: Passer de 1 projet DONE/mois à 4-8 projets DONE/mois.
## Architecture
- Management Layer: PM, Tech Lead, Project Manager (débat + specs)
- Dev Layer: Backend, Frontend, DevOps, QA (implémentation + review interne)
- Workflow autonome: Brief Alexis (2-4h) → Team IA (24-48h) → Review Alexis (2h)
## Système de Débat
- Exploration multiple approches (évite tunnel vision)
- Décisions documentées et justifiées
- Time-boxing strict (2h max)
- PM = tiebreaker final
## Stack Options
1. Custom build basé sur AISSIA (1-1.5 mois)
2. Hybrid avec tools existants (1 semaine POC)
3. Wait & use services émergents (Devin, GPT Engineer)
## ROI Attendu
- 4-8 projets DONE/mois (vs 1 actuel)
- Investment Alexis: 2-4h/projet (vs 40-80h actuel)
- Time-to-DONE: 24-48h (vs 1-2 semaines)
- Productivity gain: 300-700%
## Pattern Identifié
Multi-threading (7 projets) = Flow d'Alexis + 188k lignes/mois
MAIS dilution shipping (1 DONE/mois seulement)
→ AI Team System = Multiplicateur sans sacrifier le multi-threading
## Next Steps
Phase 0 validation (1 semaine) pour GO/NO-GO décision
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 18:01:40 +08:00
c408959fdf
Major repo update: First DONE project + execution patterns validated
...
## Projects
- ✅ videotoMP3Transcriptor → DONE (first shipped project! 🎉 )
- GroveEngine → WIP (reference doc with 46 commits/3 weeks)
- WeChat Homework Bot → WIP (comprehensive mini program plan)
- ocr_pdf_service → CONCEPT (from PAUSE)
- SecondVoice → PAUSE (failed attempt, will restart)
## Execution Patterns (Nov 2025)
- 102 commits in 3 weeks (aissia: 33, groveengine: 46, confluent: 23)
- 71% active time (15/21 days)
- VERDICT: Alexis EXECUTES, not "plan only"
- Balance: Big architectural projects + Fast shipping (videotoMP3 in 2 days)
## Couple
- Hospital incident 29 nov documented (successful deescalation)
- Pattern confirmed: Physical needs > Emotional management
- Pattern confirmed: Retreat > Insist when tension
## Updated files
- Status_Projets.md: Full project status with execution data
- Alexis.md: Profile update with execution proof + hospital incident
- CLAUDE.md: Current project state (5 WIP, 6 PAUSE, 1 DONE, 4 CONSTANT, 6 CONCEPT)
- New: Projects/DONE/ folder structure
- New: wechat_miniapp_homework.md (880 lines)
- New: couple_backlog/29_novembre_2025_hopital.md
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 17:41:24 +08:00
521651d2d9
Add WeChat homework bot complete specification
...
Comprehensive documentation for automated homework collection and correction system:
- Technical feasibility analysis (Wechaty + Whisper + GPT-4)
- Complete architecture (bot → download → STT → correction → feedback)
- Full stack specification (Node.js, SQLite, API integrations)
- Risk assessment and mitigation strategies
- 4-phase implementation plan (POC → MVP → Production → Optimization)
- Cost analysis (~20-45€/month for 20-50 students)
- Alternative solutions comparison (Official Account, Telegram, DingTalk)
- Code examples and resources
Use case: Auto-process student audio/video submissions (mp3/mp4) via WeChat
Target: Private tutoring classes (non-official use)
Status: CONCEPT
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 23:08:30 +08:00
43669548c0
Add ProjectOrganizer module specification
...
New GroveEngine module for project analysis and organization:
- Recursive folder scanning and classification
- Relation detection (markdown links, references)
- Multiple output formats (JSON, Markdown, HTML, SVG graphs)
- 4-phase roadmap: MVP (txt/md) → Office/PDF → LLM → Code analysis
- IIO-based communication with GroveEngine
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 22:25:03 +08:00
a141f01744
Consolidate GroveEngine documentation
...
- Merge GroveEngine.md, GroveEngine_RenderModule.md, grove-sup.md into single comprehensive doc
- Add detailed architecture (13 interfaces, hot-reload, IIO pub/sub, data system)
- Document known technical issues (API mismatch, cross-platform, state preservation)
- Remove redundant files
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 09:10:49 +08:00
2dc14573f2
Ajout concept WeChat sandbox + màj anki sessions
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:32:25 +08:00
0654db6a81
Add project documentation for morning setup
...
- Confluent: Conlang skeleton (phonology + proto-roots)
- GroveEngine RenderModule: Window + 2D UI rendering architecture
- Aissia: AI subsystem with LLM API calls + async processing
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 12:02:43 +08:00
e16ddd3422
Reorganize files + cleanup temporary scripts
...
- Move Birthday_ClassMeeting_LessonPlan.md to WorkTingting/
- Add tools/ directory (network diagnostics)
- Remove birthday_slides/*.html (temporary files)
- Remove test scripts (test_popup.py, test_voices*.py)
- Update daily check state and sessions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 12:02:11 +08:00
fc45332c1c
Add GroveEngine supplementary design document
...
- Complete technical stack (bgfx, SDL2, YAML/JSON/TOML)
- AI-friendly architecture (data-driven entities, UI, missions)
- Rendering 2D implementation details (sprite batching, camera)
- 16-week development plan (5 phases)
- ECS architecture + component examples
- LLM workflow capabilities (create/modify without C++ code)
- Questions ouvertes + risk mitigation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 13:34:49 +08:00
0c152b7364
Update Iron Line v2.3 + gift planning info
...
- Pokrovsk Iron Line: Finalize train builder (double slice, balance system, teams + commanders)
- Gift planning: Add father profile details (budget, age, profession, interests)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 11:15:39 +08:00
e86a8d1400
Add Pokrovsk Iron Line v2.2 concept doc
...
New survival management game concept: mobile train base in Ukraine war 2022-2025.
- Core: inverted curves (humans abundant→rare, drones rare→abundant)
- Train builder system with wagon grid layout
- Fame system for international donations
- AI-generated narrative with composed endings
- 70% events / 30% Rimworld-style combat
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 21:17:20 +08:00
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
2c143ec907
Add 4 new personal development cards (social skills)
...
- Card #20 : Les 3 Premières Secondes (first impression technique)
- Card #21 : Validation Interne vs Externe (critical mindset shift)
- Card #22 : Curiosité Sincère vs Être Intéressant (communication)
- Card #23 : Needy vs Magnétique (behavioral patterns)
Update card count: 19 → 23 active cards
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 15:07:34 +08:00
7425f4af2e
Reorganize Projects structure by status + update tracking files
...
## Projects Organization
- Create status-based folders: WIP/PAUSE/CONSTANT/CONCEPT/ARCHIVE
- Move 17 projects to appropriate status folders
- Delete obsolete README.md
### WIP (4 projects)
- GroveEngine, SEO_Article_Generator, AISSIA, SecondVoice
### PAUSE (6 projects)
- Warfactory, chinese_audio_tts_pipeline, MCP_Game_Asset_Pipeline
- ocr_pdf_service, Essay_Writing_Tingting, shipping_strategy/
### CONSTANT (3 projects)
- ClassGen (Analysis + 2.0), Database_Cours_Chinois, civjdr
### CONCEPT (5 projects)
- pokrovsk_last_day, pokrovsk_drone_command (NEW full design doc)
- social_network_manager, vps_tunnel_china, Claude_Workflow_Optimization
### ARCHIVE (3 items)
- MCP_Creative_Amplification, Backlog_9-10_Octobre_2025, LeBonCoup/
## Tracking Files Updated
- Status_Projets.md: Complete rewrite with current state (Nov 2025)
- planning/TODO_data.md: Updated with new structure and all projects by status
- CLAUDE.md: Updated relation status, Projects section, daily check stats
## Daily Check System
- Add card ACTION-008: essay_writing_tingting
- Update card_database.md: 21 total cards (15 Tingting, 3 Personal, 1 Family, 1 Tech, 1 Comm)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 11:25:53 +08:00
8600fbe23f
Add OCR PDF Service project documentation
...
New project: Online OCR service for PDFs with dual output modes
- Mode 1: Extract text from scanned PDFs
- Mode 2: Generate searchable PDFs with embedded OCR text layer
Key features:
- Multi-language support (CN/EN/FR) via PaddleOCR
- Two output formats: plain text or searchable PDF
- Reuses validated OCR pipeline from ClassGen (99.97% accuracy)
- Proposed architecture: Node.js API + Python OCR worker + job queue
Suggested stack:
- Backend: PaddleOCR (already validated), Node.js + Express
- PDF processing: pdf-lib, PyPDF2
- Queue: Redis + Bull for async processing
Timeline: 3-4 weeks for production-ready MVP
Status: Conception phase - awaiting prioritization decision
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 11:37:06 +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
47e21b6319
Add Card #19 Manage Music on Phone
...
New personal card:
- PERSONAL-002: Manage Music on Phone (organize playlists, add new music, clean library)
- Difficulty: Easy
- Frequency: Every 7 days
Total: 19 cartes actives
Breakdown:
- Relation (Tingting): 14 cartes
- Personnel: 3 cartes
- Famille: 1 carte
- Tech/Projets: 1 carte
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 07:30:56 +08:00
24a376cf46
Add 3 recovered cards in new structure + update database
...
Cards #16-18 re-created after merge conflict:
- ACTION-006: Fiches Nutritionnelles (utiliser 100+ fiches food/Raw/)
- ACTION-007: Cuisiner pour Elle (action concrète régulière)
- META-001: Memory Decay Pattern (théorie du pattern cognitif)
New structure: Individual card files in cards/ + index in card_database.md
Total: 18 cartes actives
Breakdown:
- Relation (Tingting): 14 cartes
- Personnel: 2 cartes
- Famille: 1 carte
- Tech/Projets: 1 carte
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 17:42:49 +08:00
a1a52fa05e
Merge remote changes with local (keep remote versions with 15 active cards)
2025-11-18 17:31:59 +08:00
1893143f6a
Refactor daily check system - Individual card files + 4 new critical finance/marriage cards
...
Major restructure:
- Split card_database.md into index (5.4KB) + individual card files (cards/*.md)
- 13 cards total: 9 existing + 4 new critical cards
New cards added:
- ACTION-006: Financial Security Setup (Wise/Stock/Estonia + France 3500€ lesson)
- ACTION-007: Income Generation (Freelance/Fiverr/Malta/LinkedIn pro)
- FUTURE-001: Wedding Ceremony Savings (monthly tracking until ceremony happens)
- FUTURE-002: Traditional Chinese Wedding Gifts (cultural respect + budget)
Benefits:
- Scalable structure (can handle 100+ cards easily)
- Easier maintenance (edit one file per card)
- card_database.md stays lightweight as index
- Clear naming (complacency_problem.md vs CORE-001)
Updated CLAUDE.md with new selection process (read database → select 3 → read individual cards)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 16:23:16 +08:00
c2b44c7e5c
Add SecondVoice project - Meeting translation system with auto-summary
...
New project: Real-time Chinese meeting translation tool
- Whisper API (STT) + Claude Haiku (translation)
- Recording + backlog system with auto-summary on meeting end
- Search system for conversation archive (Phase 2)
- Built in C++ for ecosystem reuse
- Priority: URGENT - Solves meeting comprehension conflicts
Success criteria: Works in 1 meeting without major issues
Cost: ~$0.40/hour (Whisper + Claude APIs)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 11:42:45 +08:00
f1a2528a98
Add daily check session 2025-11-17 + food guide remaining categories
...
- Daily check: 2.5/3 score, initiative on business project
- Food guide: Track remaining categories to create (spices, oils, grains, etc.)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 09:31:47 +08:00
b2f7593cb6
Add TTS temp files to gitignore
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 14:08:42 +08:00
b4b0962920
Add game design concepts + VPS tunnel project
...
Projects:
- pokrovsk_last_day.md: FPS survival horror concept (Ukraine/drones)
- vps_tunnel_china.md: VPS tunnel anti-GFW + privacy architecture
- pokrovsk_overwatch.md (WIP): Management game pivot (realistic scope)
Game concepts explore modern warfare ethics, drone warfare horror, and moral dilemmas in conflict zones.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 14:06:50 +08:00
fc0d320cd3
Add Daily Check System + Lead Conflicts + 6 Anki cards
...
Daily Check System avec TTS Windows configuré
Lead Conflicts documentation avec 7 stratégies
6 nouvelles cartes Anki (LEAD-001, LEAD-002, ACTION-003/004/005)
Shipping strategy + food recipes + topics
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 19:43:48 +08:00
ab94be513d
Add Chinese learning plan + Projects documentation + Tingting work
...
- couple_backlog/28_octobre_2025.md: Multi-vector plan (Tandem exchange + Aissia)
- couple_backlog/25_octobre_2025.md: Previous backlog entry
- Projects/aissia.md: AISSIA project with LanguageLearningModule integration
- Projects/chinese_audio_tts_pipeline.md, groveengine_framework.md, social_network_manager.md
- Projects/LeBonCoup/: Reorganized into folder
- WorkTingting/28_10_2025-parents/: Parent meeting presentation materials
- ToRemember/Japan_Conducts.md: Cultural notes
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 19:36:03 +08:00
25701aec1e
Add comprehensive nutritional food guides for China markets
...
Complete ingredient guides with Chinese market specifics (2025):
- 45 vegetables with cardiovascular/liver health focus
- 15 fish with Mediterranean diet omega-3 analysis
- 17 meats with WHO classifications and long-term health scores
- 23 fruits with antioxidant/glycemic index balance
- 20 fresh herbs & aromatics (Chinese/Asian/Western/peppers)
All files include:
- 20-point scoring system (4 criteria × 5 points)
- RMB/kg pricing and market availability
- Health benefits and safety warnings
- Seasonal strategies and budget recommendations
- Chinese translations (中文) for market shopping
Key features:
- Comprehensive indexes with champions by category
- Critical safety warnings (medication interactions, WHO classifications)
- Daily/weekly meal planning integration
- "Trio Sacré" aromatics concept (ginger+garlic+scallions)
- Lunch soup recipe and matcha protocol guide
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 11:43:18 +08:00
f5aa93bcbd
Initial commit: Couple matters documentation + PowerPoint skill
...
Documentation personnelle complète
- CLAUDE.md : Instructions compactes et enrichies
- personnalités/ : Profils Alexis, Tingting, Ben, Xiaoxiao + TingtingWork.md
- couple_backlog/ : Historique conflits (16-22 octobre 2025)
- conversation_topics/ : Système suivi sujets actifs
- Projects/ : Analyses techniques et projets
- ToRemember/ : Leadership socratique, suivi conversations
- Promesses_à_tenir.md, observations_patterns.md
PowerPoint skill
- .claude/skills/pptx/ : Skill officiel Anthropic (html2pptx)
- Identité visuelle Tingting : Bordeaux + Or antique + Crème
- Exemple : personnalités/Tingting_Class73_Elegant.pptx
Organisation
- planning/, stratégie/, topics/, plan_discussion/
- .gitignore : node_modules, *.pptx (sauf personnalités/), HTML/JS temp
🎯 Repo propre : 129 fichiers essentiels, 0 dependencies
2025-10-24 14:54:57 +08:00