Skip to content

Commit 472f6eb

Browse files
committed
planning: add issue refactor-statusline-error-prefix to 2.1
refactor statusline error prefix from class name to CAT
1 parent 2290d27 commit 472f6eb

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"status": "open"}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Plan
2+
3+
## Goal
4+
5+
Update statusline error prefix from class name to 'CAT' — change error format from '⚠ <class name>: <error message>' to '⚠ CAT: <error message>'
6+
7+
## Pre-conditions
8+
9+
(none)
10+
11+
## Post-conditions
12+
13+
- [ ] All statusline error strings in StatuslineCommand.java use the `⚠ CAT:` prefix instead of class name prefixes (StatuslineCommand, MalformedJson, etc.)
14+
- [ ] Test assertions updated to verify the exact `⚠ CAT:` prefix, not just the warning symbol
15+
- [ ] Javadoc in StatuslineCommand.getActiveIssue() updated to reflect `⚠ CAT: <message>` format
16+
- [ ] All tests passing with no regressions
17+
- [ ] E2E verification: statusline errors display `⚠ CAT: <error message>` instead of `⚠ <class name>: <error message>`

0 commit comments

Comments
 (0)