Cursor rule Cursor
A set of project rules for connecting an Angular frontend to a Java backend. It defines how lists, errors, and asynchronous data are represented between the two sides.
Cursor rule Cursor
A set of project rules for connecting an Angular frontend to a Java backend. It defines how lists, errors, and asynchronous data are represented between the two sides.
Cursor rule Cursor
A project rule for kiwi-bpmn-component plugin development. It explains when Java changes require rebuilding plugin JAR files, which are packaged files loaded by the application at runtime.
Cursor rule Cursor
A coding rule for Java component parameters that controls when to specify the type of editor shown in a user interface.
Cursor rule Cursor
A naming rule for Java code parameters marked with @ComponentParameter. Their keys must be flat names using letters, numbers, and underscores; dots are not allowed.
Cursor rule Cursor
A Java naming rule for enum values and static constants. It requires PascalCase, such as `Pending` or `MaxRetries`, while ordinary variables and methods keep camelCase.
Cursor rule Cursor
A Java coding rule that prefers ordinary instance methods in business, service, and component classes instead of static methods. Static methods remain suitable for separate, stateless utility classes.
Cursor rule Cursor
A Java rule for adding OpenAPI 3 annotations to REST endpoints. OpenAPI is a machine-readable description of an HTTP API that can power documentation and code-generation tools.
Cursor rule Cursor
本仓库在 openspec/ 下使用 OpenSpec,openspec/config.yaml 中 schema: spec-driven。.
Cursor rule Cursor
A rule for saving structured work plans inside the project. Plans go in `.cursor/plans/` with a descriptive filename.
Cursor rule Cursor
A rule requiring files to be checked from the current workspace before they are edited. The workspace is treated as the latest source of truth.