Commit cc2a6c3
fix: show md rules and prompts in respective sections (#8178)
* fix: show md rules and prompts in respective sections
* Update core/config/markdown/loadMarkdownRules.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Revert "Update core/config/markdown/loadMarkdownRules.ts"
This reverts commit cf0faba.
* Revert "fix: show md rules and prompts in respective sections"
This reverts commit b19726b.
* fix: skip invokable prompt files
also read .md files from prompt folders
* remove debug statements
* simplify if block
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>1 parent f638f8b commit cc2a6c3
File tree
2 files changed
+12
-3
lines changed- core
- config/markdown
- promptFiles
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
77 | 80 | | |
0 commit comments