Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Security Check

on:
pull_request:
branches: [ master ]
branches: [ master, develop ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ SHARED utils.rs Helpers N/A ✓
tee.rs Full output recovery N/A ✓
```

**Total: 57 modules** (38 command modules + 19 infrastructure modules)
**Total: 59 modules** (39 command modules + 20 infrastructure modules)

### Module Count Breakdown

Expand Down Expand Up @@ -1488,4 +1488,4 @@ When implementing a new command, consider:

**Last Updated**: 2026-02-22
**Architecture Version**: 2.2
**rtk Version**: 0.27.1
**rtk Version**: 0.27.2
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a fork with critical fixes for git argument parsing and modern JavaScrip

**Verify correct installation:**
```bash
rtk --version # Should show "rtk 0.27.1" (or newer)
rtk --version # Should show "rtk 0.27.2" (or newer)
rtk gain # Should show token savings stats (NOT "command not found")
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Download from [releases](https://github.com/rtk-ai/rtk/releases):
### Verify Installation

```bash
rtk --version # Should show "rtk 0.27.1"
rtk --version # Should show "rtk 0.27.2"
rtk gain # Should show token savings stats
```

Expand Down
Loading