Skip to content

Commit 27f3150

Browse files
committed
docs: add version 1.0.6 to UPDATE.md
- Added version 1.0.6 entry dated 2025-08-20 - Documented AGENTS.md documentation addition - Listed installer improvements and bug fixes - Noted curl piping fixes and STDIN handling improvements
1 parent c002797 commit 27f3150

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.cursor/UPDATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Cursor Rules Updates
22

3+
## Version 1.0.6 - 2025-08-20
4+
5+
### AGENTS.md Documentation Added
6+
7+
**New Documentation:**
8+
- Added comprehensive AGENTS.md guide for using Cursor Rules with Cursor AI
9+
- Links to all rule bundles (Core, Web Stack, Python, JavaScript Security)
10+
- Tag-based selection documentation and examples
11+
- Installation options reference guide
12+
13+
**Installer Improvements:**
14+
- Fixed hanging issue when piping installer through curl
15+
- Added proper STDIN handling for piped execution
16+
- Improved argument parsing for curl-based installation
17+
- Added fclose(STDIN) to prevent PHP from waiting for input after completion
18+
19+
**Bug Fixes:**
20+
- Resolved script hanging when using `curl ... | php` commands
21+
- Fixed argument parsing when using `--` separator with piped input
22+
- Corrected PHP_SELF detection for piped execution
23+
24+
**File:** `install.php`, `AGENTS.md`
25+
**Impact:** Major improvement to installation experience and documentation
26+
**Breaking Changes:** None - backward compatible
27+
28+
---
29+
330
## Version 1.0.5 - 2025-01-03
431

532
### Major Updates to Pull Request Review Instructions

0 commit comments

Comments
 (0)