Skip to content

Commit 7cd7717

Browse files
committed
feat: Update modes to v4.5 with refined journaling structure
- Refactored all modes in roo-modes-dev/ to use new task-based logging (). - Introduced decision logging (). - Removed directory structure. - Updated to create new journal structure and . - Updated , , to reflect v4.5 changes. - Updated .
1 parent c9221d6 commit 7cd7717

File tree

431 files changed

+3104
-7735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+3104
-7735
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1+
# Roo Code specific
2+
.roomodes
3+
4+
# Project Journal (Contains logs/transient data, typically not committed)
5+
project_journal/
6+
7+
# Local Tools & Build Artifacts (Keep tools/ itself)
8+
roo-mode-filter/
9+
# tools/mode_configurator/ was deleted
10+
11+
# OS generated files
12+
.DS_Store
13+
Thumbs.db
14+
15+
# IDE specific
16+
.vscode/
17+
*.code-workspace
18+
19+
# Dependencies (Example for Node)
20+
node_modules/
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
25+
# Environment variables
26+
.env
27+
.env.*
28+
!.env.example
29+
30+
# Old context dir (already present)
131
context/

README.md

Lines changed: 106 additions & 90 deletions
Large diffs are not rendered by default.

context/previous_set_of_custom_modes.json

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

context/rubens_custom_modes.md

Lines changed: 0 additions & 131 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)