• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#69 2026-06-21 15:18:08 +00:00
NS10 slice: Build PTY-backed browser terminal harness

Implemented and committed #69 as 70e6418 Add PTY terminal E2E harness.

What changed:

  • Added zig build terminal-e2e.
  • Added tools/terminal_e2e.py, a stdlib-only PTY harness that launches…
tmk241 opened issue tmk241/mim#72 2026-06-21 14:50:34 +00:00
NS10 slice: Gate terminal E2E in the developer verification path
tmk241 opened issue tmk241/mim#71 2026-06-21 14:50:34 +00:00
NS10 slice: Cover raw input, cursor movement, and mode switches in E2E
tmk241 opened issue tmk241/mim#70 2026-06-21 14:50:34 +00:00
NS10 slice: Add terminal control-byte snapshots and golden policy
tmk241 opened issue tmk241/mim#67 2026-06-21 14:50:34 +00:00
NS10 slice: Cover editor workflows and panels in browser-terminal E2E
tmk241 opened issue tmk241/mim#68 2026-06-21 14:50:34 +00:00
NS10 slice: Cover colors, chrome, and viewport regressions in E2E
tmk241 opened issue tmk241/mim#69 2026-06-21 14:50:34 +00:00
NS10 slice: Build PTY-backed browser terminal harness
tmk241 opened issue tmk241/mim#66 2026-06-21 14:50:34 +00:00
NS10 slice: Define and run the terminal E2E matrix
tmk241 opened issue tmk241/mim#65 2026-06-21 14:45:27 +00:00
NS10: Browser-terminal E2E matrix that catches terminal regressions
tmk241 commented on issue tmk241/mim#56 2026-06-21 12:34:55 +00:00
NS8 slice: Complete production hardening and real-device dogfood receipts

Local hardening prerequisite for #56 implemented and committed as f75ee1d Add NS8 local production smoke.

What changed locally:

  • Added a narrow-viewport NS8 smoke that exercises repo file…
tmk241 closed issue tmk241/mim#55 2026-06-21 12:30:55 +00:00
NS8 slice: Prove physical keyboard parity without losing mobile access
tmk241 commented on issue tmk241/mim#55 2026-06-21 12:30:55 +00:00
NS8 slice: Prove physical keyboard parity without losing mobile access

Implemented and committed #55 as e96d33e Add physical keyboard parity aliases.

What changed:

  • Added terminal decoding for Home/End/PageUp/PageDown escape sequences.
  • Added trace aliases for…
tmk241 closed issue tmk241/mim#54 2026-06-21 12:21:27 +00:00
NS8 slice: Implement formatting, code actions, organize imports, and format-on-save
tmk241 commented on issue tmk241/mim#54 2026-06-21 12:21:26 +00:00
NS8 slice: Implement formatting, code actions, organize imports, and format-on-save

Implemented and committed #54 as 616eea6 Add language format and code action edits.

What changed:

  • Added provider edit rows for format, organize-imports, and code-action mutations with…
tmk241 closed issue tmk241/mim#53 2026-06-21 12:10:09 +00:00
NS8 slice: Run lint, build, test, and check jobs from the editor
tmk241 commented on issue tmk241/mim#53 2026-06-21 12:10:09 +00:00
NS8 slice: Run lint, build, test, and check jobs from the editor

Implemented and committed #53 as e4d6837 Add first-class job rail profiles.

What changed:

  • Added source-patched job profiles for lint-file, lint-project, build, test, and check.
  • Wired `Space…
tmk241 closed issue tmk241/mim#52 2026-06-21 11:57:04 +00:00
NS8 slice: Make diagnostics and navigation production-ready
tmk241 commented on issue tmk241/mim#52 2026-06-21 11:57:04 +00:00
NS8 slice: Make diagnostics and navigation production-ready

Implemented and committed #52 as 5224fe4 Add provider-aware diagnostics rail.

What changed:

  • Added provider/version/severity diagnostic rows, stale/fresh panel rendering, and safe invalid/empty…
tmk241 closed issue tmk241/mim#51 2026-06-21 11:35:09 +00:00
NS8 slice: Ship compact hover, signature help, and parameter navigation
tmk241 commented on issue tmk241/mim#51 2026-06-21 11:35:09 +00:00
NS8 slice: Ship compact hover, signature help, and parameter navigation

Implemented and committed #51 as 264dedb Add compact language assistance rails.

What changed:

  • Added Space l language rail with compact hover (h), compact signature help (s), and…