• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#72 2026-06-21 17:37:31 +00:00
NS10 slice: Gate terminal E2E in the developer verification path

Implemented in bdc9de0 (Document terminal E2E verification gate).

What changed:

  • AGENTS.md now names zig build terminal-e2e as the canonical terminal/browser E2E check for terminal UI,…
tmk241 closed issue tmk241/mim#75 2026-06-21 17:34:43 +00:00
NS10 slice: Prove LSP-assisted coding workflows in terminal E2E
tmk241 commented on issue tmk241/mim#75 2026-06-21 17:34:42 +00:00
NS10 slice: Prove LSP-assisted coding workflows in terminal E2E

Completed in a96b9e8 (Save LSP format E2E mutation).

What changed since the previous progress receipt:

  • Explicit language format now marks the next save to skip the immediate format-on-save…
tmk241 commented on issue tmk241/mim#75 2026-06-21 17:28:20 +00:00
NS10 slice: Prove LSP-assisted coding workflows in terminal E2E

Progress committed in 38c487f (Add LSP-assisted terminal E2E coverage).

What is now covered in browser-terminal E2E:

  • Deterministic provider prelude (--e2e-prelude-file, harness-only)…
tmk241 closed issue tmk241/mim#74 2026-06-21 17:00:11 +00:00
NS10 slice: Prove a multi-file coding loop under keystroke budget
tmk241 commented on issue tmk241/mim#74 2026-06-21 17:00:11 +00:00
NS10 slice: Prove a multi-file coding loop under keystroke budget

Implemented in d6ebf1c (Prove multi-file terminal coding loop).

What changed:

  • Added a terminal E2E multi-file-coding-loop scenario with a fixture repo containing alpha.zig and…
tmk241 closed issue tmk241/mim#73 2026-06-21 16:40:20 +00:00
NS10 slice: Add keystroke-budget evidence to terminal E2E
tmk241 commented on issue tmk241/mim#73 2026-06-21 16:40:20 +00:00
NS10 slice: Add keystroke-budget evidence to terminal E2E

Implemented in e486856 (Add terminal E2E keystroke budgets).

What changed:

  • Each terminal E2E scenario now emits keystrokes.tsv with logical key event, raw byte count, hex bytes, and…
tmk241 opened issue tmk241/mim#75 2026-06-21 16:36:08 +00:00
NS10 slice: Prove LSP-assisted coding workflows in terminal E2E
tmk241 opened issue tmk241/mim#74 2026-06-21 16:36:08 +00:00
NS10 slice: Prove a multi-file coding loop under keystroke budget
tmk241 opened issue tmk241/mim#73 2026-06-21 16:36:08 +00:00
NS10 slice: Add keystroke-budget evidence to terminal E2E
tmk241 closed issue tmk241/mim#68 2026-06-21 16:32:13 +00:00
NS10 slice: Cover colors, chrome, and viewport regressions in E2E
tmk241 commented on issue tmk241/mim#68 2026-06-21 16:32:13 +00:00
NS10 slice: Cover colors, chrome, and viewport regressions in E2E

Implemented in 61a1f9b (Assert terminal E2E chrome roles).

What changed:

  • Terminal E2E scenarios now declare required ANSI/chrome roles; editor scenarios fail if cursor, status, current-line,…
tmk241 commented on issue tmk241/mim#71 2026-06-21 16:26:24 +00:00
NS10 slice: Cover raw input, cursor movement, and mode switches in E2E

Progress committed in 0d4d0ec (Expand terminal input E2E coverage).

Covered in the browser-terminal matrix now:

  • attached Esc mode switch and full CSI reader for multi-byte sequences…
tmk241 commented on issue tmk241/mim#71 2026-06-21 16:09:29 +00:00
NS10 slice: Cover raw input, cursor movement, and mode switches in E2E

Progress committed in 9aafe0e (Fix terminal input mode and cursor rendering).

What changed:

  • mim now starts in Normal mode; Insert is explicit (i/commands).
  • Insert-mode Space inserts a…
tmk241 closed issue tmk241/mim#66 2026-06-21 15:37:04 +00:00
NS10 slice: Define and run the terminal E2E matrix
tmk241 commented on issue tmk241/mim#66 2026-06-21 15:37:04 +00:00
NS10 slice: Define and run the terminal E2E matrix

Implemented and committed #66 as 5d7f239 Add terminal E2E matrix runner.

What changed:

  • Converted tools/terminal_e2e.py from one hard-coded scenario into an explicit scenario matrix.
  • `zig…
tmk241 closed issue tmk241/mim#70 2026-06-21 15:23:02 +00:00
NS10 slice: Add terminal control-byte snapshots and golden policy
tmk241 commented on issue tmk241/mim#70 2026-06-21 15:23:02 +00:00
NS10 slice: Add terminal control-byte snapshots and golden policy

Implemented and committed #70 as 86af6d7 Add terminal E2E control snapshots.

What changed:

  • tools/terminal_e2e.py now writes stable semantic artifacts:
    • manifest.tsv with scenario…
tmk241 closed issue tmk241/mim#69 2026-06-21 15:18:08 +00:00
NS10 slice: Build PTY-backed browser terminal harness