Commit 7ffaea8
committed
feat: implement improve-repl-ux change proposal
- Add keyboard shortcuts (F1=help, F5=refresh, Ctrl+L=clear)
- Add command aliases (/c, /l, /v, /h) and number shortcuts (/1-/5)
- Enhance /help with categorized commands and detailed help
- Add /view command for entity navigation
- Add fuzzy command suggestions at 75% threshold
- Wire all command handlers through get_handler() dispatch
- Add onboarding and what's new screens
- Update HandlerResult with error, suggestions, entity_context fields
- Make handlers stateless (remove _current_draft instance state)
- Add 22 tests for onboarding, 5 for key bindings
- Update AGENTS.md and README.md with new features
- Archive change as 2026-01-13-improve-repl-ux
All 1665 tests pass. UAT scenarios 8.1-8.6 verified.1 parent 68ee1af commit 7ffaea8
File tree
28 files changed
+3838
-218
lines changed- openspec
- changes/archive/2026-01-13-improve-repl-ux
- specs
- cli-interface
- command-handlers
- output-formatting
- specs
- cli-interface
- command-handlers
- output-formatting
- src/jdo
- commands
- handlers
- output
- repl
- tests
- output
- repl
- unit/commands
28 files changed
+3838
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
177 | 182 | | |
178 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
179 | 192 | | |
180 | 193 | | |
181 | | - | |
| 194 | + | |
| 195 | + | |
182 | 196 | | |
183 | 197 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 198 | + | |
| 199 | + | |
187 | 200 | | |
188 | 201 | | |
189 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
| |||
0 commit comments