Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
A set of rules for software design across language boundaries, reusable design patterns, distributed tasks, and asynchronous calls. The description is written in Chinese and gives no further implementation details.
Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
A rule to read the documentation and existing code before interpreting business requirements.
Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
Python coding rules based largely on PEP, Python's official style guidance, and Google's Python Style Guide, with additional rules for the repository.
Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
A set of coding rules for domain-driven design, a way to organise software around the real-world problem it serves. It covers bounded contexts, layers, dependency direction, model elements, and anti-corruption layers, which keep separate systems from depending directly on each other.
Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
A set of project rules for building a Doubao app crawler with uiautomator2, a tool for controlling Android apps, including Chinese comments and chat-page recognition.
Chinakeyboardman/doubao-android-spider
Cursor rule Cursor
A set of rules for designing and extending microservices, which are applications split into separately running services. It covers service boundaries, interface agreements, data ownership, resilience, and deployment.