Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .cursor/prompts/llms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Process the following instructions in the order given:

1. Create an `LLM.md` file
2. Append all files within `docs/**/*.md` into @LLM.md
2a. Use order outlined in the table of contents of @README.md
2b. Process one file at a time faster performance and improved accuracy
2c. Remove the table of contents from the chunk
2c. Remove the navigations below `---` from the chunk
2d. Wrap the chunk the files GitHub url the top and a spacer at the bottom like so:
```

---
url: https://github.com/drexed/cmdx/blob/main/docs/callbacks.md
---

{{ chunk }}

---

```
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [TODO]

### Required
- Create `cmdx-i18n` gem with all locales
- Create `cmdx-rspec` gem with RSpec matchers
- Create `cmdx-minitest` gem with Minitest matchers

### Optional
- Create `cmdx-jobs` gem with background job integration
- Create `cmdx-parallel` gem with parallel workflow task execution

## [1.5.0] - 2025-08-20

### Changes
- BREAKING Rebuild CMDx to be simpler, less magical, and more performant
- !BREAKING! Revamp CMDx for clarity, transparency, and higher performance

## [1.1.2] - 2025-07-20

Expand Down
Loading