You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+143-2Lines changed: 143 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,131 @@ No unreleased changes.
11
11
12
12
---
13
13
14
+
## [v0.5.8] - 2025-01-16
15
+
16
+
### 🐛 Fixed
17
+
18
+
-**Error Handling for File Downloads** ([0046f06](https://github.com/usrrname/cursorrules/commit/0046f06)) - Added comprehensive error handling for undefined sourceRulesBasePath and improved logging for source/destination paths during file download operations
19
+
-**Node.js Compatibility** ([5839ecf](https://github.com/usrrname/cursorrules/commit/5839ecf)) - Safely import styleText from util with fallback for better compatibility across different Node.js versions
20
+
21
+
### 📚 Documentation
22
+
23
+
-**README Updates** ([ab844f2](https://github.com/usrrname/cursorrules/commit/ab844f2)) - Updated README.md with latest information and improvements
24
+
25
+
---
26
+
27
+
## [v0.5.8-alpha.1] - 2025-01-16
28
+
29
+
### 🐛 Fixed
30
+
31
+
-**Error Handling for File Downloads** ([0046f06](https://github.com/usrrname/cursorrules/commit/0046f06)) - Added error handling for undefined sourceRulesBasePath and improved logging for source/destination paths during file download
32
+
-**Node.js Compatibility** ([5839ecf](https://github.com/usrrname/cursorrules/commit/5839ecf)) - Safely import styleText from util with fallback for better compatibility across Node.js versions
33
+
34
+
### 📚 Documentation
35
+
36
+
-**README Updates** ([ab844f2](https://github.com/usrrname/cursorrules/commit/ab844f2)) - Updated README.md with latest information and improvements
37
+
38
+
---
39
+
40
+
## [v0.5.7] - 2025-01-16
41
+
42
+
### 🐛 Fixed
43
+
44
+
-**Node.js 18/20 Compatibility** ([20f0b50](https://github.com/usrrname/cursorrules/commit/20f0b50)) - Ensured compatibility with Node 18/20 by safely importing styleText from util
-**Default Output Directory** ([d62d682](https://github.com/usrrname/cursorrules/commit/d62d682)) - Fixed default output directory to use current working directory (cwd) (#64)
61
+
62
+
---
63
+
64
+
## [v0.5.4] - 2025-01-16
65
+
66
+
### 🎨 Enhanced
67
+
68
+
-**Interactive Menu Styling** ([6a58067](https://github.com/usrrname/cursorrules/commit/6a58067)) - Enhanced interactive menu styling for improved readability
69
+
-**Rule Category Menu** ([7c0fec7](https://github.com/usrrname/cursorrules/commit/7c0fec7)) - Updated rule category menu title for better visibility
70
+
71
+
---
72
+
73
+
## [v0.5.3] - 2025-01-16
74
+
75
+
### 🎨 Enhanced
76
+
77
+
-**Help Command Styling** ([ba16bd9](https://github.com/usrrname/cursorrules/commit/ba16bd9)) - Updated help command title styling for improved visibility
78
+
79
+
---
80
+
81
+
## [v0.5.2] - 2025-01-16
82
+
83
+
### 🚀 Added
84
+
85
+
-**Enhanced Help Command** ([11d84f4](https://github.com/usrrname/cursorrules/commit/11d84f4)) - Enhanced help command output with styled text and dynamic options (#63)
86
+
87
+
### 🔧 Technical Improvements
88
+
89
+
-**Debug Logging Cleanup** ([13bb61f](https://github.com/usrrname/cursorrules/commit/13bb61f)) - Cleaned up debug logging for better performance
-**Fair Witness Agent** 🪄📜 - New analytical agent using 5 epistemological functions (observer, evaluator, analyst, synthesist, communicator) for structured, objective topic analysis with customizable complexity and tone
18
122
-**Dependency Analysis Agent** - Comprehensive dependency analysis with maintenance frequency, security vulnerabilities, and popularity metrics
19
123
-**Security Scan Agent** - Deep security scanning including CVE analysis, license compliance, and supply chain risk assessment
20
124
21
125
### 🛠️ Enhanced
126
+
22
127
-**Expanded Agent Roster** - Added 3 new specialized agents (FairWitness, DependencyAnalysis, SecurityScan) to the existing 8-agent team
23
128
-**Improved Agent Capabilities** - Enhanced existing agents with better tool access and workflow integration
24
129
-**Better Agent Communication** - Refined personality traits and communication styles for more effective collaboration
25
130
26
131
### 📚 Documentation
132
+
27
133
-**Fair Witness Framework Documentation** - Comprehensive examples and usage patterns for the new analytical framework
-**Updated Dependencies** - Latest package versions and security updates
33
140
-**Better Error Handling** - Improved CLI error messages and user experience
34
141
-**Enhanced Testing** - Expanded test coverage for new features
@@ -38,30 +145,37 @@ No unreleased changes.
38
145
## [v0.4.1] - 2025-01-16
39
146
40
147
### 🔧 Technical Improvements
148
+
41
149
-**Package Version Bump** ([b883001](https://github.com/usrrname/cursorrules/commit/b883001)) - Updated package version to 0.4.1
42
150
43
151
---
44
152
45
153
## [v0.4.0] - 2025-01-16
46
154
47
155
### 🚀 Added
156
+
48
157
-**Vue 3 and TypeScript Standards Rules** ([09181b0](https://github.com/usrrname/cursorrules/commit/09181b0375587b9ec173129ff152a192cc896064)) - Added comprehensive Vue 3 with TypeScript development standards and best practices rules for improved development practices (#43)
49
158
50
159
### 🐛 Fixed
160
+
51
161
-**Rule Globs Field Population** ([84e28a2](https://github.com/usrrname/cursorrules/commit/84e28a2e8102ed865c171267303b2a24e644b6bf)) - Fixed rule globs to properly populate cursor rules "apply to specific files" fields, improved glob syntax across multiple rules (#39)
52
162
-**Cursor Memory Folder Location** ([6de6118](https://github.com/usrrname/cursorrules/commit/6de6118a915bef5611729aa80b52f3449565ccb7)) - Fixed cursor memory folder location from `.ai/` to `.cursor/.ai/` for consistency across documentation and workflows (#38)
53
163
-**Publish Workflow Exit Handling** ([8e31890](https://github.com/usrrname/cursorrules/commit/8e31890b3872c5a2ca664752c90a0da87e3ef4a3)) - Updated publish workflow to allow non-tag events to exit gracefully
54
164
55
165
### ⚡ Performance
166
+
56
167
-**Token Efficiency Optimization** ([dce194b](https://github.com/usrrname/cursorrules/commit/dce194bb4369b31efb56f5a6a5d876891f86d9e5)) - Shortened fair witness, TypeScript standards and agent-communication rules for improved token efficiency (#36)
57
168
58
169
### 💥 Changed
170
+
59
171
-**Context Information Display Rule Removal** ([bc29738](https://github.com/usrrname/cursorrules/commit/bc29738287dc4556625dd382f3005091702d409b)) - Removed unreliable context information display rule from utils due to reliability issues (#35)
60
172
61
173
### 📚 Documentation
174
+
62
175
-**AI Model Support Information** ([deeef1f](https://github.com/usrrname/cursorrules/commit/deeef1ff3a2c5c637ba69e9fba555cf677fe45a1)) - Updated supported models section, added new supported models documentation including autoRunLint option (#40)
63
176
64
177
### 🔧 Technical Improvements
178
+
65
179
-**CI Workflow Enhancement** ([5168d7b](https://github.com/usrrname/cursorrules/commit/5168d7bf27a5a7cf6953b1cb94317fd5e5a3f6af)) - Added condition to check if package.json version is extracted in publish workflow
66
180
-**Manual Trigger for Publish Workflow** ([5411cb3](https://github.com/usrrname/cursorrules/commit/5411cb37939fbc59c2e8c7cf0eb47d8f9187966b)) - Updated publish workflow to include manual trigger option
67
181
-**Environment and Dependencies Update** ([c4c8568](https://github.com/usrrname/cursorrules/commit/c4c85686debef46dc2ebbcb5362b8ee669d40001)) - Updated environment variables, Node.js version to v22.18.0, and npm version (#34)
@@ -71,16 +185,19 @@ No unreleased changes.
71
185
## [v0.3.0] - 2025-01-12
72
186
73
187
### 🚀 Added
188
+
74
189
-**Cloudflare Workers Development Standards** ([0272363](https://github.com/usrrname/cursorrules/commit/0272363)) - Comprehensive standards for Cloudflare Workers development with general best practices
75
190
-**Cloudflare Workers with Hono Framework** ([0272363](https://github.com/usrrname/cursorrules/commit/0272363)) - Specialized standards for using the Hono framework with Cloudflare Workers, including TypeScript integration and framework-specific patterns
76
191
-**Enhanced Environment Security** ([1db2a6d](https://github.com/usrrname/cursorrules/commit/1db2a6d)) - Added varlock integration with environment schema and type definitions for TAVILY_API_KEY
77
192
78
193
### 🔧 Technical Improvements
194
+
79
195
-**Environment Schema Updates** ([1db2a6d](https://github.com/usrrname/cursorrules/commit/1db2a6d)) - Updated `.env.schema` to mark sensitive variables appropriately with proper documentation
80
196
-**Type Definitions** ([1db2a6d](https://github.com/usrrname/cursorrules/commit/1db2a6d)) - Enhanced TypeScript definitions for better development experience and type safety
81
197
-**Package Dependencies** ([1db2a6d](https://github.com/usrrname/cursorrules/commit/1db2a6d)) - Updated to support new security features and varlock integration
82
198
83
199
### 📚 Documentation
200
+
84
201
-**Cloudflare Workers Guidelines** ([0272363](https://github.com/usrrname/cursorrules/commit/0272363)) - Comprehensive examples and usage guidelines for both general Workers development and Hono framework integration
-**Enhanced CI/CD Workflow** ([59ecea0](https://github.com/usrrname/cursorrules/commit/59ecea0)) - Enhanced publish workflow to trigger on version tag pushes
93
211
-**Dependency Analysis Agent** ([34ac59a](https://github.com/usrrname/cursorrules/commit/34ac59a)) - Enhanced dependency analysis agent with user input filters
94
212
-**Changelog and Release Workflow** ([faad7a7](https://github.com/usrrname/cursorrules/commit/faad7a7)) - Added changelog and release workflow with release notes
95
213
96
214
### 🐛 Fixed
215
+
97
216
-**Security Scan Glob Patterns** ([b6ab515](https://github.com/usrrname/cursorrules/commit/b6ab515)) - Fixed globs for security-scan-agent rule to include bun.lockb
98
217
99
218
### 📚 Documentation
219
+
100
220
-**README and Release Documentation** ([cdb095b](https://github.com/usrrname/cursorrules/commit/cdb095b)) - Updated README and release workflow documentation
101
221
102
222
---
103
223
104
224
## [v0.1.3] - 2024-12-15
105
225
106
226
### 🚀 Added
227
+
107
228
-**Core Agent Framework** - Initial implementation of cursor rules agent system
108
229
-**Testing Pyramid Agent** - Enforces testing standards based on testing pyramid principle
109
230
-**Git Commit Standards** - Automated git commit and push workflow with standards enforcement
110
231
-**Laravel PHP Standards** - Laravel and PHP development standards implementation
111
232
112
233
### 🐛 Fixed
234
+
113
235
-**Rule Generation** - Fixed various issues in cursor rule generation and validation
114
236
-**Documentation Formatting** - Corrected formatting issues in documentation files
-**Lean Workflow Documentation** - Documented lean development workflow processes
119
242
-**Modes Format Documentation** - Added detailed documentation for agent modes format
@@ -123,11 +246,13 @@ No unreleased changes.
123
246
## [v0.1.2] - 2024-12-10
124
247
125
248
### 🚀 Added
249
+
126
250
-**Release Validation System** - Validates release prerequisites including branch naming and package.json structure
127
251
-**Package Version Management** - Automated package.json version updates with commit management
128
252
-**Git Tag Management** - Comprehensive git tag creation and conflict resolution
129
253
130
254
### 🐛 Fixed
255
+
131
256
-**Workflow Dependencies** - Fixed dependency issues in release workflow
132
257
-**Configuration Validation** - Improved validation for configuration files
133
258
@@ -136,11 +261,13 @@ No unreleased changes.
136
261
## [v0.1.1] - 2024-12-05
137
262
138
263
### 🚀 Added
264
+
139
265
-**Basic Agent System** - Core functionality for cursor rules agents
140
266
-**Rule Validation** - Basic validation system for cursor rules
141
267
-**CLI Interface** - Command-line interface for rule management
142
268
143
269
### 🐛 Fixed
270
+
144
271
-**Installation Issues** - Fixed various installation and setup issues
145
272
-**Rule Processing** - Improved rule processing and validation
146
273
@@ -149,6 +276,7 @@ No unreleased changes.
149
276
## [v0.1.0] - 2024-12-01
150
277
151
278
### 🚀 Added
279
+
152
280
-**Initial Release** - Core cursor rules standard library
153
281
-**Agent Framework** - Basic framework for AI agents in Cursor
154
282
-**Rule System** - Foundational rule system for code standards
@@ -157,15 +285,28 @@ No unreleased changes.
157
285
## [v0.2.1] - 2025-06-24
158
286
159
287
### 🐛 Fixed
288
+
160
289
-**Front matter description population** ([#27](https://github.com/usrrname/cursorrules/pull/27)) - Fixed inconsistent description field in generated rule front matter
161
290
-**Publish workflow version validation** ([#25](https://github.com/usrrname/cursorrules/pull/25)) - Ensured package.json version is validated against release tags during publish workflow
162
291
163
292
### 📚 Documentation
293
+
164
294
-**Release documentation for v0.2.0** ([#24](https://github.com/usrrname/cursorrules/pull/24)) - Added comprehensive release notes and changelog updates for previous version
0 commit comments