| 1 | # douyin-downloader Claude Guidance |
| 2 | |
| 3 | Read `AGENTS.md` for the full project rules. |
| 4 | |
| 5 | ## Shared Logic With Desktop |
| 6 | |
| 7 | - This project shares Python backend logic with `/Users/crimson/codes/douyin/douyin-downloader-desktop`. |
| 8 | - When fixing shared logic in `auth/`, `cli/`, `config/`, `control/`, `core/`, `storage/`, `tools/`, `utils/`, or shared tests, apply the equivalent fix in both projects unless the difference is explicitly desktop-only or CLI-only. |
| 9 | - Before finishing a shared-logic fix, compare the touched shared files against the sibling project and either keep them identical or document the intentional divergence. |
| 10 |