Cursor rule Cursor
A set of rules for developing AI features, including form filling, long-running tasks, and connections to large language models.
CodeSpirit is a revolutionary full-stack low-code + AI development framework that achieves backend-driven full-stack development paradigm through intelligent code generation engine and deep AI collaboration.
Cursor rule Cursor
A set of rules for developing AI features, including form filling, long-running tasks, and connections to large language models.
Cursor rule Cursor
An overview and index of CodeSpirit's general development rules. It points to the project's main principles and detailed standards.
Cursor rule Cursor
A set of core development principles for the CodeSpirit Amis Cards V2.0 project. The available description does not provide further details.
Cursor rule Cursor
A set of development rules for REST APIs, which are web interfaces that let software exchange data using standard requests. It covers URL routes and response formats.
Cursor rule Cursor
A set of development rules for API controllers, the code that receives web requests and returns results. It covers controller attributes, routes, response formats, and operation attributes.
Cursor rule Cursor
A set of general C# coding rules covering XML comments, date and time formats, and data serialization.
Cursor rule Cursor
CodeSpirit is a revolutionary full-stack low-code + AI development framework that achieves backend-driven full-stack development paradigm through intelligent code generation engine and deep AI collaboration.
Cursor rule Cursor
Project configuration rules for a C#/.NET project. They define the target platform version, the project format, and how package versions are managed centrally.
Cursor rule Cursor
A set of rules for writing CSS, the language used to style web pages. It covers naming, themes, animations, and AMIS style overrides.
Cursor rule Cursor
A set of project rules for database work with CodeSpirit and Entity Framework Core, a .NET library for working with databases through C# objects. It covers database design and migration commands.
Cursor rule Cursor
A set of CodeSpirit rules for dependency injection, which supplies code components with the other components they need. It covers automatic registration and component lifetimes.
Cursor rule Cursor
A set of development rules for data transfer objects, or DTOs: structures used to move data between parts of an application. It covers validation, mapping, and multilingual support.
Cursor rule Cursor
A coding standard for defining enumerations, which are fixed sets of named values. It covers display labels and support for multiple languages.
Cursor rule Cursor
A set of internationalisation rules for supporting multiple languages in an application. Internationalisation means designing software so text and other content can be localised for different languages and regions.
Cursor rule Cursor
A set of JavaScript development rules covering AMIS integration, module patterns, API requests, and token management. AMIS is a framework for building web interfaces from configuration.
Cursor rule Cursor
A naming guide for common application parts such as entities, data-transfer objects, services, and controllers. These are typical building blocks in software that exposes APIs and handles business logic.
Cursor rule Cursor
A set of package-management rules for keeping dependency versions together and removing unnecessary references.
Cursor rule Cursor
A set of software-performance rules covering asynchronous code, caching, database-query improvements, and distributed systems.
Cursor rule Cursor
A detailed guide to the directory structure and component categories of a CodeSpirit project.