From 5c73b96afc48033dd434d1275fac65452c714b0b Mon Sep 17 00:00:00 2001 From: Ken Riley Date: Fri, 4 Sep 2026 12:11:29 -0600 Subject: [PATCH] chore: delete .cursor rule files, superseded by the backgammon-rules plugin The .cursor rules were generated copies (config.json describes the generator) that drifted for a year: a status-update rule removed in 2026 still existed in five of them, and every file duplicated content already in CLAUDE.md. Domain knowledge and engineering rules now live in one place: nodots/backgammon-rules, installed as a Claude Code plugin from the nodots-plugins marketplace. Salvaged before deletion: the api's ESM/ts-node migration-consistency checks (now backgammon-api/CLAUDE.md). Dropped deliberately: generic boilerplate (REST verbs, HTTP status codes, "use HTTPS", "avoid memory leaks") and a stale rule saying never to restart the API server, which contradicts the current CLAUDE.md instruction to kill it before starting. Claude-Session: https://claude.ai/code/session_01DEVew52GVgXWWN9Z6Vc5W7 --- .cursor/rules.md | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 .cursor/rules.md diff --git a/.cursor/rules.md b/.cursor/rules.md deleted file mode 100644 index 00f3d35..0000000 --- a/.cursor/rules.md +++ /dev/null @@ -1,64 +0,0 @@ -# Nodots Backgammon Ecosystem Cursor Rules -# Repository: types (library) -# Generated: 2025-07-05T21:22:19.691Z -# Configuration Version: 1.0.0 - ---- - -## 📋 Table of Contents - -### Shared Rules -- [Core Rules](#core-rules) -- [Development Rules](#development-rules) -- [Coding Rules](#coding-rules) - ---- - -## 🌍 Shared Ecosystem Rules - -The following rules are shared across the entire Nodots Backgammon ecosystem: - -### Core Rules -*Backgammon domain knowledge and game rules* - - - -### Development Rules -*Development processes and communication standards including main branch naming* - - - -### Coding Rules -*Architecture and code style guidelines* - - - -## 🎯 Repository-Specific Rules - -*No repository-specific rules defined.* - -To add repository-specific rules, edit the configuration in `.cursor/config.json` - ---- - -## 📊 Rule Configuration Metadata - -- **Repository**: types -- **Type**: library -- **Template**: Template for library packages (types, core, ai) -- **Shared Rules**: core, development, coding -- **Custom Rules**: 0 -- **Last Updated**: 2025-07-05T21:22:19.692Z -- **Config Version**: 1.0.0 - ---- - -**🔧 To modify these rules:** -1. Edit the configuration in `.cursor/config.json` -2. Run `npm run setup` to regenerate all rules -3. Commit changes to propagate across the ecosystem - -**📚 For more information:** -- [Ecosystem Documentation](../ECOSYSTEM.md) -- [Shared Rules Directory](../.cursor/shared-rules/) -- [Development Workflow](../.cursor/shared-rules/development-workflow.md)