Skip to content

Commit fa56c51

Browse files
authored
Merge pull request #5 from cogflows/feature/cursor-integration-#4
feat: Add Cursor integration and improve CLI documentation
2 parents 6d82d20 + f8abbd6 commit fa56c51

31 files changed

+1236
-446
lines changed

.claude/commands/promptcode-ask-expert.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

.claude/commands/promptcode-preset-create.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

.claude/commands/promptcode-preset-info.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.claude/commands/promptcode-preset-to-prompt.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.5.1] - 2025-01-12
4+
5+
### Added
6+
- **Cursor IDE Integration**: New `promptcode cursor` command creates `.cursor/rules/*.mdc` files for Cursor IDE integration
7+
- **Enhanced CLI Documentation**: Added 8 new comprehensive example sections covering real-world use cases
8+
- **Shared Integration Utilities**: New helper module for managing AI agent integrations (Claude Code, Cursor, etc.)
9+
10+
### Fixed
11+
- Documentation URLs now correctly reference `main` branch instead of feature branches
12+
- Markdown formatting issues resolved across all documentation files
13+
- Security: Added path validation for git command execution to prevent injection attacks
14+
15+
### Breaking Changes
16+
- **CLI Parsing**: Commands must now be explicitly specified. Previously `promptcode "question"` would implicitly run the expert command, now you must use `promptcode expert "question"`. This change improves clarity and prevents ambiguous command interpretation.
17+
318
## [0.3.3] - 2025-01-06
419

520
### Added

0 commit comments

Comments
 (0)