diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-03 22:11:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-03 22:11:53 -0600 |
| commit | 1a9b8db903aa01352da92cf3ea554bc67129eab9 (patch) | |
| tree | 67adfa57525fb569201eaea23066f359a2848919 /docs | |
| parent | bb40315dac6ac82da73504e207f4392836db1327 (diff) | |
docs: Add reminder for Flymake/Flycheck modeline integration decision
Added new "PENDING DECISIONS" section to NOTES.org with reminder about
modeline error/warning integration discussion.
Questions to decide:
- Flymake vs Flycheck
- Format preference (counts vs symbols, clickable?)
- Placement (left vs right side)
- Active window only?
Implementation ready - just needs user preferences.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NOTES.org | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/NOTES.org b/docs/NOTES.org index 53eb2ec8..e92065a7 100644 --- a/docs/NOTES.org +++ b/docs/NOTES.org @@ -41,6 +41,31 @@ When Craig says any of these phrases, execute the wrap-up workflow: *Slash command:* `/wrap-it-up` triggers this same workflow +* 🤔 PENDING DECISIONS + +** Flymake/Flycheck Modeline Integration + +Craig was interested in adding error/warning counts to the modeline but hasn't decided on implementation details yet. + +**Questions to decide:** + +1. **Flymake vs Flycheck?** + - Flymake is built-in and works with LSP (eglot) + - Flycheck requires installation but has more checker backends + +2. **Format preference?** + - Just counts: `E:3 W:5` + - With symbols: `⚠3 ✖ 5` + - Clickable to show diagnostics buffer? + +3. **Placement?** + - Left side near major-mode, or right side with VC branch? + +4. **Active window only?** + - Like your VC branch - only show in selected window + +**Implementation is ready** - just need your preferences and I can add it exactly how you want it. + * 🔔 DESKTOP NOTIFICATIONS WORKFLOW **IMPORTANT: How Claude notifies you when blocked** |
