constitution
01Cursor rule Cursor
A set of Chinese rules for an AI collaboration workflow, including a special check for requests to create a new project.
🤖 Cursor AI协作规则系统 - 让AI成为更好的编程伙伴 为Cursor编辑器提供智能、自适应的协作规范框架,支持一键部署和个性化配置,实现高效、安全的人机协作体验。
Cursor rule Cursor
A set of Chinese rules for an AI collaboration workflow, including a special check for requests to create a new project.
Cursor rule Cursor
A project-organization and collaboration protocol built around four layers, six interaction rules, and two directories. It separates project rules and configuration from logs, caches, and learning data.
Cursor rule Cursor
An entry ruleset for monitoring a software project, its environment, user interactions, conversations, and related code. It also stores learning data and performance monitoring information in designated project directories.
Cursor rule Cursor
A set of rules for interpreting requests, finding relevant files and dependencies, and noticing when related modules may need updating.
Cursor rule Cursor
A rule-based entry point for analysing a project’s state, user actions, conversations, environment, performance, and possible improvements. It coordinates other rules for deciding and applying changes.
Cursor rule Cursor
Rules for clear, careful collaboration between a person and an AI assistant. They cover natural-language communication, asking for missing information, explaining decisions, protecting privacy, and confirming risky actions.
Cursor rule Cursor
A rules system that uses project-state, user-behaviour, and monitoring data to suggest or adjust automation rules. It requires testing, monitoring, recorded reasoning, and human approval before changes are applied.
Cursor rule Cursor
A governance rule set for changing other rules safely. Governance here means checking risks, testing changes, reviewing them, and monitoring the result.
Cursor rule Cursor
A set of Chinese-language rules for manually reviewing and updating project rules over time. It requires discussion, testing, records of changes, approval for core-rule edits, consistency, and backups.
Cursor rule Cursor
A set of principles for gradually improving a project's rules as the project, team, and technology change. It emphasizes small validated changes, rollback, measurable results, and user feedback.
Cursor rule Cursor
A rule for the /master command that checks whether the .cursorGrowth directory exists and initializes it when needed.
Cursor rule Cursor
A set of rules that makes the assistant respond to requests as if the `/master` command had been used. It describes intent detection, routing to skills or scripts, and several AI personas.
Cursor rule Cursor
A rule-management system for resolving conflicts between instructions. It uses priorities, context, user preferences, and recent use to decide which rules should take precedence, while recording those decisions.
Cursor rule Cursor
A rule-management system that activates, orders, and coordinates rules based on context, dependencies, and priority.
Cursor rule Cursor
A set of internationalization rules that adapts conversations and code comments to a user's language preference. Internationalization means preparing software to work across languages and regions.
Cursor rule Cursor
A set of rules and code for monitoring modules and managing settings at rule, project, and user levels. A module is a separate part of a software system.
Cursor rule Cursor
A set of rules for loading, running, and monitoring software modules. A module is a self-contained part of a program that may depend on other modules.
Cursor rule Cursor
A Chinese-language rule-management system for Cursor, an AI coding editor. It organizes rule dependencies, controls when rules are active, loads modules, routes commands, and manages configuration.
Cursor rule Cursor
A set of rules for adapting commands, paths, environment settings, and errors to the operating system in use. It detects Linux, macOS, Windows, and WSL, which is Windows running a Linux environment.
Cursor rule Cursor
A set of path-handling rules for making file paths work across Linux, macOS, Windows, and WSL, the Windows Linux environment. It covers normalizing, joining, resolving, and making paths relative.
Cursor rule Cursor
A set of rules for obtaining timestamps, user details, project paths, and other system information in a consistent, cross-platform way.
Cursor rule Cursor
Team-development rules for projects where multiple developers share code. They cover consistent coding, branches, commits, reviews, testing, and conflict handling.
Cursor rule Cursor
Advanced guidance for C programming covering testing, performance improvements, security, memory and resource handling, and general development practices. C is a low-level programming language where incorrect memory use can cause crashes or security flaws.
Cursor rule Cursor
A set of Chinese-language rules for managing memory and other resources in C programs. It covers error codes, cleanup patterns, resource-owning wrappers, and goto-based cleanup.