vibe-coding-cn/i18n/en/documents/03-practice/fate-engine-dev
tukuaiai f8868dbd61 refactor(en): restructure en/documents to match zh structure
- Reorganize from 7 flat directories to 5 aggregated directories
- 00-fundamentals: core concepts, glue coding, methodology
- 01-getting-started: environment setup guides
- 02-methodology: tools, tutorials, development guides
- 03-practice: project examples (polymarket, telegram, fate-engine, etc.)
- 04-resources: templates, tools, external resources
- Remove duplicate files with underscore naming
- Add README.md for 00-fundamentals and 02-methodology
2025-12-19 02:02:06 +08:00
..
README.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
True Solar Time Correction Experience.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
production_incident_2025-12-17_strong_weak.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
telegram Markdown Code Block Format Fix Log 2025-12-15.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00

README.md

🔮 fate-engine-dev

Practical experience in developing a numerology engine

Project Background

A calculation engine based on Bazi numerology, involving complex logic such as Heavenly Stems and Earthly Branches, true solar time, and the strength of the Five Elements.

Document List

File Description
True Solar Time Correction Experience.md Pitfalls of true solar time calculation and correction solutions
production_incident_2025-12-17_strong_weak.md Production incident record: Five Elements strength calculation issue
Telegram Markdown Code Block Format Fix Log 2025-12-15.md Telegram output format issue fix

Tech Stack

  • Python
  • Astronomical algorithm library
  • Telegram Bot API