Skip to content

Commit 4ce7561

Browse files
v1truv1usopencode
andcommitted
Update release workflow and TODO
🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent e409679 commit 4ce7561

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
3737
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
38-
SENTRY_PROJECT: rune
38+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
3939
with:
4040
environment: production
4141
version: ${{ github.ref_name }}
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
6666
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
67-
SENTRY_PROJECT: rune
67+
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
6868
with:
6969
environment: production
7070
version: ${{ github.ref_name }}

TODO.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@
120120
## Low Priority (P2) - Nice to Have
121121

122122
### Future Enhancements
123+
- [ ] **Programmatic Shortcut Management**
124+
- [ ] Auto-detect existing desktop/menu shortcuts
125+
- [ ] One-time prompt for shortcut creation during install
126+
- [ ] Cross-platform shortcut creation (macOS .webloc, Windows .lnk, Linux .desktop)
127+
- [ ] Update shortcuts when binary location changes
128+
- [ ] User preference storage for shortcut management
129+
123130
- [ ] **AI-Powered Features**
124131
- [ ] Smart ritual suggestions based on usage patterns
125132
- [ ] Productivity optimization recommendations

0 commit comments

Comments
 (0)