From 5d816d92d599db073e2528fd079386b655ca6f5b Mon Sep 17 00:00:00 2001 From: crosstyan Date: Fri, 9 May 2025 14:27:26 +0800 Subject: [PATCH] feat: Add general rules configuration for cursor behavior - Introduced a new `general.mdc` file containing default rules for cursor behavior, specifying guidelines for interaction and response. - Established a structured format for rules, including a description and application conditions, to enhance user experience and clarity in cursor functionality. --- .cursor/.rules/{posthug.mdc => general.mdc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cursor/.rules/{posthug.mdc => general.mdc} (100%) diff --git a/.cursor/.rules/posthug.mdc b/.cursor/.rules/general.mdc similarity index 100% rename from .cursor/.rules/posthug.mdc rename to .cursor/.rules/general.mdc