No description
Find a file
Jared Miller acd75b0303
Implement key sequence execution for tab instructions
Execute the tab instruction flow:
- Navigate to target option using arrow keys
- Send Tab to enter instruction mode
- Type the instruction text
- Send Enter to submit

The sequence runs asynchronously with proper delays between steps
(50ms between arrows, 100ms before Tab, 100ms before instruction).
2026-01-28 13:13:51 -05:00
docs Add phase 2 design document 2026-01-28 12:38:58 -05:00
public Fix exit plan to send option response type 2026-01-28 13:03:07 -05:00
src Implement key sequence execution for tab instructions 2026-01-28 13:13:51 -05:00
.gitignore Add gitignore for node_modules and SQLite files 2026-01-28 12:28:40 -05:00
biome.json Fix biome config formatting (self-heal) 2026-01-28 11:03:31 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Add code review workflow to CLAUDE.md 2026-01-28 12:19:07 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
TODO.txt Add a todo 2026-01-28 12:34:08 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00